rqt_launchtree icon indicating copy to clipboard operation
rqt_launchtree copied to clipboard

An RQT plugin for hierarchical launchfile configuration introspection.

Results 13 rqt_launchtree issues
Sort by recently updated
recently updated
newest added

Is a release for ROS noetic planned?

Hi This error occurs to me when i try the plugin, I also add to change some import to QtWidgets from QtGui. ``` Traceback (most recent call last): File "/home/tsimon/media/Documents/rqt_ws/src/rqt_launchtree/src/rqt_launchtree/launchtree_widget.py",...

I needed to change a few import and methods to make this compatible with ROS Melodic

First of all thanks for the work put into this tool. One thing I found missing is a visualization of conditions. For example in ```xml ``` the condition `if="$(arg sim)"`...

Hey Philipp, great work! I think an extension of the search, allowing to search for values as well, would be a good feature. So if you now that there is...

Thank you for the great package! I guess the project is not actively worked on any more, but if development should continue, I think getting the parsed launch file as...

Replaced setBackgroundColor by setBackground because the call is obsolete and causes a crash using PyQt5. http://doc.qt.io/archives/qt-4.8/qtreewidgetitem-obsolete.html

Since `*.test` are .launch files too, `rqt_launchtree` is useful for introspecting those files.

AFAI tried, clicking `open` button for any launch files results in the error on commandline: ``` sh: 1: None: not found ``` For example, I tried at random with: -...