ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like you have another node running (/leaf_base
), which is publishing Odometry and the transform for base_link
, but the transform itself contains invalid data. X and Y and NaN (Not A Number), and so is the quaternion which represents rotation.
You should look at your leaf_base node and try to figure out why it's publishing a bad transform.