ros2 action send_goal
shows incorrect goal UUID
#857
Labels
more-information-needed
Further information is required
ros2 action send_goal
shows incorrect goal UUID
#857
Bug report
Required Info:
Steps to reproduce issue
Send a ROS 2 action goal from command line to an action server running in a C++ application.
The ROS 2 CLI prints a goal id when the goal is accepted.
Have the action server print the UUID of the goal using
Expected behavior
The UUID printed by the C++ action server and the UUID printed by the Python action client should match.
Actual behavior
The UUIDs are very similar but they do not match.
For example, the CLI shows:
while the C++ app shows
Note how the two string representations are very similar, but different.
The same applies to many other goals. It looks like there are always a couple of extra/missing zeros in the Python representation.
The text was updated successfully, but these errors were encountered: