DevOps Dojo: ROS Node Launch - Pain Points and Improvements #3425
Replies: 2 comments 1 reply
-
To me the main pain point is that the launch system of Autoware is very complex with many launch files located in many different directories and with references to many parameter files that are also spread in different directories and repositories. What I believe could be very helpful is a GUI tool to visualize and edit launch files. This would probably require a significant engineering effort but may be worth it to make Autoware easier to use. |
Beta Was this translation helpful? Give feedback.
-
I think we must first count parameter file duplication in node directories and the
I believe the current system can be simplified if we aim for a mechanism to override parameter values across node, component, (hopefully container), and system levels. Such a hierarchy is very much needed to cope with the complexity of the task. So I want to bring up the lack of hierarchical parameter loading at launch as an important deficiency for the ROS ecosystem. |
Beta Was this translation helpful? Give feedback.
-
The Open AD Kit WG is working on improving the process of how to launch ROS nodes. We're currently trying to understand deficiencies in how ROS nodes currently are launched and create a standard way of doing this. The goal is to verbalize the motivation behind this dojo.
Thanks in advance for your contribution!
Beta Was this translation helpful? Give feedback.
All reactions