ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I just ran across this error - check and make sure that you are specifying the constraint_region_orientation for the PositionConstraint. You need to either give it a valid orientation or if you just want the identity, make sure that constraint_region_orientation.w = 1.0. By default, ROS quaternion messages are initialized to all 0.0 which is an invalid orientation.