RosClient.get_message_details
- RosClient.get_message_details(message_type, callback=None, errback=None)
Retrieve details of a message type in ROS.
Note
To make this a blocking call, pass
None
to thecallback
parameter .- Returns
Message type details if blocking, otherwise
None
.