[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 6eb14d: [pprz center] possibil
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 6eb14d: [pprz center] possibility to launch global commans... |
Date: |
Fri, 17 Jul 2015 05:30:44 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 6eb14dcf8891a2ba31859cfe85be1de14609faf3
https://github.com/paparazzi/paparazzi/commit/6eb14dcf8891a2ba31859cfe85be1de14609faf3
Author: Felix Ruess <address@hidden>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M conf/control_panel_example.xml
M sw/supervision/pc_control_panel.ml
Log Message:
-----------
[pprz center] possibility to launch global commans from tools using $ prefix
Commit: a224ba0aeb922f7a631211527636cd7aebee840c
https://github.com/paparazzi/paparazzi/commit/a224ba0aeb922f7a631211527636cd7aebee840c
Author: Felix Ruess <address@hidden>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
M conf/control_panel_example.xml
M sw/supervision/pc_control_panel.ml
Log Message:
-----------
[pprz center] handle default prog args
so that when you start a program via the tools menu, it will add the specified
args.
Also parses the @AIRCRAFT, @AC_ID
updated control_panel_example.xml for some progs to make use of that.
Removed the non working variables stuff...
Commit: 7f4ffbbda2096cf94d9f78bdbf3c3e8600df3ef6
https://github.com/paparazzi/paparazzi/commit/7f4ffbbda2096cf94d9f78bdbf3c3e8600df3ef6
Author: Felix Ruess <address@hidden>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
M conf/control_panel_example.xml
M sw/supervision/pc_control_panel.ml
Log Message:
-----------
Merge pull request #1247 from paparazzi/pprz_center_commands
[pprz center] improve handling of programs from control_panel.xml
Add possibility to launch global commands from tools menu.
Prefixing a program command in control_panel.xml with $ will strip the $ and
then execute the command.
This makes it possible to start programs without knowing their absolute path.
Already used to start a simple http server from python.
Also parse the args from the programs section of control_panel.xml when
starting them from the tools menu.
This makes it possible to specify default args.
Compare:
https://github.com/paparazzi/paparazzi/compare/c84c74b7eefc...7f4ffbbda209