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

Revision history [back]

Hi there,

Yes, when you use RVIZ to publish a point it publishes a geometry_msgs/PointStamped message on the topic /clicked_point.

If you make a publisher to this topic in your node you can send the same messages that RVIZ does.

Hope this helps.