Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ the best navigation performance.
packages/configuring-constrained-smoother.rst
packages/configuring-velocity-smoother.rst
packages/configuring-collision-monitor.rst
packages/configuring-collision-detector.rst
packages/configuring-waypoint-follower.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ The costmaps / trajectory planners will handle most situations, but this is to h

See the package's ``README`` for more complete information. For more information how to bring-up your own Collision Monitor node, please refer to the :ref:`collision_monitor_tutorial` tutorial.

Also, the practical demonstration of Collision Monitor abilities presented at 6th ROS Developers Day 2023, could be found below:

.. raw:: html

<h1 align="center">
<div>
<div style="position: relative; padding-bottom: 0%; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="700" height="394" src="https://www.youtube.com/embed/bWliK0PC5Ms?autoplay=1&mute=1" frameborder="1" allowfullscreen></iframe>
</div>
</div>
</h1>

Features
********

Expand Down