- Aug 25, 2014
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Randy Mackay authored
Made more strict by requiring 50 consecutive iterations where the climb rate is below +- 40cm/s. Previously it was 50 cumulative. Removed check of failsafe.radio when clearing the land flag because it could result in the vehicle taking off if the user picked it up.
-
Andrew Tridgell authored
thanks to Klrill-ka for the suggestion fixes issue #1302
-
priseborough authored
This allows a compass that has been declared failed, possibly because of external disturbances (eg movement of hatches, proximity of tools, etc) to be given a second chance when the vehicle is armed.
-
Eric Liao authored
-
Ju1ien authored
That should be corrected also in MP as the current code is expecting degrees, not centidegrees.
-
Andrew Tridgell authored
this provides faster checking of mission waypoints
-
Andrew Tridgell authored
this ensures we have data for a wide region (1km) around each waypoint
-
- Aug 24, 2014
-
-
Andrew Tridgell authored
this prevents an old integrator from causing problems on takeoff
-
Andrew Tridgell authored
this allows magfailed status to show on console via SYS_STATUS health bits
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this allows for testing taildragger takeoffs in FBWA mode
-
- Aug 23, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Jason Short authored
Added Pitch axis flipping. You must be pushing forward or back 3° to make it flip in Pitch axis or it will flip in the default roll axis. Added some extra throttle control to maintain altitude removed the CH7 ability to exit Flip mode. It will exit only if completing flip or user aborts with control sticks.
-
Randy Mackay authored
-
- Aug 22, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
this saves a tiny amount of time by removing the memory copy of a Vector3f
-
Randy Mackay authored
-
Randy Mackay authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
fixes pull #1320 thanks Arthur!
-
Andrew Tridgell authored
this is the start of multi-core aware code
-
Andrew Tridgell authored
this avoids suspending timers when transferring data between main thread and SPI read thread
-
Andrew Tridgell authored
-
Randy Mackay authored
reference to rc_1, rc2 are replaced with constant updates during acro_run
-
Randy Mackay authored
-
Randy Mackay authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
TradHeli: Add pointer for pilot roll/pitch inputs to attitude_control constructor. To be used for flybar passthrough.
-