ardupilot/ArduCopter
2012-10-27 14:13:24 -07:00
..
Frame
.gitignore
APM_Config_mavlink_hil.h
APM_Config.h ArduCopter: APM_Config.h - make it ever so slightly easier to enable INERTIAL_NAV 2012-10-08 12:31:51 +09:00
ArduCopter.pde ArduCopter: replace Serial.print with Serial.print_P to save memory. 2012-10-22 16:45:24 +09:00
Attitude.pde ArduCopter: remove some unhelpful constraints on nav_lat and nav_lon. 2012-10-24 22:04:35 +09:00
CMakeLists.txt
command_description.txt
commands_logic.pde ACM: save another 20 bytes 2012-10-22 18:59:51 +11:00
commands_process.pde ACM Acceleration management 2012-10-21 14:32:39 -07:00
commands.pde ACM Acceleration management 2012-10-21 14:32:39 -07:00
config_channels.h ArduCopter: remove unnecessary references to CH_CAM_PITCH, CH_CAM_ROLL, CH_CAM_YAW 2012-09-02 12:47:27 +09:00
config.h ACM: config.h cleanup 2012-10-27 09:59:57 -07:00
control_modes.pde ArduCopter: allow DMP to run in parallel with DCM 2012-09-30 00:25:40 +09:00
defines.h ACM: saved some more memory for strings 2012-10-22 18:57:08 +11:00
events.pde
failsafe.pde ArduCopter: failsafe added to shutdown motors if mainloop fails 2012-10-09 12:30:17 +09:00
flip.pde ArduCopter: prioritise rate controllers, rate controller targets converted to body frame 2012-10-03 14:10:31 +09:00
GCS_Mavlink.pde ArduCopter GCS_MAVLink: COMMAND_LONG for arm/disarm motors 2012-10-10 18:59:55 +08:00
GCS.h
GCS.pde
inertia.pde
leds.pde
limits.pde ACM: saved some more memory for strings 2012-10-22 18:57:08 +11:00
Log.pde ACM: saved some more memory for strings 2012-10-22 18:57:08 +11:00
Makefile
motors.pde ArduCopter: failsafe added to shutdown motors if mainloop fails 2012-10-09 12:30:17 +09:00
navigation.pde ACM: Added notes, credit to decel code. added speed_min to calc. 2012-10-27 14:13:24 -07:00
options.cmake
Parameters.h ArduCopter: changed ACRO_ROLL_STABILIZE and ACRO_PITCH_STABILIZE to parameters 2012-10-23 21:30:50 +09:00
Parameters.pde ArduCopter: changed ACRO_ROLL_STABILIZE and ACRO_PITCH_STABILIZE to parameters 2012-10-23 21:30:50 +09:00
planner.pde
radio.pde ArduCopter: replace Serial.print with Serial.print_P to save memory. 2012-10-22 16:45:24 +09:00
read_me.text
sensors.pde ArduCopter: replace Serial.print with Serial.print_P to save memory. 2012-10-22 16:45:24 +09:00
setup.pde ArduCopter: replace Serial.print with Serial.print_P to save memory. 2012-10-22 16:45:24 +09:00
system.pde ArduCopter: change TOY_M throttle mode to THROTTLE_HOLD 2012-10-26 10:56:06 +09:00
test.pde ArduCopter: replace Serial.print with Serial.print_P to save memory. 2012-10-22 16:45:24 +09:00
toy.pde ArduCopter: prioritise rate controllers, rate controller targets converted to body frame 2012-10-03 14:10:31 +09:00
UserCode.pde
UserVariables.h