30292 Commits (02e861b16ed6e09dc05abe939032d0425c1e4916)
 

Author SHA1 Message Date
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
Daniel Agar fb7521eb5e cmake px4_base -> px4_parse_function_args 5 years ago
Daniel Agar d256fb8770 cmake px4_find_python_module move to standalone file 5 years ago
Daniel Agar d27dfcd921 NuttX CMakeLists.txt extract helpers (jlink, upload, etc) 5 years ago
Daniel Agar f2189dd045 CMakeLists.txt extract top level helpers (ccache, doxygen, metadata, etc) 5 years ago
Matthias Grob d4f984fea5 FlightTaskAutoLineSmooth: Fix comment to be style compliant 5 years ago
bresch 47401d1177 AutoLineSmoothVel - Replace min/max absolute constraints with a function named constrainAbs 5 years ago
bresch 3c5b24037a AutoLineSmoothVel - Improve virtual pilot logic that provides velocity setpoints to the trajectory generator. 5 years ago
bresch 59f54a7fd8 mathlib - Add FLT_EPSILON deadzone in sign computation 5 years ago
mcsauder 410dd85289 Comment out the ll40ls (LidarLite) driver from the fmu-v2 build. 5 years ago
Nico van Duijn a26865c279 drivers: set CM8JL65 signal_quality invalid beyond bounds 5 years ago
Martina Rivizzigno 78279f6587 Unit tests for Obstacle Avoidance interface (#12816) 5 years ago
Julian Kent 39451b811a Do syscall for time once, outside of loop 5 years ago
Julian Kent b27d6a958a Account for the time since range data arrived 5 years ago
Hamish Willee 94ef585f76 Link to missing params docs 5 years ago
Hamish Willee fd10220a34 Ubuntu.sh: check for requirements.txt 5 years ago
Daniel Agar 6277710fac
Github actions simple cpp build 5 years ago