1895 Commits (4bef573497aaad17557581e138a92a72fb6452f6)

Author SHA1 Message Date
Daniel Agar 55c9786157
PX4Magnetometer implement MAGIOCGSCALE (copy out scale) 6 years ago
Beat Küng 73102dc3c4 SYS_MC_EST_GROUP: add q estimator only option and activate on omnibus 6 years ago
bresch 96da46d1aa Failsafe - cosmetic changes 6 years ago
bresch 4eaf6e77be Flight termination - Always send flag to IO without checking the circuit breaker. The circuit breaker is used inside IO to decide if it has to go into failsafe if FMU dies and also controls is the FailureDetector sets the force_failsafe flag. The other sources of flight termination (rc loss, geo fence, ...) are not disabled by the circuit breaker 6 years ago
bresch 59265f6663 Failure detector - Add flight termination comments, make format 6 years ago
bresch a72de95c94 Failure detector - Disable flight termination by default. Modify FD_FAIL parameters description 6 years ago
bresch b64a2a884b Circuit Breaker - Disable flight termination circuit breaker by default (reverts ab40008) -> Allow flight termination 6 years ago
Julian Oes f3620f7018 Remove all leftover PX4_BACKTRACE calls 6 years ago
baumanta 2320088541 use position controller parameters for limitation instead of acceleration/jerk 6 years ago
baumanta c497d94616 publish a minimal message for logging/debugging 6 years ago
baumanta 09e1d4888c use velocity component in bin direction instead of norm 6 years ago
baumanta 33cd032c35 camelcase function name, initialize c++11 style 6 years ago
baumanta e7d17cc265 consider acceleration ramp-up time 6 years ago
baumanta ab792093e1 fix wrong if clause 6 years ago
baumanta 23c23e3aa5 clean up 6 years ago
baumanta f50a1d58b0 bugfixes and cleanup 6 years ago
baumanta 4212ae8b87 sign bug fix and clean up 6 years ago
baumanta 60befdce5b change collision prevention algorithm 6 years ago
baumanta 8427cd3051 constant acceleration breaking for collision prevention 6 years ago
Daniel Agar 2c63e335e9 uORB::Subscription subscribe directly to uORB device node object 6 years ago
Daniel Agar 32fb2bae8c InvenSense MPU9250 move to PX4Accelerometer and PX4Gyroscope helpers 6 years ago
Daniel Agar cd45d8fc68 fxas21002c split out main and header 6 years ago
Daniel Agar 43e3fc707d
simulator move to PX4Accelerometer, PX4Gyroscope, PX4Magnetometer, PX4Barometer helpers (#12081) 6 years ago
Daniel Agar f85c15e247 board common create generic dma allocator (from fat_dma_alloc) 6 years ago
bresch d13dfdcd24 AutoLineSmoothVel - Remove duplicate of _yaw_sp_prev update. This is done in the Auto FlightTask, _limit_yaw_rate 6 years ago
bresch a7cf981c8c AutoLineSmoothVel - Reduce jerk if acceleration, velocity and desired velocity are small to help the optimizer to converge towards zero 6 years ago
bresch 3499b6ff89 AutoLineSmoothVel - Do not generate heading from trajectory if the velocity vector is smaller than 10cm/s 6 years ago
Martina Rivizzigno 119ccc4256 ObstacleAvoidance: fix comment 6 years ago
Martina Rivizzigno 61f69ed139 ObstacleAvoidance: use convention for paramter name 6 years ago
Martina Rivizzigno 1e8582974c do not update desired setpoints and waypoints if the oa is disabled 6 years ago
Martina Rivizzigno 0963dc9af1 ObstacleAvoidance: fix bug in requesting update of the mission item. 6 years ago
Martina Rivizzigno 9e8575b71b do not overwrite with obstacle avoidance yaw setpoints if external yaw 6 years ago
Martina Rivizzigno 44b8b4f79f send velocity setpoint to enable proper takeoff/land 6 years ago
Beat Küng 03332aaa20 PX4Accelerometer,PX4Gyroscope: set_sample_rate requires a filter update 6 years ago
Beat Küng 6da78c956e SYS_COMPANION: remove this parameter 6 years ago
Beat Küng 5d6cc7d033 ekf2: reduce GPS initialization time for SITL from 10s to 0.5s 6 years ago
Matthias Grob 8a84472795 Hysteresis: switch unit test file name to convention 6 years ago
Julian Oes b29e5e3adb hysteresis: remove dependency/side effect on time 6 years ago
Julian Oes 7b9562e3b1 hysteresis: move out of systemlib, move to gtest 6 years ago
Beat Küng 800266741b Merge pull request #12063 from PX4/fix_custom_tune 6 years ago
Martina Rivizzigno a18f3e5d45 reset the position lock only if current triplet latitude and longitude 6 years ago
Daniel Agar e1bc975065 drivers/differential_pressure move all to px4 work queue 6 years ago
Matthias Grob ea48cd4970 Takeoff: address @RomanBapst's review comments 6 years ago
bresch bb055fdaf3 AutoSmoothVel - Override checkTakeoff with task-specific logic and reactivate z axis with downward velocity to takeoff smoothly 6 years ago
Matthias Grob 7c7d980cf0 FlightTasks: fix takeoff trigger for offboard 6 years ago
Matthias Grob e73218d665 mc_pos_control/FlightTasks: trigger takeoff based on task 6 years ago
Daniel Agar f0cd79953f create PX4Barometer class 6 years ago
Daniel Agar a883d8eff9 PX4Magnetometer now functional 6 years ago
Daniel Agar 162405479b
device drivers lib add linux spi support 6 years ago
bresch feefbb444b ManualSmoothVel - Remove unused _param_mpc_jerk_min declaration 6 years ago