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

I think you can inherit directly from the rviz::Display class, and override the void update(float wall_dt, float ros_dt) method to do your own drawing every time rviz does a drawing cycle. You should be able to use that to do your own animation.