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

Revision history [back]

Hey, You can use [RViz Markers] (http://wiki.ros.org/rviz/DisplayTypes/Marker) (for both C++ and Python). There are many types that you could use to describe the shape of the object detected as well. You just have to subscribe to the detected object's state (position, orientation or velocity...) and then publish an RViz marker (arrow, cube, point...) at that state.