25723 Commits (ca046af8ca9eac7d729aed02340676cf2688deff)
 

Author SHA1 Message Date
Dennis Mannhart ca046af8ca clang-tidy: don't check for pass-by-value optimization 7 years ago
Dennis Mannhart d64b59b95f FlightTaskUtility: remove duplicate slewrate 7 years ago
Dennis Mannhart c1bb0cbdcc smoothing xy: remove unused variable 7 years ago
Dennis Mannhart 23b294b434 tests smoothz: fix fabsf and consider rest once previous velocity is zero 7 years ago
Dennis Mannhart 59f3de192f ManualSmoothingXY: velocity as criteria for direction change to prenvent fast acceleration at low spped 7 years ago
Dennis Mannhart 13eb79ffb8 FlightTasks: fix class name 7 years ago
Dennis Mannhart bb00f6d737 FlightTaskManualPosition: update to new smoothing interface 7 years ago
Dennis Mannhart 4f17fb1303 ManualSmoothingXY: detect alignement based on body frame; do direction change only if not yawspeed is demanded 7 years ago
Dennis Mannhart 40d77d2234 FlightTaskManualStabilized: remove second ; 7 years ago
Dennis Mannhart 5cfd93040f ManualSmoothZ: move vel_sp_previous update into class 7 years ago
Dennis Mannhart ed62056b7c FlightTaskManualPositionSmooth: smooth xy and z 7 years ago
Dennis Mannhart ac6ed74063 Add FlightTaskManualPositionSmooth 7 years ago
Dennis Mannhart 26889bc0e1 ManualSmoothing in xy 7 years ago
Dennis Mannhart 1ddcc7a3ee FlightTaskManaulAltitude: fix activation 7 years ago
Dennis Mannhart 0ec312ef3d FlightTaskManualAltitude: fix update 7 years ago
Dennis Mannhart 6a639373ae PositionControl: set vel_dot to 0 if thrust setpoint is used 7 years ago
Dennis Mannhart 5ad37cec71 FlightTaskManualAltitudeSmooth: update vel sp z 7 years ago
Dennis Mannhart 153b012df6 FlighTaskManual lock condition: rename boolean 7 years ago
Dennis Mannhart 5d06464340 FlightTaskManualPosition: rename updateXYsetpoints to updateXYlock 7 years ago
Dennis Mannhart efc2721add FlightTaskManualAltitude: rename method from updateZsetpoints to updateAltitudeLock 7 years ago
Dennis Mannhart 1810ae8226 ManualSmoothingZ: remove description in cpp file 7 years ago
Dennis Mannhart 39c77546d3 FlightTaskManualAltitudeSmooth: create taks 7 years ago
Dennis Mannhart d44c406fb2 ManualSmoothingZ: unittests 7 years ago
Dennis Mannhart 54a5e177f3 ManualSmoothingZ: comments cleanup and style fix 7 years ago
Dennis Mannhart 08dfd0c495 ManualSmoothingZ: better getMaxAcceleration handling 7 years ago
Dennis Mannhart 0b551c1ede ManualSmoothingZ: style fix 7 years ago
Dennis Mannhart 5343e49d1e CmakeLists Task: add ManualSmoothingZ 7 years ago
Dennis Mannhart c4fbde395b ManualSmoothing: new class for smoothing setpoints generated from sticks 7 years ago
Dennis Mannhart 3d591f4f8c FlightTaskManualAltitude: thrust along xy depends on thrust along z direction 7 years ago
Dennis Mannhart 157814b710 FlightTaskManualAltitude/Position/Stabilized: activate with 0 velocity and hover thrust 7 years ago
Dennis Mannhart 8bafdba4f9 FlightTaskManualStabilized: update comments 7 years ago
Dennis Mannhart 85a263c7bd vehicle local position setpoint: use array for thrust setpoint 7 years ago
Dennis Mannhart a74c1116ee mc_pos_control/PositionControl: enable thrust setpoint 7 years ago
Dennis Mannhart 0ca823eb30 PositionControl: remove thrust as state; add thrust setpoint support 7 years ago
Dennis Mannhart d7c48ea5f2 FlightTaskManualAltitude/Position: set thrust setpoint to NAN (only temporary) 7 years ago
Dennis Mannhart 716eea31cf FlightTaskManualStabalized: compute thrust setpoint from sticks 7 years ago
Dennis Mannhart 76ad00497b FlightTasks and local setpoint: add thrust setpoint 7 years ago
Dennis Mannhart 44e4c12eb5 FlightTaskManualAltitude: Comments update 7 years ago
Dennis Mannhart ad2c16c0ba FlightTaskManual: remove #include px4_defines.h 7 years ago
Dennis Mannhart 25ff03445e FlightTasks: remove description from cpp files 7 years ago
Dennis Mannhart 3b4870b2c2 FlightTaskManual: define as abstract class 7 years ago
Dennis Mannhart 46f0a14c28 FlightTaskStabilized: remove yaw prediction 7 years ago
Dennis Mannhart 5a6ca148ad CMakeListsts FlightTasks: add stabilized 7 years ago
Dennis Mannhart dcdf4d50a0 FlightTasks: add stabilized and fix switchTask for Altitude and Position 7 years ago
Dennis Mannhart 39731277ad FlightTaskSport: inherit from FlightTaskPosition; only change stickscaling 7 years ago
Dennis Mannhart 72624e14cb FlightTaskManualPosition: make position lock simpler; add underline for protected/private 7 years ago
Dennis Mannhart 24b5d30a0a FlightTaskManualAltitude: remove everything related to yaw, which is now 7 years ago
Dennis Mannhart e763642a8b FlightTaskManualStabilized: this task will geerate thrust and yaw setpoints. 7 years ago
Dennis Mannhart 4b856717b7 FlightTaskManual: replace hold_dz with stick_dz 7 years ago
Dennis Mannhart a9ac94dd83 Add FlightTasksManual/Altitude to position controller 7 years ago