-
Notifications
You must be signed in to change notification settings - Fork 547
Still can't request message details of common messages #834
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
Comments
Hello, I have got the same issue using roslibpy API call. E.g.:
|
@brag00n that specific error can be fixed by changing |
Note I've got a fork here: that addresses the crashing. Namely, if we can't lookup a type, output an error and return |
Description
Per #688, when trying to use the RosAPI to request message details I get an exception in the rosapi node. This happens with a common messages included with ROS2.
Steps To Reproduce
ros2 service call /rosapi/message_details rosapi_msgs/srv/MessageDetails "{type: std_msgs/Float32}"
Expected Behavior
Return message details for the requested message type.
Actual Behavior
Using @GiteZz's fix, I was able to get a bit further, but now crashing asking about
rcl_interfaces/msg/ParameterEvent}
. E.g.,:ros2 service call /rosapi/message_details rosapi_msgs/srv/MessageDetails "{type: rcl_interfaces/msg/ParameterEvent}"
causes:
The text was updated successfully, but these errors were encountered: