Replies: 2 comments 4 replies
-
I do not have experience with the runtime manager in Autoware.ai but as a developer let me describe my ideal (and probably overambitious) Autoware GUI.
I believe such GUI would greatly help with debugging issues. The features are not specific to Autoware so this could be a general ROS2 project. |
Beta Was this translation helpful? Give feedback.
-
@CagriCatik In theory, it's just a migration, but the source code is a single file that is over 3000 lines long! It would probably take less time to rewrite the entire thing from scratch that to try and understand all of that code and then make it work with Core/Universe. Thus if we're going to do rewrite the entire thing, then we may as well gather requirements. There is also some overlap with another discussion that I created about a potential replacement for RViz. This application covers some of the ideas suggested by @maxime-clem. |
Beta Was this translation helpful? Give feedback.
-
Based on the "web version of runtime_manager (including webviz)" discussion, there seems to be interest in creating a GUI to run Autoware in a similar way to the Runtime Manager in Autoware.AI. The Runtime Manager was a very convenient way of starting Autoware, editing settings and launching/relaunching nodes etc, all from a single GUI, and having such a tool would be extremely useful for new developers and users of Autoware.
However in order to move the discussion on to actual development, we need to consider the following questions:
rqt
as per other ROS GUI tools?Beta Was this translation helpful? Give feedback.
All reactions