RosClient.get_message_details
- RosClient.get_message_details(message_type, callback=None, errback=None)[source]
Retrieve details of a message type in ROS.
- Note:
To make this a blocking call, pass
Noneto thecallbackparameter .- Returns:
Message type details if blocking, otherwise
None.