- Jan 17, 2013
-
-
Randy Mackay authored
-
- Jan 15, 2013
-
-
Randy Mackay authored
Also bug fix to hold yaw on take-off
-
- Jan 14, 2013
-
-
Randy Mackay authored
set_next_WP function was not setting the alt_change_flag properly
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
This indirectly switches surface tracking on/off which is useful to avoid tracking the tops of uneven objects when far above the ground
-
Randy Mackay authored
Copter: constrain loiter so that it never commands more than 45 degrees of lean in lat or lon directions
-
Randy Mackay authored
APM_Config.h should be used to overriding the standard parameters but they still require a definition in config.h or they will be undefined when built by the mission planner.
-
Randy Mackay authored
Previously we checked if the alt > target_alt but because there is little to no overshoot with the new accel based alt controller this check was failing for some users.
-
- Jan 12, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
An hidden bit of failsafe functionality in the set_mode function was switching the throttle mode back to THROTTLE_AUTO instead of THROTTLE_LAND
-
Randy Mackay authored
new set_accel_throttle_I_from_pilot_throttle function copies the difference between the pilot's throttle and hover throttle to the accelerometer based throttle controller's I term.
-
Randy Mackay authored
This effectively means that an RTL kicked off by a failsafe will immediately switch to LAND mode only if within 2 meters. Previously the radius was much wider (15m).
-
- Jan 11, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
This message takes 1ms to write and we are running over our limits on some loops.
-
Randy Mackay authored
Jonathan Challinger added
-
Randy Mackay authored
-
Randy Mackay authored
-
Andrew Tridgell authored
this ensures the rate controllers use the latest data
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this avoids problems in the scheduler turning up as errors in the DCM calculation. The MPU6k produces samples with more reliable timing than our scheduler does!
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this saves a fair bit of CPU for ArduCopter
-
- Jan 10, 2013
-
-
Andrew Tridgell authored
this saves 256 bytes of memory
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this saves 32 bytes of memory
-
rmackay9 authored
-
Randy Mackay authored
-
- Jan 08, 2013
-
-
rmackay9 authored
AP_Baro_BMP085: increase ratio of pressure reads to temperature reads to be 5:1 which is same as APM2's baro previously the ratio was 1:1
-
rmackay9 authored
Improved surface tracking by using slewed althold controller Reduced sonar mode filter to just 3 elements to reduce lag but at the possible consequence of allowing sonar noise to creep through for people with margin sonar set-ups.
-
- Jan 06, 2013
-
-
Andrew Tridgell authored
this fixes a problem with phantom GPS detection, which caused us to receive the config bytes we send to the GPS on bootup back as valid packets. This caused us to detect a phantom GPS.
-
- Jan 05, 2013
-
-
Andrew Tridgell authored
this message is huge and slow, and is pointless as we have num_satellites in GPS_RAW_INT
-