Skip to content

Commit 26d536a

Browse files
authored
Merge pull request #16 from naturerobots/update-amock
Ekumen Talk & Spellcheck
2 parents 485ac0d + 3be2cb0 commit 26d536a

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

docs/showcases.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,22 @@
1212
</iframe>
1313
</div>
1414

15-
## Dynamic Obstacle Avoidance & Kinematic-aware control
15+
| Pluto Robot | Botanical Garden Osnabrück |
16+
|:-------------------------:|:-------------------------:|
17+
| ![Pluto 1](/media/pluto_botanical_garden1.jpg) | ![Pluto 2](/media/pluto_botanical_garden2.jpg) |
18+
1619

20+
<div style="position: relative; padding-bottom: 56.3%; height: 0; overflow: hidden;" >
21+
<iframe src="https://www.youtube.com/embed/qAUWTiqdBM4?si=Blrm6xjGsNOD6xwu?autoplay=1&mute=1"
22+
title="YouTube Video"
23+
frameborder="0"
24+
allow="autoplay; encrypted-media"
25+
allowfullscreen
26+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
27+
</iframe>
28+
</div>
29+
30+
## Dynamic Obstacle Avoidance & Kinematic-aware control
1731

1832
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;" >
1933
<iframe src="https://www.youtube.com/embed/4OgxDKcWIXM?si=NyoUc1iDYFN_6Pte?autoplay=1&mute=1"

docs/theory/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@ Since a mesh inherently induces a graph structure, it integrates seamlessly with
1212
In short, meshes combine geometric fidelity with computational efficiency, avoiding the discretization artifacts of raster-based maps while providing a natural substrate for terrain-aware navigation.
1313
These properties make them especially well-suited for ground vehicle path planning in complex, uneven environments, and form the theoretical foundation of the MeshNav library.
1414

15-
| Pluto Robot | Botanical Garden Osnabrück |
16-
|:-------------------------:|:-------------------------:|
17-
| ![Pluto 1](/media/pluto_botanical_garden1.jpg) | ![Pluto 2](/media/pluto_botanical_garden2.jpg) |
18-
19-
2015
<div style="position: relative; padding-bottom: 56.3%; height: 0; overflow: hidden;" >
21-
<iframe src="https://www.youtube.com/embed/qAUWTiqdBM4?si=Blrm6xjGsNOD6xwu?autoplay=1&mute=1"
16+
<iframe src="https://www.youtube.com/embed/aHHiyi8iqv4?si=jYkzOZMmJ0HIHS0V?autoplay=1&mute=1"
2217
title="YouTube Video"
2318
frameborder="0"
2419
allow="autoplay; encrypted-media"
2520
allowfullscreen
2621
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
2722
</iframe>
2823
</div>
24+

docs/tutorials/mesh_cost_layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ It removes points of a LiDAR scan that are close to the map. The remaining point
6969
Enable this pre-segmentation by calling
7070

7171
```bash
72-
ros2 launch mesh_navigation_tutorials mesh_navigation_tutorials_launch.py world_name:=tray obtacle_segmentation:=rmcl_seg
72+
ros2 launch mesh_navigation_tutorials mesh_navigation_tutorials_launch.py world_name:=tray obstacle_segmentation:=rmcl_seg
7373
```
7474

7575
After repeating the steps 1. and 2. from above, the ball is detected as dynamic obstacle, projected onto the obstacle, and finally considered during planning.

0 commit comments

Comments
 (0)