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

Revision history [back]

click to hide/show revision 1
initial version

Just ran into this one myself. Created a bug in rospy along with a reproducible test case.

https://github.com/ros/ros_comm/issues/856

Basically, having a pose in both the request and the response is causing it. I fixed mine by making duplicate message types. Lame fix, but it worked.