Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve PSM documentation #983

Merged
merged 1 commit into from
Oct 25, 2024
Merged
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
4 changes: 4 additions & 0 deletions doc/concepts/planning_scene_monitor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Planning Scene Monitor
The ``planning scene`` is an object used for storing the representation of the world around the robot and also the state of the robot itself.
The internal state of the ``planning_scene`` object is typically maintained by a ``planning_scene_monitor`` component that enables reading and writing the state in a thread-safe manner.

Particularly, the ``move_group`` node as well as the rviz planning scene plugin maintain their own Planning Scene Monitor (PSM).
The ``move_group`` node's PSM *listens* to the topic ``/planning_scene`` and *publishes* its planning scene state to the topic ``monitored_planning_scene``.
The latter is listened to by the rviz planning scene plugin.

.. image:: /_static/images/planning_scene_monitor.svg

World Geometry Monitor
Expand Down
Loading