Skip to content
Snippets Groups Projects
  1. Feb 04, 2019
  2. Jan 31, 2019
  3. Jan 30, 2019
  4. Jan 29, 2019
  5. Jan 25, 2019
  6. Jan 18, 2019
  7. Jan 16, 2019
  8. Jan 15, 2019
  9. Jan 14, 2019
  10. Jan 08, 2019
  11. Jan 01, 2019
  12. Dec 24, 2018
  13. Dec 23, 2018
  14. Dec 22, 2018
  15. Dec 21, 2018
    • Nuno Marques's avatar
      Feature: VIO: add ODOMETRY stream (#11084) · cfd1be58
      Nuno Marques authored
      * mavlink_messages: remove LOCAL_POSITION_NED_COV stream
      
      * mavlink_messages.cpp: add ODOMETRY stream
      
      * add MAV_ODOM_LP parameter to activate odometry loopback
      
      * EKF2: add vehicle_odometry publisher
      
      * Replace VISION_POSITION_ESTIMATE loopback with ODOMETRY
      
      * LPE: add vehicle_odometry publisher
      
      * set vehicle_odometry local_frame field
      
      * mavlink_messages.cpp: ODOMETRY frame_id depends on MAV_ODOM_LP
      cfd1be58
  16. Dec 19, 2018
    • Julian Oes's avatar
      ROMFS: remove leftover CMakeLists.txt files · 35f2c39f
      Julian Oes authored
      These files are copied by accident and then discovered by shellcheck.
      35f2c39f
    • Julian Oes's avatar
      rcS: fix exit value · 63ee101c
      Julian Oes authored
      Shellcheck complained about returning -1 because that's essentially 255.
      63ee101c
    • Julian Oes's avatar
      ROMFS: change shebang from #!zsh to #!/bin/sh · 3ebf030a
      Julian Oes authored
      This was required for shellsheck.
      3ebf030a
    • Julian Oes's avatar
      ROMFS: don't forget to prune rc.board · d265aaab
      Julian Oes authored
      The startup file rc.board is copied to the build/../genromfs folder
      after the pruning of the files happened. Thus, about 2000 bytes of
      comments and whitespace were included in the ROMFS.
      
      This commit moves pruning of the files in ROMFS to a separate cmake
      custom command which happens after the ROMFS files have been copied and
      the extra files have been added.
      
      Testing showed that this change only affected the rc.board file as
      expected.
      d265aaab
  17. Dec 15, 2018
    • Beat Küng's avatar
      rcS tone_alarm: fix CBRK_BUZZER · 6a510826
      Beat Küng authored
      tone_alarm was started before the parameters were loaded, and the first
      tune was played before that as well. CBRK_BUZZER was then read as default,
      ignoring the user-configured value.
      
      We now start tone_alarm after we load the parameters. Note that a
      previously published startup tone or SD card error will still be played.
      6a510826
  18. Dec 12, 2018
  19. Dec 07, 2018
  20. Dec 05, 2018
  21. Dec 03, 2018
Loading