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

Revision history [back]

Without the frame_locked parameter the marker object will be placed into the RVIZ view with the transform at the time it was produced. The location of the marker in RVIZ is then set and will not change in the future even If the TF tree changes.

However if you set the frame locked parameter, future changes to the TF tree will effect the location of the marker. This means changes to the TF tree will be reflected in the markers position in real time.

Hope this helps.