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

Revision history [back]

9/10 times this issue is a message with a pose that someone didn't fill out the orientation to be normalized. The message will default to empty 0s so the orientation quaternion is (0,0,0,0) which is invalid, identity in quaternion-land is (0,0,0,1).

1/10 times this issue is someone did actually fill it out but they didn't normalize the values.