25330 Commits (34dd68bee1909fd98eb0f9938fb10ab27f9e7320)
 

Author SHA1 Message Date
barzanisar 34dd68bee1 Update syslink_main.cpp 7 years ago
barzanisar a6e35ab7f7 Beat's changes to make QGC connect with crazyflie 7 years ago
barzanisar 691a5c6532 Beat's changes in syslink work so reverting this 7 years ago
barzanisar 0f79222ff9 This makes QGC connect with crazyflie 7 years ago
AlexKlimaj 08a53a9056 batt_smbus add complementary filter and small fixes (#9080) 7 years ago
Kabir Mohammed 7776789b7d rc.sensors : fix startup for lidars on Pixhawk boards (#9058) 7 years ago
Amir Melzer f68f897820 update submodule to include changes in the ASLUAV BMS message (#9083) 7 years ago
Matthias Grob ed0b6db2de mc_att_control: clarify comment about yaw feed forward 7 years ago
Matthias Grob ff25c7f48a ensure attitude setpoint initialization before arming 7 years ago
Matthias Grob e32b04fff1 mc_att_control: catch numerical out of domain case 7 years ago
Matthias Grob 42f4e62a04 mc_att_control: clarify corner case comment 7 years ago
Matthias Grob 9f69447e22 mc_att_control: replace nasty corner case condition 7 years ago
Matthias Grob d2ead02fb5 mc_att_control: catch numerical corner cases 7 years ago
Matthias Grob dc28c47544 mc_att_control: correct head comment 7 years ago
Matthias Grob c4fb2b26fd mc_att_control: prepare yaw weight from gain ratio 7 years ago
Matthias Grob 6317d36ec9 mc_att_control: remove time constant parameter 7 years ago
Matthias Grob ba5f2254cd mc_att_control: add reduced quaternion attitude control 7 years ago
Matthias Grob 9ff9692270 mc_att_control: switch to quaternion attitude control (no yaw reduction yet) 7 years ago
Daniel Agar 1abf90c6d4 EKF2 only publish wind_estimate if wind velocity is being estimated 7 years ago
Daniel Agar 7607c71ca8 fw_pos_control_l1 project virtual waypoint to handle landing overshoot 7 years ago
Daniel Agar d1dca4e74c fw_pos_ctrl_l1 move takeoff to control_takeoff() 7 years ago
Daniel Agar c72340e039 fw_pos_ctrl_l1 move landing to control_landing() 7 years ago
Daniel Agar f194c5424c move hmc5883 i2c address into driver 7 years ago
Daniel Agar bb7466c596 move rgbled i2c address into driver 7 years ago
Karl Schwabe 2a5a7b3a1e Adds ability to have out-of-tree uORB message definitions 7 years ago
Daniel Agar dacec87d6b px4fmu-v3 add missing lsm303d and sort 7 years ago
Daniel Agar de85acb8b0 px4fmu-v2 version detection and init cleanup 7 years ago
Daniel Agar 24be68b27a eclipse project add paths for new params 7 years ago
Beat Küng 2bcc5cf3e5 imu filter defaults: set IMU_GYRO_CUTOFF to 80 and MC_DTERM_CUTOFF to 30 7 years ago
Beat Küng a99e49a856 landing_target_estimator: fix param type: int -> int32_t 7 years ago
Beat Küng 22acb1dab1 cmake configs: add landing_target_estimator wherever local_position_estimator is enabled 7 years ago
Beat Küng 7ee464c264 LPE: refactor to use ModuleParams 7 years ago
Beat Küng 83d55773af LPE: refactor to use ModuleBase 7 years ago
Beat Küng 9fb9b2916a LPE: use default & delete keywords for constructors & destructors 7 years ago
Beat Küng f7ee3c2015 cmake configs: add vtol_att_control for required parameters VT_B_DEC_MSS & VT_B_REV_DEL 7 years ago
Beat Küng 279b66bfbd ekf2: use new Param class 7 years ago
Beat Küng eb33145ac8 px4_param.h: add ParamExtFloat & ParamExtInt (required by ekf2) 7 years ago
Beat Küng 89a775b401 navigator: remove use of final to allow extending class hierarchy 7 years ago
Beat Küng 8a5cdac1f4 FixedwingPositionControl: fix ordering of PRINT_MODULE_USAGE_NAME 7 years ago
Beat Küng e0af2912a1 navigator: avoid use of a static variable last_geofence_check 7 years ago
Beat Küng 320bdc6482 navigator: refactor to use ModuleBase class 7 years ago
Beat Küng 246be4f0ab precland: use 'default' for destructor 7 years ago
Beat Küng 2e6904b8a4 navigator: use '#pragma once' as include guard 7 years ago
Beat Küng f2dddc65a5 navigator: use new Param class 7 years ago
Beat Küng 32eaf278ad Battery: remove unnecessary updateParams() call in constructor 7 years ago
Beat Küng 523bb11577 module template: update to use the new Param classes 7 years ago
Beat Küng 0d26aeafe2 px4_parameter.h: remove this file - it's not used anymore 7 years ago
Beat Küng fca99cf775 param: refactor BlockParam classes 7 years ago
Beat Küng 0e4034d01e param: add a px4_parameters_public.h.jinja template 7 years ago
Beat Küng 0a5af01454 NavigatorMode: inherit from Block instead of SuperBlock 7 years ago