26767 Commits (7a4ac739f1f19c26b5d180b2d4678a13d98d417e)
 

Author SHA1 Message Date
David Sidrane 7a4ac739f1 Fix Stack warning 7 years ago
Daniel Agar 345f6367a5 av-x remove mc_pos_control_tests 7 years ago
Dennis Mannhart 18a3c08659 mc_pos_control: idle to armed state delay controlled by parameter MPC_IDLE_TKF 7 years ago
Dennis Mannhart ab1ae1fb4e mc_pos_control_main: trigger failsafe if no setpoint along D-direction is valid 7 years ago
ChristophTobler 9362f844f4 position control: fix failsafe thrust 7 years ago
ChristophTobler 7cc85885a4 position control: set _skip_controller before calling _interfaceMapping() 7 years ago
ChristophTobler 80867343ab mc_pos_control: trigger failsafe if no pos, vel or thrust pair is valid 7 years ago
Dennis Mannhart 260284571d mc_pos_control: move failsafe logic into method 7 years ago
Dennis Mannhart ac2c49218d mc_pos_control: remove mavlink_log_info 7 years ago
Dennis Mannhart f11a65a74f mc_pos_control: fix overwrite for state velocity 7 years ago
Dennis Mannhart f2d559a4c2 mc_pos_control: minor refactor 7 years ago
Matthias Grob cc0bc05156 mc_att_control: remove useless parameter MC_YAW_FF 7 years ago
Dennis Mannhart b5731e0ccd FlightTaskOffboard: only start task if control mode flags are met 7 years ago
Dennis Mannhart bf4ac7a9d6 mc_pos_control: for terrain following use range sensor climbrate for velocity estimate 7 years ago
Dennis Mannhart eb7139bc56 FlightTaskManualAltitude: respect maximum altitude if there is a valid distance sensor 7 years ago
Dennis Mannhart c907e7a9dc FlighttaskManualAlititude: replace SENS_FLOW_MINRNG with hagl_min 7 years ago
Dennis Mannhart 4af9d79986 FlighttaskManualPosition: check if estimator velocity maximum is finite 7 years ago
MaEtUgR efed766919 FlightTasks: small rebase naming and typo fixes 7 years ago
Dennis Mannhart e51e1bbe74 mc_pos_control: replace legacy refactor 7 years ago
Dennis Mannhart 29fb5089bd FlightTasks: construct all tasks in constructor 7 years ago
Dennis Mannhart b1530d1a81 FlightTasks: create struct that contains FlightTask and FlightTaskIndex 7 years ago
Dennis Mannhart 83cc2b0e72 FlightTaskAuto: reset lock position to NAN 7 years ago
Dennis Mannhart c12dcb4eed FlightTaskAuto: take care of case when triplet.lat/lon are invalid, which corresponds 7 years ago
Dennis Mannhart 65ad6edaf0 ManualSmoothingXY: remove empty lines 7 years ago
Dennis Mannhart b9d5189fe5 ManualSmoothing: direction change with maximum acceleration 7 years ago
Dennis Mannhart a5e8eb23ad PositionControl: saturate thrust integral 7 years ago
Dennis Mannhart 5ffcb6af01 PositionControl: set vel_dot to 0 if NAN 7 years ago
Dennis Mannhart 33d0a4e8ed FlightTaskAuto: replace target with destination for checks 7 years ago
Dennis Mannhart 92e93639d3 FlightTaskAuto: require valid position in 3D 7 years ago
Dennis Mannhart c4c01358b9 FlightTaskManualAltitude: do terrain following when distance sensor active and 7 years ago
Dennis Mannhart bd85f5f993 FlightTask: set min_distance_to_ground to NAN as default and when 7 years ago
Dennis Mannhart 80775d588b vehicle constraints: minimum distance to ground. currently used when distance sensor 7 years ago
Dennis Mannhart ee7d5c3f38 FlightTaskAuto: remove unused member variable 7 years ago
Dennis Mannhart 7b13803e2c PositionControl: for thrust setpoints only use MPC_MANTHR_MIN for minimum thrust 7 years ago
Dennis Mannhart f30bf215db MulticopterLanddetector: adjust minimum throttle if climb-reate is not enabled 7 years ago
Dennis Mannhart e408870857 FlightTaskManual: remove unused override 7 years ago
Dennis Mannhart be6f3a5b48 FlightTaskOffboard: valid position and velocity is required 7 years ago
Dennis Mannhart bd2de0e585 FlightTaskAuto: valid target is required and valid reference 7 years ago
Dennis Mannhart 4713f47668 FlightTaskManualPosition: valid position/velocity in xy required 7 years ago
Dennis Mannhart 72a213aff7 FlightTaskManualAltitude: valid altitude/climb-rate is required 7 years ago
Dennis Mannhart fc4fa169df FlightTaskManualStabilized: valid yaw is required 7 years ago
Dennis Mannhart 2af253fa9f FlightTaskManual: sticks not to be finite 7 years ago
Dennis Mannhart 6a7a7d7ff7 FlightTask: check if states are valid. if not valid, set them to NAN 7 years ago
Dennis Mannhart e8620708b3 PositionControl: set states to zero if not valid 7 years ago
Dennis Mannhart b2af9c3f58 FlightTasks: error to char string message 7 years ago
Dennis Mannhart afd02aca92 FlightTask: fail activation if required states are not available 7 years ago
Dennis Mannhart e6f6e2085c ControlMath: remove false comment 7 years ago
Dennis Mannhart 3ea7f8783f FlightTaskManualAltitude: fix comment 7 years ago
Dennis Mannhart 414f38b677 test_controlmath: work around for internal compiler error: in trunc_int_for_mode, at explow.c:55 7 years ago
Dennis Mannhart c56ae130a7 test_controlmath remove static 7 years ago