29714 Commits (efad34e55e219ef715ed62c5e6ce0237f5063284)
 

Author SHA1 Message Date
Mark Sauder 5857cf4799 LeddarOne: Refactor the driver to standardize against other distance sensor drivers. (#11858) 6 years ago
PX4 Build Bot 309322ce98 Update submodule sitl_gazebo to latest Fri Jun 28 12:37:57 UTC 2019 6 years ago
Daniele Pettenuzzo 55b5e7552c mavlink: add new extvisionmin mode (#12279) 6 years ago
Mark Sauder c22ed9397e land_detector: Implement ModuleParams inheritance in the FixedwingLandDetector class. 6 years ago
RomanBapst 0b2af5c519 FixedWingAttitudeControl: don't lock integrator during transition 6 years ago
RomanBapst 7bba5a7287 vtol_configs: replaced VT_MOT_COUNT with VT_MOT_ID 6 years ago
RomanBapst afd95b14cf vtol_att_control: use VT_MOT_ID instead of VT_MOT_COUNT 6 years ago
RomanBapst 2c74216028 ekf2: fixed calculation of static pressure error 6 years ago
Mark Sauder 1466d11acc land_detector: cleanup actuator_armed and battery_status naming 6 years ago
Mark Sauder 94c1f21473 mb12xx: Refactor driver class to allow for multiple sensors and cleanup (#11859) 6 years ago
Mathieu Bresciani c5deba53a2 mc_pos_control: Explicitly convert tilt variables to radians during check and assignments 6 years ago
Lorenz Meier 748ff7f50a
Update README.md 6 years ago
Anthony Lamping 49966f4c46 launch: multiple sdf models (#12306) 6 years ago
David Sidrane 6fcc4cc6a2 WIP Digital PM Support 6 years ago
David Sidrane 1cf4a2d953 Added Suport for ICM 20602 on PX4_SPI_BUS_SENSORS1 6 years ago
David Sidrane e5b6adc7f3 fmu-v5X VER REV Combined 6 years ago
David Sidrane 31dfaee76a fmuv5x board support 6 years ago
mcsauder 6e9f706b12 Standardize remaining class member variable naming convention in the MulticopterLandDetector class. 6 years ago
mcsauder df662245a2 Standardize class member variable naming convention in the LandDetector class. 6 years ago
mcsauder 6b6d82447e Standardize class member variable naming convention in the MulticopterLandDetector class. 6 years ago
mcsauder 3f0159d784 Standardize class member variable naming convention in the VtolLandDetector class. 6 years ago
mcsauder 2b9ad179a2 Standardize class member variable naming convention in the FixedWingLandDetector class. 6 years ago
Lorenz Meier 7ba658d573 MAVLink module: Add additional IMUs as default outputs 6 years ago
mcsauder d7cfebe0a3 Add check_params(true) call to the LandDetector start() method. Break out _update_total_flight_time() method in the LandDetector class. 6 years ago
mcsauder f783982edb Revert changes to the check_params(const bool force) declaration/definition to match current PX4:master. 6 years ago
mcsauder 0ec7efcfc4 Delete _measure_interval and redundant parentheses in LandDetector.h. 6 years ago
mcsauder faa3c3dc6f Refactor the LandDetector class to 6 years ago
Angel 46662072d1 Missed conversion to radians in AutoMapper and AutoMapper2 6 years ago
Daniel Agar 6d9bf18ca6 Revert "VTOL: add parameter to prevent flight if roll direction was not checked" 6 years ago
Matthias Grob 5002b13bda mc_att_control: Increase default rate integral gain 6 years ago
Matthias Grob 443381327e Airframes: rename normal S500 to generic and remove PX4 defaults 6 years ago
Matthias Grob c22825ee45 Airframes: add Holybro S500 Kit which was tested at dev summit 6 years ago
Daniel Agar d96c97ed48
Update submodule jMAVSim to latest Sat Jun 22 12:37:52 UTC 2019 (#12316) 6 years ago
Ildar Sadykov fb8630c267 Adding VTOL Octoplane airframe type (#12303) 6 years ago
Beat Küng 64ac8c18d2 mc airframes: increase I gains a bit 6 years ago
Beat Küng ea31f34d09 mc rate controller: add I term reduction factor 6 years ago
JaeyoungLim 4c4bcc5fdb Mavlink: Fill in thrust field correctly for offboard rates setpoints on fixed wing (#12311) 6 years ago
PX4 Build Bot 4831a4b0cf Update submodule ecl to latest Tue Jun 18 20:37:33 EDT 2019 6 years ago
SalimTerryLi e0f3fc8d00 Mavlink receiver SET_ATTITUDE_TARGET fill the correct throttle field by checking its frametype in offboard mode (#12149) 6 years ago
Julian Oes 46c00ca6a4 vscode: add PX4_SIM_SPEED_FACTOR 6 years ago
Julian Oes 1cee945a22 vscode: use lockstep 6 years ago
Julian Oes e1671571c8 jMAVSim: use PX4_SIM_SPEED_FACTOR, not cli arg 6 years ago
Julian Oes fea284f728 vscode: start gzclient GUI for Gazebo simulation 6 years ago
alessandro 2deab6c607 commander: refactored state-machine strings 6 years ago
Daniel Agar 136962d125
uORB Subscription callbacks with WorkItem scheduling on publication (#12207) 6 years ago
Beat Küng beaba44e5b mc mixer: prioritize roll/pitch over yaw for full airmode 6 years ago
mcsauder 8811c8315c Modify the update_params() comment to better reflect what is taking place in mavlink_receiver.h. 6 years ago
mcsauder 742c22d099 Rename _param_sub to _param_update_sub and initialize. Re-define and re-implement the update_params() method and only call if parameters have been updated. 6 years ago
mcsauder c92b8b03cd Move variable initialization from constructor to declarations in MavlinkReceiver class, alphabetize var lists. Added update_params() method to ensure that parameters subscribed to are updated routinely. 6 years ago
Patrick Brünn b402c9697d hardfault_log: fix NULL terminator truncation 6 years ago