- Oct 27, 2017
- Oct 26, 2017
-
-
Daniel Agar authored
- MissionBlock is an interface with > 10 implementations
-
ChristophTobler authored
avoid abrupt position changes as the delta can be quite big depending on deadreckoning/imu
-
Daniel Agar authored
- closes #8177
-
mirkix authored
-
- Oct 25, 2017
-
-
Daniel Agar authored
-
TSC21 authored
-
Matthew Edwards authored
-
Matthew Edwards authored
vmount: Store offset in radians and calculated scale factor in OutputConfig instead of raw parameters.
-
Matthew Edwards authored
-
Matthew Edwards authored
Adds MNT_DO_STAB for whether to stabilize by default. Adds MNT_RANGE_{PITCH,ROLL,YAW} for the output range of each output channel in AUX mode (instead of hardcoded 360 degrees). Adds MNT_OFF_{PITCH,ROLL,YAW} for adjusting the zero point of each output channel.
-
- Oct 24, 2017
-
-
Beat Küng authored
-
Beat Küng authored
out of flash again...
-
ChristophTobler authored
-
- Oct 22, 2017
-
-
Finwood authored
-
Lasse authored
When checking a mission, the takeoff altitude is being checked against the waypoint acceptance radius to ensure the MAV being clear from ground before heading to the next waypoint. However, until now the _horizontal_ acceptance radius was being used, instead of the altitude reference value. Targets PX4/Firmware/#7379
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Paul Riseborough authored
This change updates a number of interfaces to use the new TECS implementation from the ECL library.
-
Lorenz Meier authored
The TECS controller belongs really into the ECL (estimation & control library) where we have collected a number of vehicle control systems. It is being replaced by a new implementation of the algorithm, contributed by Paul Riseborough.
-
- Oct 21, 2017
-
-
DonLakeFlyer authored
-
- Oct 20, 2017
-
-
Paul Riseborough authored
-
Daniel Agar authored
-
- Oct 19, 2017
-
-
Beat Küng authored
-
- Oct 18, 2017
-
-
Paul Riseborough authored
-
ChristophTobler authored
-
ChristophTobler authored
-
ChristophTobler authored
-
Julian Oes authored
Instead of just checking whether the first waypoint is too far away from home it makes sense to also check between waypoints. This can prevent - flyaways due to user errors, or - catch the corner case where a takeoff waypoint is added to a mission and therefore the first waypoint is not too far away, however, the subsequent waypoints are still too far away.
-
Beat Küng authored
-
Beat Küng authored
Checking with 3Hz for new topics should be fast enough.
-
Beat Küng authored
flight review now uses vehicle_status & manual_control_setpoint
-
Beat Küng authored
to avoid dynamic memory allocations & frees (specifically in orb_exists)
-