29399 Commits (bf12583d80766b276a03ba1d682262088dfbe96f)
 

Author SHA1 Message Date
Matthias Grob 1f3ebd98b1 commander: split up set_main_state_rc entering condition 6 years ago
Matthias Grob 21194239c7 FlightTaskAuto: revisit yaw rate limit 6 years ago
Beat Küng c3ac1497c0 mpu9250: fix mag publishing garbage on IMU failure (SPI only) 6 years ago
Thijs Raymakers 33fe69a3e8 adis16497: fix TEMP_OUT conversion according to the datasheet 6 years ago
bresch 89bc68e12b Auto - Rename MC_YAWRAUTO_MAX -> MPC_YAWRAUTO_MAX 6 years ago
bresch 581d25f77f Auto mode traj - limit yaw setpoint rate of change when generated in the flight task instead of clamping the yaw rate in the controller 6 years ago
mcsauder e6b427022a Add missing underscore prefix to a member variable in mavlink_main.cpp.h and delete unnecessary struct specifiers in mavlink_main.h. 6 years ago
mcsauder 73fb30f251 Migrate an additional set of 16 variable initilializations from the Mavlink class constructor list to their respective declarations. 6 years ago
bresch 903deb7579 RTL - Skip descend state if no delay is set between descend and land 6 years ago
Alexis Paques 5763787840 Adding narg to allow empty arguments 6 years ago
misswhile 37fe090225 fix bmp280 driver init faild. 6 years ago
Julian Oes c95394f57f navigator: fix uninitalized param values 6 years ago
Julian Oes 90ee26dd2d mavlink_mission: properly initialize padding 6 years ago
Julian Oes 4c56994d7a mavlink_system: set update_counter for safe points 6 years ago
Julian Oes bf32ff32f8 dataman: make _file_write more readable 6 years ago
Julian Kent dc3341db59 Fix uninitialized memory found using Valgrind 6 years ago
Julian Oes a9c3bce20d px_uploader.py: fix version check 6 years ago
Roman 42d0522cdd FixedWingAttitudeControl: removed check for negative airspeed and slew rate 6 years ago
Daniel Agar 36aeb9defc WIP: FW attitude control limit airspeed scaling changes per iteration 6 years ago
Martina Rivizzigno eba0bb389a ObstacleAvoidance: fix comment, update failsafe position if one axis is NAN 6 years ago
Martina Rivizzigno e037edd2cc ObstacleAvoidance: once the commadand loiter has been sent, keep using 6 years ago
Paul Riseborough 0f346af226 ekf2: Improve parameter description 6 years ago
Daniel Agar d8a1a79f69 Mavlink: SYS_STATUS trivial style check fix 6 years ago
jdzerve 2e9d0f0751 Mavlink: Get full sensor status even if only subset has changed when composing SYS_STATUS message (#11886) 6 years ago
Arkadiusz Niemiec c50c44cc58 Add a boolean to cleanly exit sender thread 6 years ago
Julian Oes c78aaeb0f7 ak09916: fail if device is not found 6 years ago
liubaoxu db37cd8c71 BMP280:fix definition misspelling 6 years ago
David Sidrane 2b68076663 Update Nuttx with F7 i2C fixes 6 years ago
baumanta c0a1f5b72f Collision prevention improvements (#11866) 6 years ago
Roman 463b8a7528 vtol_att_control: respect min pwm values 6 years ago
Dennis Millard 70681f990f BMI055 IMU driver fix temperature reporting 6 years ago
sfuhrer 3d36dbfba3 added babyshark VTOL config file and mixer 6 years ago
Mark Sauder 74bc6870ed simulator: uorb and initialization cleanup (#11825) 6 years ago
Gabriel Moreno f9324fb76a mavlink: set correct distance_sensor timestamp. Fixes #11840 6 years ago
bresch 93d52581ef Auto - Fix cruise speed. Tested with and without SDK. Before that commit, the drone files at max speed instead of cruise speed if not precised by the SDK 6 years ago
Beat Küng 226f3c0999 rc.board_sensors: probe for external qmc5883 6 years ago
Daniel Agar d36b06f779 fw_pos_control_l1: FW_LND_EARLYCFG disable by default 6 years ago
Daniel Agar 6d30b13afa
update Tools/setup/ dev environment setup scripts 6 years ago
Julian Oes e88f1b33b2 FlightTasks: fix mission DO_CHANGE_SPEED 6 years ago
Matthias Grob 1454694bdd FlightTaskAuto: separate default speed and limit 6 years ago
Beat Küng 3135f9f0d2 sih: avoid static variable + style fixes 6 years ago
romain 65f623bd73 acceleration added when hitting the ground 6 years ago
romain 7be1cc389e removed arguments from constructor 6 years ago
Beat Küng 744b50b478 send MAVLink GROUND_TRUTH at 25 Hz, only in SIH mode. And minor cleanup 6 years ago
romain 9adb4410bd newline added at the end of files 6 years ago
romain 8b6480c1cf sih.msg removed, serial port communication removed 6 years ago
romain e8c5d85525 sih param names cleanup 6 years ago
Beat Küng f542736140 'simulation' category added in srcparser.py 6 years ago
romain e1d9438f79 sih: remove SYS_SIH parameter and extend SYS_HITL 6 years ago
romain a9660d9da0 white noise generator updated 6 years ago