Skip to content
Snippets Groups Projects
  1. Dec 12, 2016
  2. Dec 10, 2016
  3. Dec 09, 2016
  4. Dec 07, 2016
  5. Dec 06, 2016
  6. Dec 03, 2016
  7. Dec 02, 2016
  8. Nov 28, 2016
    • José Roberto de Souza's avatar
      aerofc: add upload command · c49c3f46
      José Roberto de Souza authored
      AeroFC is updated by Aero board using the UART between AeroFC
      and Aero board.
      
      This script will copy firmware and px_uploader.py to Aero board and run
      px_uploader.py with the correct paremeters. User only needs to have a
      network connection (Ethernet over USB or WiFi) with Aero board to update
      AeroFC firmware. The IP/hostname can be given by AERO_HOSTNAME
      environment variable.
      c49c3f46
    • David Sidrane's avatar
      4b90daf6
  9. Nov 25, 2016
    • Julian Oes's avatar
      sitl_run.sh: env variable NO_PXH for deamon mode · cf9945ec
      Julian Oes authored
      This allows to set the environment variable NO_PXH to start SITL without
      the interactive pxh> shell. For this, px4 is called with the -d arg
      which sets it to deamon mode.
      
      This feature is handy to script sitl_run.sh.
      cf9945ec
  10. Nov 24, 2016
  11. Nov 14, 2016
  12. Nov 13, 2016
    • Carlo Wood's avatar
      Stop people from using broken awk. · a96ee504
      Carlo Wood authored
      a96ee504
    • Carlo Wood's avatar
      Add Tools/fix_headers.sh · 0fbf26e9
      Carlo Wood authored
      Running this script will parse the top of all source files
      that are not submodules, examples or test cases, to find
      all #include's and then do basically two things:
      
      1) Reorder and group the headers so that px4_* headers are
         included first, then local headers (headers of the project
         that aren't submodules) then C++ headers if any, then C
         headers if any, then system headers (which includes submodules)
         and finally any #includes that are inside #if*...#endif
         constructs.
      2) Fix the use of "" or <> in a consistent manner.
      
      Afterwards few fixes might be necessary for compile errors that
      pop up. Most of those are already fixed in my previous commits.
      However, I was not able to test a compilation for ros
      (with __PX4_ROS defined) -- so some more fixes might be necessary
      because of the header reordering.
      
      The script comes with a progress counter and an error summary
      (if any) at the end (so no scrolling back is necessary).
      It is highly recommended to only run this script in a clean
      project with no outstanding changes that need to be committed.
      In fact, the script enforces this (unless you pass --force).
      Reverting a run of the script is then easy with 'git checkout .'.
      
      It is also possible to run the script on a single file
      by passing that on the command line. In that case it
      might make sense to pass --debug too, though that was really
      meant for just me, while developing the script. This will write
      debug output into the file that is passed, so you don't
      want to commit that! ;)
      0fbf26e9
  13. Nov 04, 2016
  14. Oct 29, 2016
  15. Oct 28, 2016
    • Julian Oes's avatar
      simulation: SITL outputs from 0..1 · 62603bee
      Julian Oes authored
      Instead of sending actuator controls from -1..1 for SITL, we should send
      0..1 like we already do for HIL. This will enable negative thrust in the
      future, e.g. for pusher props that spin backwards, or for vehicles with
      variable pitch propellers.
      62603bee
  16. Oct 24, 2016
  17. Oct 23, 2016
  18. Oct 20, 2016
  19. Oct 19, 2016
  20. Oct 18, 2016
    • Michael Schaeuble's avatar
      Reduce the binary size Bebop · ffaed18e
      Michael Schaeuble authored
      The firmware binary is to large to fit into the onboard memory of the Parrot
      Bebop. It could be uploaded to the emmc, but for ease of use it would be nice
      to have it in /usr/bin. To strip the binary seems to be the best option right now.
      ffaed18e
  21. Oct 15, 2016
  22. Oct 14, 2016
  23. Oct 12, 2016
Loading