diff --git a/docs/showcases.md b/docs/showcases.md index 60cd66f..be0934b 100644 --- a/docs/showcases.md +++ b/docs/showcases.md @@ -12,8 +12,22 @@ -## Dynamic Obstacle Avoidance & Kinematic-aware control +| Pluto Robot | Botanical Garden Osnabrück | +|:-------------------------:|:-------------------------:| +|  |  | + +
+ +## Dynamic Obstacle Avoidance & Kinematic-aware control + diff --git a/docs/tutorials/mesh_cost_layers.md b/docs/tutorials/mesh_cost_layers.md index 1f9724d..4a7a477 100644 --- a/docs/tutorials/mesh_cost_layers.md +++ b/docs/tutorials/mesh_cost_layers.md @@ -69,7 +69,7 @@ It removes points of a LiDAR scan that are close to the map. The remaining point Enable this pre-segmentation by calling ```bash -ros2 launch mesh_navigation_tutorials mesh_navigation_tutorials_launch.py world_name:=tray obtacle_segmentation:=rmcl_seg +ros2 launch mesh_navigation_tutorials mesh_navigation_tutorials_launch.py world_name:=tray obstacle_segmentation:=rmcl_seg ``` 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.