ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you can load your map properly and visualize it in RViz then you can use the Publish Point tool. This will publish the clicked point coordinates on the topic /clicked_point.

image description

Note that this will only publish the position of the clicked point. If you want to set orientation too then you can use some of the 2d Pose RViz tools or write your own plugin tool based on them.