Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rosilisp serialisation may not warn #7

Open
130s opened this issue Jan 9, 2013 · 0 comments
Open

rosilisp serialisation may not warn #7

130s opened this issue Jan 9, 2013 · 0 comments

Comments

@130s
Copy link
Member

130s commented Jan 9, 2013

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

"message_test" 'beginner_tutorials-srv:MessageTest :pose (make-instance 'geometry_msgs-msg:pose))

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant