19361 Commits (ee073787c88c9580c4b31786efa349e7c0344207)
 

Author SHA1 Message Date
Caio Marcelo de Oliveira Filho ee073787c8 Rover: use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 7662c2e73f AP_HAL_VRBRAIN: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho 79721feb14 AP_HAL_FLYMAPLE: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho 8db8b9b355 AP_HAL_PX4: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho ff016c4b5a AP_HAL_Linux: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho 3ef77617fd AP_HAL_SITL: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho efbc7648b1 AP_HAL: create AP_HAL namespace and use for some HAL functionality 9 years ago
Randy Mackay 50e3c2ce3a Copter: minor comment updates 9 years ago
bugobliterator 945bdee452 Copter: PILOT_VELZ_MAX and PILOT_ACCEL_Z take effect immediately 9 years ago
Jonathan Challinger f9c7f15052 AC_WPNav: WPNAV_LOIT_SPEED WPNAV_LOIT_MAXA take effect immediately 9 years ago
Randy Mackay 674bedd867 Copter: acro sets alt target to zero for reporting 9 years ago
Jonathan Challinger a5e4f64b20 Copter: refuse to enter manual throttle modes while landed with throttle high 9 years ago
Paul Riseborough ff2782b790 AP_NavEKF2: Parameter changes to reduce noise on gyro bias estimates 9 years ago
Paul Riseborough 2193103586 AP_NavEKF: Reduce time to switch after an IMU fault 9 years ago
Paul Riseborough 20798316e1 AP_NavEKF2: fix bug in performance timer 9 years ago
Randy Mackay b2b8dcb8ff Copter: guided calls velocity controller at 400hz 9 years ago
Randy Mackay c9340dbeb6 AC_PosControl: run velocity controller z-axis at 400hz 9 years ago
Randy Mackay dbc8ce1d69 AC_PosControl: default z-axis controller to 400hz 9 years ago
Randy Mackay 323a527734 AC_PosControl: velocity controller uses feed-forward althold 9 years ago
Randy Mackay 4b41710261 AC_AttControl: minor comment fix 9 years ago
Caio Marcelo de Oliveira Filho a348424551 AP_HAL: remove unused function 9 years ago
Andrew Tridgell 5561efde2b AP_NavEKF: we can assume get_sample_rate() returns a non-zero number 9 years ago
Paul Riseborough e32e6cfa67 AP_NavEKF: Protect against bad delta time from the INS library 9 years ago
Paul Riseborough 2fb5a4489b AP_NavEKF2: Prevent airspeed faults from causing excessive loss of accuracy 9 years ago
Paul Riseborough fc6978e4d9 AP_NavEKF2: Fix error in parameter documentations 9 years ago
Paul Riseborough f9cadaf15c AP_NavEKF2: Increase resolution of innovation consistency gate parameters 9 years ago
Andrew Tridgell 08ef00b431 AP_NavEKF2: fixed build with IMU_BUFFER_LENGTH change 9 years ago
Paul Riseborough af3507ef3c AP_NavEKF2: Stop bad INS velocity spoiling height reset 9 years ago
Paul Riseborough 97799ef0b3 AP_NavEKF2: Ensure that GPS origin is set before using data for height 9 years ago
Paul Riseborough b8427e5d95 AP_NavEKF2: Only allow rangefinder height option during optical flow nav 9 years ago
Paul Riseborough c9eea98142 AP_NavEKF2: Improve terrain height estimation 9 years ago
Paul Riseborough d820a538d5 AP_NavEKF2: Make magnetometer data available status global 9 years ago
Paul Riseborough 04228e0b3b AP_NavEKF2: Rework selection of height measurements for fusion 9 years ago
Paul Riseborough 80bc64ee7a AP_NavEKF2: Update parameter documentation with GPS height source option 9 years ago
Paul Riseborough 4c72a14e22 AP_NavEKF2: Add function to LPF and spike filter baro data 9 years ago
Paul Riseborough 34311bedfa AP_NavEKF2: Add data buffers for range finder data 9 years ago
Andrew Tridgell 104a0fcc6a PX4Firmware: submodule update 9 years ago
Andrew Tridgell 99da195e37 AP_NavEKF2: make IMU buffer length depend on main loop rate 9 years ago
Randy Mackay 1b29a1af46 Copter: consolidate setting of using-iterlock state 9 years ago
Andrew Tridgell 4192c3d0ad autotest: calibrate 2nd accel in SITL for rover 9 years ago
Andrew Tridgell f36b2e415a AP_InertialSensor: fixed flymaple build 9 years ago
Andrew Tridgell 32ed0d58f3 AP_InertialSensor: fixed filter setup on 2nd accel/gyro 9 years ago
Andrew Tridgell 0c92331762 Copter: fixed build for SITL changes 9 years ago
Andrew Tridgell 9108179322 Plane: fixed build for SITL changes 9 years ago
Andrew Tridgell e1cb9beeef SITL: expose update rate to HAL_SITL 9 years ago
Andrew Tridgell 95ca0b39a8 HAL_SITL: moved virtual INS sensor to AP_InertialSensor_SITL 9 years ago
Andrew Tridgell 4a768d47f3 AP_InertialSensor: created a SITL specific backend 9 years ago
Andrew Tridgell 2675edcb96 HAL_SITL: removed unused variables 9 years ago
Andrew Tridgell ccd915eb67 AP_InertialSensor: moved raw gyro and accel logging to common code 9 years ago
Andrew Tridgell 75ea8f3dc0 AP_InertialSensor: removed "have sample" logic from drivers 9 years ago