Skip to content
Snippets Groups Projects
  1. Nov 08, 2016
    • Paul Riseborough's avatar
      ekf2: code style fixes · 5ac73f34
      Paul Riseborough authored
      5ac73f34
    • Paul Riseborough's avatar
      ekf2: Prevent loss of baro data due to buffer time arrival checks · 699edd25
      Paul Riseborough authored
      Baro data arriving too soon after the last measurement due to a high sampling rate or timing jitter is rejected inside the ecl EKF to prevent the data buffer overflowing.
      This patch checks the timestamp difference from the last measurement, and if to small, the data is accumulated and the average sent to the EKF when the time delta
      is acceptable.
      699edd25
    • Paul Riseborough's avatar
      ekf2: Don't send un-usable mag and baro data to the EKF · ef7ed97c
      Paul Riseborough authored
      Fixes:
      
      1) Invalid data with a zero time stamp could be the EKF ends up in the data buffers and result in loss of 'good' data from the buffers
      
      2) Magnetometer data was arriving at a rate faster than the data buffers could handle resulting in loss of data.
      ef7ed97c
    • Paul Riseborough's avatar
      ekf2_replay: fix time stamping bug · 7d0d29f6
      Paul Riseborough authored
      If the replay data for the baro or mag data has a zero time stamp, then the corresponding relative timestamp published over the combined sensor topic must be se to RELATIVE_TIMESTAMP_INVALID so that the ekf2 module does not try to use this data.
      7d0d29f6
  2. Nov 07, 2016
    • Lorenz Meier's avatar
      Offboard control (#5816) · 7be71459
      Lorenz Meier authored
      * Fix jmavsim HITL simulation of MAV_CMD_DO_REPOSITION in the case where you have no radio attached to the PX4 and so you have disabled RC link loss for that reason (set NAV_RCL_ACT = 0) but you still want the jmavsimulation to work.  The line of code changed here causes failsafe RTL to kick in without this fix.
      
      * Add altitude hold option using Z position control, while doing velocity control on vx and vy.
      
      * Fix style and rebase issues
      7be71459
  3. Nov 06, 2016
  4. Nov 05, 2016
  5. Nov 04, 2016
  6. Nov 03, 2016
Loading