mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
python paparazzi center tools impovement (#2445)
* [Python supervision] Change tool Menu. #2093 * [Python supervision] Adds tool icons. * [Python supervision] Separates tools from control panel. * [Python supervision] Adds blacklist feature. * [Python supervision] Clean test code. * [Python supervision] Allows tools override. * [Python supervision] Removes useless constants. * [Tools] Adds script to convert old xml tools format to the new one. * [Python supervision] Handles new tools definition. * Reduce diff with master * [tools] adds reference to icons in tools xmls.
This commit is contained in:
committed by
Gautier Hattenberger
parent
a369cea81c
commit
096209b787
+1
-1
@@ -1,4 +1,4 @@
|
||||
<program command="sw/ground_segment/cockpit/gcs" name="GCS">
|
||||
<program command="sw/ground_segment/cockpit/gcs" name="GCS" icon="gcs.svg" favorite="true">
|
||||
<arg constant="large_left_col.xml" flag="-layout" />
|
||||
</program>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<program command="sw/ground_segment/joystick/input2ivy" name="Joystick">
|
||||
<program command="sw/ground_segment/joystick/input2ivy" name="Joystick" icon="joystick.svg">
|
||||
<arg constant="@AIRCRAFT" flag="-ac" />
|
||||
<arg flag="xbox_gamepad.xml" />
|
||||
</program>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<program command="sw/logalizer/logplotter" name="Log Plotter" />
|
||||
<program command="sw/logalizer/logplotter" name="Log Plotter" icon="plotter.svg"/>
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<program command="sw/ground_segment/misc/natnet2ivy" name="NatNet" />
|
||||
<program command="sw/ground_segment/misc/natnet2ivy" name="NatNet" icon="natnet.svg"/>
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<program command="sw/ground_segment/python/natnet3.x/natnet2ivy.py" name="NatNet3" />
|
||||
<program command="sw/ground_segment/python/natnet3.x/natnet2ivy.py" name="NatNet3" icon="natnet3.svg" />
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<program command="sw/logalizer/plotter" name="Real-time Plotter" />
|
||||
<program command="sw/logalizer/plotter" name="Real-time Plotter" icon="plotter.svg"/>
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<program command="sw/ground_segment/python/real_time_plot/realtimeplotapp.py" name="Real-time Plotter (Python)" />
|
||||
<program command="sw/ground_segment/python/real_time_plot/realtimeplotapp.py" name="Real-time Plotter (Python)" icon="plotter_python.svg"/>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<program command="sw/simulator/pprzsim-launch" name="Simulator">
|
||||
<program command="sw/simulator/pprzsim-launch" name="Simulator" icon="simulator.png">
|
||||
<arg constant="@AIRCRAFT" flag="-a" />
|
||||
</program>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user