Skip to content

Commit 5d4fb0c

Browse files
committed
fixed links, added citation
1 parent b9bfe15 commit 5d4fb0c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/getting_started/maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ int main(int argc, char** argv)
3535
## Properties
3636

3737
After loading, the map consists of a complete scene graph. It then usually passed to a simulator (see next "Getting Started"-sections).
38-
The advanced [Map](library/map)-section describes how to modify or create the internal maps from scratch.
38+
The advanced [Map](/library/maps.md)-section describes how to modify or create the internal maps from scratch.

docs/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
Rmagine allows a robot to simulate sensor data for arbitrary range sensors directly on board via raytracing. Since robots typically only have limited computational resources, Rmagine aims at being flexible and lightweight, while scaling well even to large environment maps. It runs on several platforms like Laptops or embedded computing boards like Nvidia Jetson by putting an unified API over specific proprietary libraries provided by the hardware manufacturers. This work is designed to support the future development of robotic applications depending on simulation of range data that could previously not be computed in reasonable time on mobile systems.
66

7+
## Citation
8+
9+
We presented this work at ICRA'23 in London. The paper gives valuable insights of the design concepts of this library.
10+
When using the Rmagine library or any related ideas in your scientific work, please reference the following paper:
11+
12+
```bib
13+
@inproceedings{mock2023rmagine,
14+
title={{Rmagine: 3D Range Sensor Simulation in Polygonal Maps via Ray Tracing for Embedded Hardware on Mobile Robots}},
15+
author={Mock, Alexander and Wiemann, Thomas and Hertzberg, Joachim},
16+
booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
17+
year={2023},
18+
doi={10.1109/ICRA48891.2023.10161388}
19+
}
20+
```
21+
722
## Table of Contents
823

924
**Getting Started**

0 commit comments

Comments
 (0)