Dennis Mannhart
|
a7f4859698
|
FlightTaskManualAltitudeSmooth: remove unused member methods/variables
|
7 years ago |
Dennis Mannhart
|
c15b114cad
|
FlightTaskManualAltitude: remove member setpoints and update method
|
7 years ago |
Dennis Mannhart
|
4b49b0ed7a
|
FlightTaskManualStabilized: update method that sets all member setpoints
|
7 years ago |
Dennis Mannhart
|
2db2ef824b
|
FlightTaskManual: move all setpoints into base class
|
7 years ago |
Dennis Mannhart
|
2e9cb659c9
|
FlightTaskManual: method to reset all members setpoints to NAN
|
7 years ago |
Dennis Mannhart
|
52eeb02549
|
empty setpoint add NAN for thrust, add comment
|
7 years ago |
Dennis Mannhart
|
fb2ce062e4
|
FlightTask: rebse fix for empty setpoint
|
7 years ago |
Dennis Mannhart
|
f2f5f41641
|
FlightTaskManualSmoothing: change name of method
|
7 years ago |
Dennis Mannhart
|
01073d36e5
|
FlightTaskManualPosition: use axis angle to rotate into world frame
|
7 years ago |
Matthias Grob
|
d22af4679d
|
FlightTaskManualAltitude/Position: renamed and recommented velocity hold threshold
|
7 years ago |
Matthias Grob
|
6fb9ca3b0c
|
FlightTasks: corrected comment and sorted out unnecessary includes
|
7 years ago |
Matthias Grob
|
e1a81c7978
|
FlightTaskManual: remove unnecessary activate method
|
7 years ago |
Matthias Grob
|
e8cc93ec23
|
FlightTasks: create enumeration type for the task index while still offering integer index with checks
|
7 years ago |
Matthias Grob
|
f135e6dda0
|
FlightTasks: switch field name from thr to thrust + some code spacing
|
7 years ago |
Alessandro Simovic
|
f8e4e82bba
|
snapdragon: Applied camelCasing
|
7 years ago |
Alessandro Simovic
|
01ecb05341
|
snapdragon: changed constexpr to const in FlightTask so that it would compile
|
7 years ago |
Alessandro Simovic
|
50c1eba392
|
snapdragon: fixed compiler shadow warning, function name was identical as a variable name
|
7 years ago |
Alessandro Simovic
|
cc41d8ccab
|
snapdragon: added missing includes
|
7 years ago |
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 |