- Jan 11, 2017
-
-
Andrew Tridgell authored
-
- Oct 24, 2016
-
-
Mathieu OTHACEHE authored
Using a global .dir-locals.el file is a better alternative than reincluding the same emacs header in every file of the project.
-
- Sep 10, 2016
-
-
Andrew Tridgell authored
thanks to Tim Gold for reporting this
-
- Aug 24, 2016
-
-
murata authored
-
- Aug 17, 2016
-
-
Tom Pittenger authored
-
- Jun 05, 2016
-
-
Michael du Breuil authored
-
Michael du Breuil authored
-
- Jun 01, 2016
-
-
Tom Pittenger authored
-
- Jan 28, 2016
-
-
Andrew Tridgell authored
-
- Nov 25, 2015
-
-
Luis Vale Gonçalves authored
text revisions
-
- Oct 29, 2015
-
-
Lucas De Marchi authored
-
Lucas De Marchi authored
The PSTR is already define as a NOP for all supported platforms. It's only needed for AVR so here we remove all the uses throughout the codebase. This was automated with a simple python script so it also converts places which spans to multiple lines, removing the matching parentheses. AVR-specific places were not changed.
-
- Oct 26, 2015
-
-
Andrew Tridgell authored
-
- Aug 27, 2015
-
-
squilter authored
-
- Aug 11, 2015
-
-
Andrew Tridgell authored
this fixes a bug where a mode switch change during an AUTO mission which does not change the flight mode would cause cross tracking to be reset, so the plane will not correctly follow the desired track Many thanks to Michael Du Breuil for the log that showed this bug
-
- Jun 21, 2015
-
-
Andrew Tridgell authored
setup the MODESWITCH channel as our OVERRIDE_CHAN, allowing for instant manual passthru in px4io when OVERRIDE_CHAN goes above 1750 This makes for faster switching, and avoids bugs where a still enabled FMU channel disables override
-
- Jun 14, 2015
-
-
Andrew Tridgell authored
-
- Jun 08, 2015
-
-
Andrew Tridgell authored
When arming we need to ensure that we don't enable any channels otherwise PX4IO will think that FMU is active and will stop running the internal RC mixer
-
- May 20, 2015
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Feb 11, 2015
-
-
Jonathan Challinger authored
-
- Nov 29, 2014
-
-
Andrew Tridgell authored
using OVERRIDE_CHAN would cause a baro reset as it would mean we are temporarily disarmed, and the "reset baro and GPS when disarmed" check would reset the baro Now we only do the mixer update if disarmed
-
- Nov 06, 2014
-
-
Andrew Tridgell authored
this provides a convenient "real manual" flight mode
-
Andrew Tridgell authored
this allows both for testing PX4IO override on the ground, and for forced manual override while flying, including re-arming after in-air reboot
-
- Jun 04, 2014
-
-
Andrew Tridgell authored
allows for mission control over inverted flight
-
- Apr 11, 2014
-
-
Andrew Tridgell authored
this is just like FBWA, but with automatic roll/pitch tuning
-
- Mar 18, 2014
-
-
Andrew Tridgell authored
having a command ID in them doesn't really make sense Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
-
Andrew Tridgell authored
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
-
Randy Mackay authored
-
- Mar 08, 2014
-
-
Andrew Tridgell authored
the FrSky X8R receiver will briefly give a PWM of 874 on channel 5 when connection is lost to the transmitter. We need to ensure this doesn't cause a mode switch
-
- Feb 16, 2014
-
-
Andrew Tridgell authored
-
- Dec 16, 2013
-
-
Andrew Tridgell authored
the mode would not revert if the switch was in position 0
-
- Jul 21, 2013
-
-
Andrew Tridgell authored
use ch3_counter not just the final flag
-
Andrew Tridgell authored
this makes the logic a bit easier to follow
-
- Feb 20, 2013
-
-
Andrew Tridgell authored
this prevents the receiver causing a temporary mode change
-
- Dec 19, 2012
-
-
Pat Hickey authored
-
- Nov 30, 2012
-
-
Andrew Tridgell authored
-
- Sep 22, 2012
-
-
Andrew Tridgell authored
this does a full mission reset (equivalent to rebooting)
-
- Aug 28, 2012
-
-
Andrew Tridgell authored
this prevents us resetting key integrators on waypoint change, while still preventing old integrators being used when a PID starts to be used again
-
- Aug 21, 2012
-
-
uncrustify authored
-