30500 Commits (0ce93298038123007c7f56245c30e1f5b6b3d58a)
 

Author SHA1 Message Date
PX4 Build Bot 42ca17ce77 Update submodule v2.0 to latest Thu Sep 19 20:38:28 EDT 2019 6 years ago
bresch 6f3868b5ba ManualVelocitySmoothing - Fix unlock initialization 6 years ago
bresch 0153e1b126 Matrix - Explicitly cast array[3] to Vector3f 6 years ago
bresch f405bf506b AltitudeSmoothVel - Use ManualVelocitySmoothingZ class instead of re-implementing the logic 6 years ago
bresch ce96d98621 ManualVelocitySmoothing - Cosmetic changes (renaming, indentation,..) 6 years ago
bresch 7cdb2364e9 ManualVelocitySmoothingXY - Add simple unit test 6 years ago
bresch f5d7eb4d87 Refactor FlightTaskManualPositionSmoothVel 6 years ago
bresch 080eedfd02 ManualPositionSmoothVel - Split large function into smaller ones, split XY and Z axes 6 years ago
Dennis Mannhart 453b6a39e4 TrajMath: move from FlightTasks/Utility into mathlib library because the function is also used by other libraries 6 years ago
Dennis Mannhart e6b7062442 TrajMath: replace type placeholder with floats 6 years ago
bresch e9ab6a75ba MC rate control - Scale the integrator with K during the integration 6 years ago
bresch 67e528ec0c Takeoff - allow publishing NAN longitude and latitude 6 years ago
Nico van Duijn 549a962553 EKF2: move handling of invalid range into ECL (#12988) 6 years ago
Matthias Grob fa13f63db6 ekf2: temporarily hardcode new quality information to unkown 6 years ago
Matthias Grob c8d0eba1d2 Update ecl and matrix to safe matrix access 6 years ago
Matthias Grob 1ecbf8efd2 test_matrix: remove duplicate namespace accesses 6 years ago
Julian Kent 2d4ecab3b0 Remove unsafe access to .data() and _data in Matrix 6 years ago
Daniel Agar 78bf12f0db
px4_tasks: reduce POSITION_CONTROL priority 6 years ago
Daniel Agar 494f35d5f4
Mavlink: wait for boot complete before sending or receiving anything 6 years ago
Daniel Agar be61d93d64 tfmini split out header and main 6 years ago
Daniel Agar 9b7ef7141f tfmini cleanup and use PX4Rangefinder 6 years ago
Nico van Duijn 18eaeb564d PMW3901 improvements (#12977) 6 years ago
Maximilian Laiacker 72e93a9c36 fixed total flight time counting bug 6 years ago
Daniel Agar c13835c0f0 replay module split replay_main.cpp into separate compilation units 6 years ago
Matthias Grob 270e12a4df VelocitySmoothing: refactor local scope t variables instead of array 6 years ago
bresch da8ac8cafb VelocitySmoothing - Clean up updateTraj function based on Matthias' comments 6 years ago
bresch b82fa68893 VelocitySmoothingTest - Fix typo and use "zero" instead of "null" 6 years ago
bresch 42cedb7fda VelocitySmoothing - Change direction of "brake" as braking means that 6 years ago
bresch 8490266be8 VelocitySmoothing - (Re)set _state_init every time _state is (re)set 6 years ago
bresch 654938f6a1 VelocitySmoothing - Cosmetic changes (new lines, reorganize functions), 6 years ago
bresch 0b765a1642 AltitudeSmoothVel - Update to use new implementation of VelocitySmoothing 6 years ago
bresch 862454827e VelocitySmoothingTest - Test that the trajectory is always within the constraints 6 years ago
bresch 8cc2a7018e VelocitySmoothing - Re-enable time stretch, integrate dt to get local time. 6 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 6 years ago
bresch 052932fa95 VelocitySmoothingTest - Update unit test to use the same parameters ordering (time, setpoint) as the VelocitySmoothing class 6 years ago
bresch c13499e64b test_velocity_smothing - Update test script to use new polynomial evaluation algorithm 6 years ago
bresch a03cc495ce VelocitySmoothing - Refactor class to use polynomial evaluation instead of numerical integration 6 years ago
Hamish Willee 0c0b261ff2 ubuntu.sh - remove modemmanager 6 years ago
Daniel Agar 5507f14bb2 Jenkins HIL disable rgbled 6 years ago
Daniel Agar ed6c7cc806 cmake remove unused/broken _no_optimization_for_target 6 years ago
Daniel Agar 251831f7af cmake px4_add_library remove unused PX4_LIBRARIES property 6 years ago
Daniel Agar dc46b6a749 cmake px4_add_module MAIN is always present (required) 6 years ago
Daniel Agar fb7521eb5e cmake px4_base -> px4_parse_function_args 6 years ago
Daniel Agar d256fb8770 cmake px4_find_python_module move to standalone file 6 years ago
Daniel Agar d27dfcd921 NuttX CMakeLists.txt extract helpers (jlink, upload, etc) 6 years ago
Daniel Agar f2189dd045 CMakeLists.txt extract top level helpers (ccache, doxygen, metadata, etc) 6 years ago
Matthias Grob d4f984fea5 FlightTaskAutoLineSmooth: Fix comment to be style compliant 6 years ago
bresch 47401d1177 AutoLineSmoothVel - Replace min/max absolute constraints with a function named constrainAbs 6 years ago
bresch 3c5b24037a AutoLineSmoothVel - Improve virtual pilot logic that provides velocity setpoints to the trajectory generator. 6 years ago
bresch 59f54a7fd8 mathlib - Add FLT_EPSILON deadzone in sign computation 6 years ago