[ros-users] [Discourse.ros.org] [General] Questionnaire: how do you debug your software in ROS?

ruffsl ros.discourse at gmail.com
Mon Jun 26 23:03:27 UTC 2017



That was me mentioning visualizing launch files. :wink: 
Those plugins are so cool, I never knew they existed, how was I in dark for so long?

I think I'd like to make something like this for ROS2, only that you could create/edit launch scripts using an tooling interface, something like LabView's integrated front/back panels but for ROS. Where I could drag and drop nodes from menu of installed packages on the system, snap and click wires for topics, quickly probe those connections and monitor dataflow from a high level graphic, break out parameters onto the front panel for runtime tweaking, quickly traverse/edit nested launch components, import/export auto generate the scripts statically offline from the GUI. I suppose this would require some method of static introspection of a node's attributes or some additional meta information in node's package.

I know bits and pieces of these ideas are implemented/scattered among various existing plugins, but never felt like could quickly write a launch file from scratch without having to manually lookup everything, either the nodes expected parameter names/types from the wiki docs or github readme, what the defaults were set to in the definition files, the required topic args or whatever hard coded namespaces I'd need to remap to, etc. I feel like for most nodes that are not too dynamic in behavior with respect to the ROS graph, like camera drivers or motor controller nodes that don't change around what interfaces they advertise after startup, it would be a lot easier to conduct ROS node orchestration when using a tool that can introspect that for you while making launch systems.





---
[Visit Topic](https://discourse.ros.org/t/questionnaire-how-do-you-debug-your-software-in-ros/1988/11) or reply to this email to respond.




More information about the ros-users mailing list