You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error messages on server and client do not indicate the user send Pose instead of PoseStamped?. Suggest checking type during roslisp serialization independent of sbcl compiler settings
The text was updated successfully, but these errors were encountered:
Migrated from https://code.ros.org/trac/ros/ticket/3548
Reported by: kruset Owned by: bhaskara
Priority: minor
Last modified ago: May 2011
To reproduce, call a service expecting PoseStamped? with a Pose. E.g. Create a ROS cpp service with this signature
geometry_msgs/PoseStamped pose ---
Then call it from REPL like this: (roslisp:call-service
Error messages on server and client do not indicate the user send Pose instead of PoseStamped?. Suggest checking type during roslisp serialization independent of sbcl compiler settings
The text was updated successfully, but these errors were encountered: