ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The basic_controls example in the interactive_marker_tutorials package has a moving marker. There is a tf broadcaster that uses a timer to repeatedly update the transform between base_link
and moving_frame
. The moving marker uses moving_frame
as its frame_id, and if you set the base_link
frame as the fixed frame in rviz, you'll see the moving marker move in a sinusoidal pattern (even though its pose in the moving_frame
frame is fixed).