Skip to content

Commit 46d8b26

Browse files
committed
fixed links
1 parent a8fabca commit 46d8b26

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/getting_started/maps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maps
22

3-
Triangle Meshes can be stored in various file formats. Rmagine utilizes the [Open Asset Import Library (assimp)](https://github.com/assimp/assimp) in order to support a wide range of well known file formats. After loading the raw scene graph buffers with Assimp it is converted into Rmagines internal scene graph structure. Dependent on the computation backend `Embree` or `OptiX` the scene graph is prepared for fast ray traversals by building the required acceleration structures.
3+
Triangle meshes can be stored in various file formats. Rmagine utilizes the [Open Asset Import Library (assimp)](https://github.com/assimp/assimp) in order to support a wide range of well known file formats. After loading the raw scene graph buffers with Assimp, they are converted into Rmagines internal scene graph structure. Dependent on the computation backend `Embree` or `OptiX` the scene graph is prepared for fast ray traversals by building the required acceleration structures.
44

55
## Embree Map
66

@@ -34,5 +34,5 @@ int main(int argc, char** argv)
3434

3535
## Properties
3636

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

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
![rmagine_teaser_image](resources/img/sensor_models_3d.png)
33
# Rmagine
44

5-
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.
5+
[Rmagine](https://github.com/uos/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](https://github.com/uos/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

77
## Design Goals
88

9-
Rmagine is mainly designed for robotic applications:
9+
[Rmagine](https://github.com/uos/rmagine) is mainly designed for robotic applications:
1010

1111
- Perform multiple sensor simulations simultaneously and in realtime.
1212
- Compute the same operations on different computing devices (CPU, GPU..).
@@ -42,7 +42,7 @@ When using the Rmagine library or any related ideas in your scientific work, ple
4242

4343
## Table of Contents
4444

45-
This documentation cosists of several examples, guides and conceptual explanations to give users a more thourough understanding about Rmagine.
45+
This documentation cosists of several examples, guides and conceptual explanations to give users a more thourough understanding of [Rmagine](https://github.com/uos/rmagine).
4646
As the name tells, new users should make themselfs familar with **Getting Started** first, before continuing to the more advanced examples.
4747

4848
**Rmagine**
@@ -77,13 +77,13 @@ As the name tells, new users should make themselfs familar with **Getting Starte
7777

7878
## Contributions
7979

80-
You are welcome to contribute to the docs of [Rmagine](https://github.com/uos/rmagine)! Thorough and clear documentation is essential. You can help us by correcting mistakes, improving content, or adding examples that facilitate user navigation and usage of the project. Please submit any documentation-related issues to the repository https://github.com/uos/rmagine_docs. If you're making fixes or adding examples, don’t hesitate to submit a pull request afterward!
80+
You are welcome to contribute to the docs of [Rmagine](https://github.com/uos/rmagine)! Thorough and clear documentation is essential. You can help us by correcting mistakes, improving content, or adding examples that facilitate user navigation and usage of the project. Please submit any documentation-related issues to the repository [rmagine_docs](https://github.com/uos/rmagine_docs). If you're making fixes or adding examples, don’t hesitate to submit a pull request afterward!
8181

8282
### PR workflow
8383

8484
How to contribute to this documentation via pull requests:
8585

86-
1. Fork the repository: https://github.com/uos/rmagine_docs.
86+
1. Fork the repository: [rmagine_docs](https://github.com/uos/rmagine_docs).
8787
2. Make changes on your forked repository.
8888
3. Check locally on your machine if mkdocs is able to compile your changes ([instructions](https://github.com/uos/rmagine_docs)).
8989
4. Go to Github and click "Pull Request", select this repository's "main" branch as target.

0 commit comments

Comments
 (0)