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 42c7f5ceb4 Copter: integrate WPNAV::set_speed_z split to set_speed_up and set_speed_down 6 years ago
..
APM_Config.h Copter: Flip mode is an option. 6 years ago
APM_Config_mavlink_hil.h
AP_Arming.cpp Copter: Tradheli-removed hard coding of motor interlock to channel 8 6 years ago
AP_Arming.h Copter: use ArmingMethod enumeration 7 years ago
AP_Rally.cpp Copter: adjust for Location_Class and Location unification 6 years ago
AP_Rally.h Copter: removed create() method for objects 7 years ago
AP_State.cpp Copter: move handling of RC switches into RC_Channel 7 years ago
ArduCopter.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Attitude.cpp Copter: Cope with AC_PosControl renaming 6 years ago
Copter.cpp GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Copter.h Copter: move sending of fence_status message up 6 years ago
GCS_Copter.h Copter: remove CLI 8 years ago
GCS_Mavlink.cpp Copter: integrate WPNAV::set_speed_z split to set_speed_up and set_speed_down 6 years ago
GCS_Mavlink.h Copter: Remove unneeded GCS rally override 6 years ago
Log.cpp Copter: remove rally argument from Write_Rally - use singleton 6 years ago
Makefile.waf
Parameters.cpp Copter: Tradheli-default RC8_OPTION to motor interlock 6 years ago
Parameters.h GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
RC_Channel.cpp Copter: adjust for Location_Class and Location unification 6 years ago
RC_Channel.h Copter: remove pointless wrappers around RC_Channels functions 6 years ago
ReleaseNotes.txt Copter: 3.6.5 release notes 6 years ago
UserCode.cpp Copter: implement user auxswitch functions 7 years ago
UserParameters.cpp Copter: User parameters implementation 7 years ago
UserParameters.h Copter: User parameters implementation 7 years ago
UserVariables.h
afs_copter.cpp Copter: remove rcmap member from AP_AdvancedFailsafe 7 years ago
afs_copter.h Copter: remove rcmap member from AP_AdvancedFailsafe 7 years ago
autoyaw.cpp Copter: add sanity check for ModeFollow requiring AC_Avoid 7 years ago
avoidance_adsb.cpp Copter: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
avoidance_adsb.h Copter: removed create() method for objects 7 years ago
baro_ground_effect.cpp Copter: eliminate mode_has_manual_throttle 7 years ago
capabilities.cpp
commands.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
compassmot.cpp Copter: remove compass accumulate 7 years ago
config.h Copter: Flip mode is an option. 6 years ago
crash_check.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
defines.h Copter: remove unused error code and add comments 6 years ago
ekf_check.cpp Copter: raise EKF failure even if USB is connected 7 years ago
esc_calibration.cpp Copter: Do not use the Delay method wrapper. 7 years ago
events.cpp Copter: minor format fix 6 years ago
failsafe.cpp Copter: allow fence to be disabled while AFS is enabled 7 years ago
fence.cpp Copter: move sending of fence_status message up 6 years ago
heli.cpp Copter: Tradheli-removed hard coding of motor interlock to channel 8 6 years ago
inertia.cpp Copter: adjust for location flags being moved out of union 6 years ago
land_detector.cpp Copter: add motor thrust lost check 6 years ago
landing_gear.cpp Copter: landing gear deployment height calc uses lidar status 6 years ago
leds.cpp Copter: remove shims used in scheduler 7 years ago
mode.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
mode.h Copter: adjust for Location_Class and Location unification 6 years ago
mode_acro.cpp Copter: remove reset of alt target in manual throttle mode 6 years ago
mode_acro_heli.cpp Copter: Tradheli gets support for spool logic 6 years ago
mode_althold.cpp Copter: Tradheli gets support for spool logic 6 years ago
mode_auto.cpp Copter: integrate WPNAV::set_speed_z split to set_speed_up and set_speed_down 6 years ago
mode_autotune.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
mode_avoid_adsb.cpp Copter: enable parameters inside mode objects 7 years ago
mode_brake.cpp Copter: make libraries get EKF control limits themselves 6 years ago
mode_circle.cpp Copter: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
mode_drift.cpp Copter: TradHelis force spool up before takeoff 6 years ago
mode_flip.cpp Copter: Flip mode is an option. 6 years ago
mode_flowhold.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
mode_follow.cpp Copter: adjust for Location_Class and Location unification 6 years ago
mode_guided.cpp Copter: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
mode_guided_nogps.cpp Copter: rename control_xx.cpp files to mode_xx.cpp 7 years ago
mode_land.cpp Copter: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
mode_loiter.cpp Copter: Tradheli gets support for spool logic 6 years ago
mode_poshold.cpp Copter: TradHelis force spool up before takeoff 6 years ago
mode_rtl.cpp Copter: adjust for Location_Class and Location unification 6 years ago
mode_smart_rtl.cpp Copter: SmartRTL add pilot yaw control 7 years ago
mode_sport.cpp Copter: Tradheli gets support for spool logic 6 years ago
mode_stabilize.cpp Copter: remove reset of alt target in manual throttle mode 6 years ago
mode_stabilize_heli.cpp Copter: Tradheli gets support for spool logic 6 years ago
mode_throw.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
mode_zigzag.cpp Copter: TradHelis force spool up before takeoff 6 years ago
motor_test.cpp Copter: motor test can spin motor for 10min 7 years ago
motors.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
navigation.cpp Copter: simplify home distance and bearing calculation 7 years ago
position_vector.cpp Copter: Move some common functions to AP_Math (NFC) 7 years ago
precision_landing.cpp Copter: adjust for Location_Class and Location unification 6 years ago
radio.cpp Copter: minor format fix 6 years ago
sensors.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
setup.cpp Copter: remove CLI 8 years ago
system.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
takeoff.cpp Copter: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
terrain.cpp Copter: log_terrain_data no longer takes a DataFlash argument 6 years ago
toy_mode.cpp GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
toy_mode.h Copter: enable F412 toymode button setup 7 years ago
tuning.cpp Copter: move handling of RC switches into RC_Channel 7 years ago
version.cpp Copter: remove PX4 FWVersion info 6 years ago
version.h Copter: Add patch number to VERSION notation 6 years ago
wscript Copter: AC_Fence is included for all vehicles 6 years ago