paparazzi-commits
[Top][All Lists]
Advanced

[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:31:35 -0700

  Branch: refs/heads/v5.5
  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: 04cafc04eb2c3d24a9982458de4900d5ae57f65a
      
https://github.com/paparazzi/paparazzi/commit/04cafc04eb2c3d24a9982458de4900d5ae57f65a
  Author: Felix Ruess <address@hidden>
  Date:   2015-07-17 (Fri, 17 Jul 2015)

  Changed paths:
    M sw/ground_segment/tmtc/kml.ml
    M sw/ground_segment/tmtc/kml.mli
    M sw/ground_segment/tmtc/server.ml
    M sw/ground_segment/tmtc/server_globals.ml

  Log Message:
  -----------
  [server] set http port: replace -kml_port option with -port

Use the port and hostname for serving config xml files via http.


  Commit: c84c74b7eefc04ec399fc89ceb262b2a2cbc7c59
      
https://github.com/paparazzi/paparazzi/commit/c84c74b7eefc04ec399fc89ceb262b2a2cbc7c59
  Author: Felix Ruess <address@hidden>
  Date:   2015-07-17 (Fri, 17 Jul 2015)

  Changed paths:
    M sw/ground_segment/python/redundant_link/link_combiner.py

  Log Message:
  -----------
  fix link_combiner


  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/9dd6db7b14c9...7f4ffbbda209

reply via email to

[Prev in Thread] Current Thread [Next in Thread]