ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
Your warning says the transform from base_footprint to map was unavailable, so maybe you should check the rqt tf tree( rosrun rqt_tf_tree rqt_tf_tree
) and see the publishing rate for each frame. tfs might be published at different rates and this could cause those warning.
Thanks.