- Apr 28, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
easier to view in MP
-
Andrew Tridgell authored
this makes graphing mode changes easier
-
Andrew Tridgell authored
this makes graphing mode changes easier
-
Andrew Tridgell authored
-
Andrew Tridgell authored
stops us logging duplicate messages
-
Andrew Tridgell authored
used to help GPS logging
-
Andrew Tridgell authored
-
priseborough authored
Plane : AP_L1_Control : Replaced division by constants with multiplies and adjusted default L1 period to 25 seconds
-
Andrew Tridgell authored
this should reduce the tendency of aircraft to nose down hard on initial launch at high g
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Apr 27, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
Lesser functionality than limits but saves more than 150 bytes and it works
-
Randy Mackay authored
-
- Apr 26, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
- Apr 25, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
last 4 channels are on the FMU pins
-
Andrew Tridgell authored
needed for full 12 channel support on PX4
-
Andrew Tridgell authored
moved telemetry port to /dev/ttyS2 to free PWM outputs on FMU
-
Andrew Tridgell authored
first 8 on IO board, next 4 on FMU outputs
-
Andrew Tridgell authored
we have 12 channels on PX4FMU+PX4IO
-
Randy Mackay authored
We need to allow yaw_factors to be floats in the add_motor method
-
- Apr 24, 2013
-
-
Randy Mackay authored
update_commands was being run in the medium_loop counter but it is easier to understand the flow of the code if it is consolidated along with other autopilot calls.
-
Randy Mackay authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
used to generated http://firmware.diydrones.com/Tools/MissionPlanner/upgrade
-
Randy Mackay authored
was incorrectly defined as an AP_Int16 parameter
-
- Apr 23, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this fixes bool behaviour to match C99, which some of the APM code assumed, including simple mode in ArduCopter
-
Randy Mackay authored
we should return the base type, not the parameter, or callers could use set on the result
-