26298 Commits (a19fecad94e3e937942abb6dcd3438fe1cce3d7a)
 

Author SHA1 Message Date
Matthias Grob 711b21cc5b mc_att_control: improve a quaternion control comment 7 years ago
Beat Küng b52a8de5ff nuttx_px4fmu-v2_test.cmake: enable modules required to build mc_pos_control 7 years ago
Beat Küng 90513e719e ASSERT: remove some inappropriate asserts 7 years ago
Beat Küng a8645b51d5 voted_sensors_update: reduce flash usage by allowing compiler to dedup equal strings 7 years ago
Beat Küng b97d432844 px4_param.h: add override to _DEFINE_PARAMETER_UPDATE_METHOD_CUSTOM_PARENT 7 years ago
Beat Küng 5eb7d8ec5f flight tasks smoothing: refactor param_find -> Param 7 years ago
Beat Küng 398d511fd9 flight tasks smoothing: fix style issues 7 years ago
Beat Küng 0eaa6222a2 flight tasks: refactor BlockParam -> Param and handle param updates 7 years ago
Beat Küng 2e620cf1d4 mc_pos_control: refactor BlockParam -> Param 7 years ago
nanthony21 0c2b9dc0b8 Fix formatting 7 years ago
nanthony21 d3e9ee88a0 Use filtered throttle for battery estimation instead of raw. 7 years ago
Daniel Agar 036d920070 NuttX cleanup debug helpers and add profile target 7 years ago
Daniel Agar 95f17d5669 px4fmu_test update mixers 7 years ago
Daniel Agar 45eb9cb518 fix typo PX4IO_MAX_MIXER_LENGHT -> PX4IO_MAX_MIXER_LENGTH 7 years ago
Daniel Agar 735c5544ae tests add ctlmath and use float FLT_EPSILON 7 years ago
Daniel Agar 367a18f735 tests temporarily disable mavlink tests on nuttx 7 years ago
Daniel Agar 47fd298143
Update submodule mavlink v2.0 to latest Sun Apr 8 20:31:34 CDT 2018 (#9268) 7 years ago
stmoon 3ec37aa186 clarify the codes of LPE 7 years ago
Daniel Agar 3b64325ff8 update px4fmu_test and add px4fmu-v2_test to Jenkins 7 years ago
Beat Küng f1f72c70e0 commander: immediately publish kill switch state change 7 years ago
barzanisar d025eb0da0 explaining why we send 30 bytes crtp msg data instead of 31 7 years ago
barzanisar 7ac3c97aad Improve the Crazyflie MAVLink tunnel to increase efficiency 7 years ago
Roman d6a86dfa56 tailsitter: do not condition transition on airspeed if airspeed disabled 7 years ago
Daniel Agar 23d25f2a22 aerocore2 config remove telemetry modules, FW and GND controllers 7 years ago
Dennis Mannhart 48fa3fbca3 PositionControl: thrust setpoint check with fabsf 7 years ago
Dennis Mannhart 26ffda5079 PositionControl: replace matrix length() method with simple dot-product to safe compuation 7 years ago
Dennis Mannhart 0c6c771620 ControlMath: remove unused methods 7 years ago
Dennis Mannhart 81da94ff46 PositionControl: Anti-windup that uses max in NE based on tilt limit and remaining throttle 7 years ago
Matthias Grob f99471f34c PositionControl: refactor remove Data define for Vector 7 years ago
Matthias Grob 2405baa2c9 FlightTasks: fix manual mode takeoff 7 years ago
Matthias Grob 4bf33339dc FlightTaskManualStabilized: remove double limit of yawspeed 7 years ago
Matthias Grob eaf4f99e38 FlightTasks: adapt tasks to member setpoints 7 years ago
Matthias Grob 309237c4a2 FlightTasks: replace setpoint setters with members 7 years ago
Dennis Mannhart e15240d3ad FlightTask: only allow for position and alitude control without smoothing. 7 years ago
Matthias Grob dc60bc8766 mc_pos_control: enable flight tasks 7 years ago
Matthias Grob 0dcad42f57 mc_pos_control: refactor, indent control block 7 years ago
Matthias Grob 5ee136fe10 mc_pos_control: refactor, move landed thrust reduction into function 7 years ago
Matthias Grob fabf214bca mc_pos_control: refactor, move smooth takeoff velocity into a function 7 years ago
Matthias Grob d5f90a1503 FlightTasks: add library to cmake configurations 7 years ago
Matthias Grob 8b4471d842 FlightTasks: comment out mavlink command processing 7 years ago
Matthias Grob cf48ceb428 Revert "Subscription remove unused instance class member" 7 years ago
Dennis Mannhart 88cf2aebc6 PositionControl: comment fix + unused parameter removal 7 years ago
Dennis Mannhart 421aeb69d8 FlightTaskManual: transformation into heading frame use vehicle yaw or yaw_sp based 7 years ago
Dennis Mannhart ab8527cc8f FlightTaskManualStabilized: limit manual yaw rate in flighttask 7 years ago
Dennis Mannhart 03b3026e18 PositionControl: remove unused parameters 7 years ago
Dennis Mannhart 67900512ab PositionControl: remove legacy yaw logic 7 years ago
Dennis Mannhart 017576262c FlightTaskManual: replace yaw with yaw_sp for rotation 7 years ago
Dennis Mannhart ec79b2f8c8 ControlMath: don't consider sign when vector length is 0 7 years ago
Dennis Mannhart bd37c274c6 PositionControl: parameter naming fix 7 years ago
Dennis Mannhart 59bddf339a ManualSmoothingXY: brake with large default jerk max 7 years ago