You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Randy Mackay 2db8365c90 Copter: add AC_WPNav to parameters list 12 years ago
..
.gitignore
APM_Config.h Copter: fix to allow building HIL_MODE_SENSORS 12 years ago
APM_Config_mavlink_hil.h uncrustify ArduCopter/APM_Config_mavlink_hil.h 13 years ago
AP_State.pde Copter: GPS Failsafe implemented 12 years ago
ArduCopter.pde AC_WPNav: add get_target_alt method 12 years ago
Attitude.pde Copter: get_throttle_rate's target_speed a float 12 years ago
CMakeLists.txt Worked on ArduCopter cmake options. 13 years ago
GCS.h Copter: only allow entering the CLI within 30 seconds of start-up 12 years ago
GCS_Mavlink.pde Copter: replace set_next_WP with direct call to wp_nav 12 years ago
Log.pde Copter: replace wp_nav.get_target_alt with get_destination_alt 12 years ago
Makefile ArduCopter Makefile: Don't include targets.mk directly (included by apm.mk) 12 years ago
Parameters.h Copter: add AC_WPNav to parameters list 12 years ago
Parameters.pde Copter: add AC_WPNav to parameters list 12 years ago
ReleaseNotes.txt Copter: update Release notes again for 2.9.1b release 12 years ago
UserCode.pde remove dumb user hooks comments 12 years ago
UserVariables.h remove dumb user hooks comments 12 years ago
command_description.txt Cleanup: rename files with spaces in their names, replace with underscores 13 years ago
commands.pde Copter: replace set_next_WP with direct call to wp_nav 12 years ago
commands_logic.pde Copter: bug fix to loiter delay 12 years ago
commands_process.pde Copter: remove remnants of fast_corner 12 years ago
compat.h Copter LEDs: replace bitRead with bitmask 12 years ago
compat.pde ArduCopter: more work 12 years ago
config.h Copter: add panorama to CIRCLE mode 12 years ago
config_channels.h ArduCopter: remove unnecessary references to CH_CAM_PITCH, CH_CAM_ROLL, CH_CAM_YAW 13 years ago
control_modes.pde Copter: rename failsafe to failsafe_radio 12 years ago
defines.h Copter: add panorama to CIRCLE mode 12 years ago
events.pde Copter LEDs: replace bitRead with bitmask 12 years ago
failsafe.pde Copter: add compassmot to cli 12 years ago
flip.pde AC: Moving flip speed back to 400°/s to prevent oscillation around change in speed. 12 years ago
inertia.pde Copter: remove baro-only alt hold 12 years ago
leds.pde Copter LEDs: replace bitRead with bitmask 12 years ago
limits.pde Copter: replace set_next_WP with direct call to wp_nav 12 years ago
motors.pde Copter LEDs: replace bitRead with bitmask 12 years ago
navigation.pde Copter: use velocity based set_loiter_target 12 years ago
nocore.inoflag ArduCopter: add nocore.inoflag and Arduino.h 12 years ago
options.cmake Copter: remove support for CLI Slider 12 years ago
perf_info.pde ArduCopter: performance monitoring - changed loop counters to uint16_t. 12 years ago
position_vector.pde Copter: integrate AC_WPNav 12 years ago
radio.pde Copter: rename failsafe to failsafe_radio 12 years ago
read_me.text
sensors.pde Copter: reduce compiler warnings 12 years ago
setup.pde Copter: remove old commented out code from setup.pde 12 years ago
system.pde AC_WPNav: add angle limits and set from AC's throttle controller 12 years ago
test.pde Copter: removed next_WP 12 years ago
toy.pde Copter: removed next_WP 12 years ago