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

The solution for me was to declare both the parent frame and child frame as base_link in the SRDF.

<virtual_joint name="fixed_frame" type="fixed" parent_frame="base_link" child_link="base_link" />

This removed the Global Status error, now saying "OK" and the TF tree is populated! Moving on to bigger and harder things