30208 Commits (41516fbd5532cdb5c8beb2e519ca4d8e5247a579)
 

Author SHA1 Message Date
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
bresch 052932fa95 VelocitySmoothingTest - Update unit test to use the same parameters ordering (time, setpoint) as the VelocitySmoothing class 5 years ago
bresch c13499e64b test_velocity_smothing - Update test script to use new polynomial evaluation algorithm 5 years ago
bresch a03cc495ce VelocitySmoothing - Refactor class to use polynomial evaluation instead of numerical integration 5 years ago
Hamish Willee 0c0b261ff2 ubuntu.sh - remove modemmanager 5 years ago
Daniel Agar 5507f14bb2 Jenkins HIL disable rgbled 5 years ago
Daniel Agar ed6c7cc806 cmake remove unused/broken _no_optimization_for_target 5 years ago
Daniel Agar 251831f7af cmake px4_add_library remove unused PX4_LIBRARIES property 5 years ago
Daniel Agar dc46b6a749 cmake px4_add_module MAIN is always present (required) 5 years ago