30266 Commits (508ffa1b390890a980a912b26c50db835054ce4c)
 

Author SHA1 Message Date
bresch 000c1e364c FailureDetector - Ignore attitude check for MC in acro and rattude, and FW in manual, acro and rattitude modes 5 years ago
kamilritz 35c50f693f Add missing id for vehicle_visual_odometry_aligned for rtps 5 years ago
Matthias Grob 6a5ca6e336 FlightTask: use inline assignment initializer for reset_counters struct 5 years ago
bresch 679b1659eb AutoLineSmoothVel - Reorganize functions declarations to match cpp file 5 years ago
bresch c811cf4784 FlightTask - Move ekf reset counter monitoring logic in the base FlihtTask 5 years ago
kritz 7427768e70 ECL reference frame alignment fix (#12771) 5 years ago
Matthias Grob 412b44ff6e Commander: allow RC to override during RTL 5 years ago
Matthias Grob 4f44fde080 Commander: remove not disarming by RC message 5 years ago
Christian Clauss 41516fbd55 Old style exceptions are Python 3 syntax errors 5 years ago
Daniel Agar bc35251799
Update submodule mavlink v2.0 to latest Sun Sep 22 08:37:26 EDT 2019 5 years ago
bazooka joe fb3a91cc4f added circuit_breaker_enabled_by_val() 5 years ago
cclauss c18104d48b Use print() function in both Python 2 and Python 3 5 years ago
mcsauder cdbe4a3ee8 Refactor the terraranger driver. 5 years ago
PX4 Build Bot c67a7536d4 Update submodule matrix to latest Sun Sep 22 08:37:30 EDT 2019 5 years ago
Daniel Agar fe4f6c186e Mavlink: ifdef networking code 5 years ago
Daniel Agar 86dc4c5a00 cmake generate vscode launch.json 5 years ago
PX4 Build Bot 42ca17ce77 Update submodule v2.0 to latest Thu Sep 19 20:38:28 EDT 2019 5 years ago
bresch 6f3868b5ba ManualVelocitySmoothing - Fix unlock initialization 5 years ago
bresch 0153e1b126 Matrix - Explicitly cast array[3] to Vector3f 5 years ago
bresch f405bf506b AltitudeSmoothVel - Use ManualVelocitySmoothingZ class instead of re-implementing the logic 5 years ago
bresch ce96d98621 ManualVelocitySmoothing - Cosmetic changes (renaming, indentation,..) 5 years ago
bresch 7cdb2364e9 ManualVelocitySmoothingXY - Add simple unit test 5 years ago
bresch f5d7eb4d87 Refactor FlightTaskManualPositionSmoothVel 5 years ago
bresch 080eedfd02 ManualPositionSmoothVel - Split large function into smaller ones, split XY and Z axes 5 years ago
Dennis Mannhart 453b6a39e4 TrajMath: move from FlightTasks/Utility into mathlib library because the function is also used by other libraries 5 years ago
Dennis Mannhart e6b7062442 TrajMath: replace type placeholder with floats 5 years ago
bresch e9ab6a75ba MC rate control - Scale the integrator with K during the integration 5 years ago
bresch 67e528ec0c Takeoff - allow publishing NAN longitude and latitude 5 years ago
Nico van Duijn 549a962553 EKF2: move handling of invalid range into ECL (#12988) 5 years ago
Matthias Grob fa13f63db6 ekf2: temporarily hardcode new quality information to unkown 5 years ago
Matthias Grob c8d0eba1d2 Update ecl and matrix to safe matrix access 5 years ago
Matthias Grob 1ecbf8efd2 test_matrix: remove duplicate namespace accesses 5 years ago
Julian Kent 2d4ecab3b0 Remove unsafe access to .data() and _data in Matrix 5 years ago
Daniel Agar 78bf12f0db
px4_tasks: reduce POSITION_CONTROL priority 5 years ago
Daniel Agar 494f35d5f4
Mavlink: wait for boot complete before sending or receiving anything 5 years ago
Daniel Agar be61d93d64 tfmini split out header and main 5 years ago
Daniel Agar 9b7ef7141f tfmini cleanup and use PX4Rangefinder 5 years ago
Nico van Duijn 18eaeb564d PMW3901 improvements (#12977) 5 years ago
Maximilian Laiacker 72e93a9c36 fixed total flight time counting bug 5 years ago
Daniel Agar c13835c0f0 replay module split replay_main.cpp into separate compilation units 5 years ago
Matthias Grob 270e12a4df VelocitySmoothing: refactor local scope t variables instead of array 5 years ago
bresch da8ac8cafb VelocitySmoothing - Clean up updateTraj function based on Matthias' comments 5 years ago
bresch b82fa68893 VelocitySmoothingTest - Fix typo and use "zero" instead of "null" 5 years ago
bresch 42cedb7fda VelocitySmoothing - Change direction of "brake" as braking means that 5 years ago
bresch 8490266be8 VelocitySmoothing - (Re)set _state_init every time _state is (re)set 5 years ago
bresch 654938f6a1 VelocitySmoothing - Cosmetic changes (new lines, reorganize functions), 5 years ago
bresch 0b765a1642 AltitudeSmoothVel - Update to use new implementation of VelocitySmoothing 5 years ago
bresch 862454827e VelocitySmoothingTest - Test that the trajectory is always within the constraints 5 years ago
bresch 8cc2a7018e VelocitySmoothing - Re-enable time stretch, integrate dt to get local time. 5 years ago
bresch c7696488fe VelocitySmoothing - Improve computation of the direction of the trajectory by predicting the velocity at zero acceleration instead of the current velocity 5 years ago