You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to update multi-DOF joint 'virtual_joint': TF has no common time between '/world' and 'base_link
Have you checked out your TF tree? It should have a connection “world” broadcast by Gazebo and connected to “base_link”. This is defined in the component_snippets.xacro file in the odometry_plugin_macro. Specifically, the parent_frame_id=”world” line. This should match the same line in the kit_c_base.xacro file as well.
Make sure that in quad_3dnav.launch you are spawning the quadrotor model with the file spawn_quad_kinect_kitchen.launch. In spawn_quad_kinect_kitchen.launch, make sure the enable_ground_truth parameter is set to “true”. The spawn_quad_kinect_kitchen launch file then loads the kit_c_base.xacro file which also loads the component_snippets.xacro file.
I have checked these and everything is as you mentioned in the comment, but I still get this warning all the time.
The text was updated successfully, but these errors were encountered:
Unable to update multi-DOF joint 'virtual_joint': TF has no common time between '/world' and 'base_link
I have checked these and everything is as you mentioned in the comment, but I still get this warning all the time.
The text was updated successfully, but these errors were encountered: