24092 Commits (78b3d224716b33dc05f6fd5c20eb121bfcba3454)

Author SHA1 Message Date
Daniel Agar 78b3d22471 lib/mixer_module: consume output_limit library 3 years ago
Daniel Agar 71d8b15b73 commander: fix COM_HOME_EN missing case 3 years ago
bresch 57fa9c545a PosControl: fix hover update equation 3 years ago
Daniel Agar 6c97700eaa move sensor calibration parameters to yaml 3 years ago
Matthias Grob bbad4a5397 FlightTaskAuto: Respect altitude with offtrack state 3 years ago
Daniel Agar c17a9e8003 sensors/vehicle_imu: refactor SensorCalibrationUpdate() to separate accel/gyro cal saving 3 years ago
Daniel Agar aec97e0020 sensors: minor IMU bias saving updates 3 years ago
Silvan Fuhrer 5d7ddf5734 FW Pos Control: use SlewRate library for airspeed setpoint 3 years ago
Daniel Agar 30ccfdb2ed
sensors/vehicle_magnetomeer: fix copyright year 3 years ago
Julian Oes 952cfe2fd7 ekf2: fix uninitalized memory warning 3 years ago
Silvan Fuhrer 0a82025faf FW Position Control: some airspeed setpoint handling adaptions 3 years ago
Silvan Fuhrer 20a1e5f77c FW Position Control: simplify underspeed disabling logic for tecs 3 years ago
Matthias Grob bbb04ab4b8 Remove relaying of maximum altitude through land detector 3 years ago
Julian Oes 2445fa8b4c commander: prevent uninitialized warning 3 years ago
Daniel Agar 170849c8f8 ekf2: expand accel bias stability criteria 3 years ago
PX4 BuildBot 846f807eff Update submodule mavlink to latest Tue Jan 4 12:39:05 UTC 2022 3 years ago
bresch d094fbbd70 ekf2: fix delta angle coning metric 3 years ago
PX4BuildBot 6fbc0e95d0 [AUTO COMMIT] update change indication 3 years ago
PX4 BuildBot a89f21d566 Update world_magnetic_model to latest Tue Jan 4 11:14:11 UTC 2022 3 years ago
Daniel Agar 9d1558af25 ekf2: selector use status timestamp for timeout rather than timestamp_sample (delayed time horizon) 3 years ago
Daniel Agar 333edfe12f ekf2: use delayed IMU timestamp for publication's timestamp_sample 3 years ago
Daniel Agar 35502c249d ekf2: don't use Vectors for height innovations (baro, rng, etc) 3 years ago
Jaeyoung-Lim bdec85fdd0 Disable local vehicle setpoints while in transition 3 years ago
Jaeyoung-Lim 4127dfa791 Log vehicle local position setpoints 3 years ago
Jaeyoung Lim 52418f13b0 Use groundspeed for navigate heading 3 years ago
Jaeyoung-Lim e66e82228f Add support for offboard velocity setpoints for fixedwing vehicles 3 years ago
Daniel Agar 673d4544d1 parameters: verify param backup after export 3 years ago
Daniel Agar 8e26b33009 tinybson: file write error add more detail 3 years ago
Daniel Agar 80ef6e19df tinybson: explicitly append int32 or int64 3 years ago
Daniel Agar 9cbb5c9920 parameters: fix export shutdown locking 3 years ago
Daniel Agar e9283d90cc systemcmds/netman: fix code style 3 years ago
David Sidrane db159a43cc test_dataman:Set SEM_PRIO_NONE on all semaphores 3 years ago
Daniel Agar 1b6700592b parameters: require valid BSON document size 3 years ago
PX4 BuildBot 5fc7e551ab Update submodule mavlink to latest Wed Dec 29 12:38:13 UTC 2021 3 years ago
Daniel Agar 990d7c159d pwm_out: cleanup and prep for linux compatibility 3 years ago
FengShun 8f8719d33b cmake: use add_definitions instead of add_compile_definitions 3 years ago
honglang 17a99bc827 mavlink: add HYGROMETER_SENSOR stream 3 years ago
honglang 983867f9af uavcan: support uavcan hygrometer 3 years ago
Daniel Agar 236794235a parameters: export empty BSON document even if there are no parameters to save 3 years ago
Daniel Agar 33d7b42040 parameters: import quietly retry if there's no data (as a precuation) 3 years ago
Daniel Agar 20d3e6f4e1 parameters: add simple BSON verification pass after export 3 years ago
Beat Küng 72065c3d71 fix protocol_splitter: remove timeout, drop buffer if too full instead 3 years ago
Rui Miguel Carvalho 542ee86bc9
landing_target_estimator: custom irlock frame params (#18884) 3 years ago
Silvan Fuhrer 28e01c3510 FW Position controller: make loiter switching logic robust against pos_sp with loiter_rad=0 3 years ago
Beat Küng d202bf9631 control_allocator: add scope to reduce stack usage by 256B 3 years ago
Silvan Fuhrer 48be55dec8 Tiltrotor: disable tilt/thrust compensation when dynamic allocation is enabled 3 years ago
Silvan Fuhrer 31d7328f4d Tailsitter: invert roll (make it NED-correct) for filling vehicle_torque_setpoint 3 years ago
Silvan Fuhrer 1ad66e606b ControlAllocation: introduce convention for control surface deflection sign 3 years ago
Beat Küng 5259877b1b control_allocator: update matrix normalization 3 years ago
Silvan Fuhrer 460a0df850 tiltrotor: fill out thrust_setpoint[0] also in hover, based on tilt and hover thrust 3 years ago