ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The issue is not a direct dependency on geometry_msgs, but the message generation script (rosserial_client/src/rosserial_clientmake_library.py) that creates libraries for messages on the arduino. I didn't look into why this issue cropped in Fuerte.
This issue is described in greater detail in this ticket, and a patch is attached to the ticket.
2 | No.2 Revision |
The issue is not a direct dependency on geometry_msgs, but the message generation script (rosserial_client/src/rosserial_clientmake_library.py) that creates libraries for messages on the arduino. I didn't look into why this issue cropped in Fuerte.The script fails on geometry_msgs/PoseStamped.
This issue is described in greater detail in this ticket, and a patch is attached to the ticket.