Closed gkjohnson closed 3 years ago
A bit semi-related: For typechecking however (tyepscript) I dont see how this would help during development time. What I do is to just write interfaces that mirror the message types (that helps alot for coding, especially autocompletion) but yeah... alot of manual typing. Hence -> typescript ;)
This issue has been marked as stale because it has been open for 180 days with no activity. Please remove the stale label or add a comment to keep it open.
For ROS 2, see also #574 and https://github.com/ros2/ros2/issues/1159
Just like rosbridge provides a method for requesting ros topic types it would be great to provide a method for retrieving ros message definitions using something like the get_msg_text function the
rosmsg
utility.Specifically I'm interested in using this with Roslibjs to dynamically infer message types and help to automate some message processing on the client.
Thanks!