ardupilot/ArduCopter
uncrustify c7ff6a6335 uncrustify ArduCopter/toy.pde 2012-08-21 18:56:00 -07:00
..
Frame move Frame into ArduCopter 2011-09-09 11:52:15 +10:00
.gitignore Improvements to cmake. 2011-09-29 21:23:26 -04:00
APM_Config.h ArduCopter: added ACCEL_ALT_HOLD and INERTIAL_NAV to config.h and commented out of APM_Config.h. 2012-08-19 12:31:02 +09:00
APM_Config_mavlink_hil.h removed airspeed 2012-01-04 09:28:37 -08:00
ArduCopter.pde AHRS: removed Quaternion build support from APM/ACM/rover 2012-08-22 10:42:21 +10:00
Attitude.pde ACM | Attitude.pde - removed next_wp.alt reset. 2012-08-18 12:25:48 -07:00
CMakeLists.txt Worked on ArduCopter cmake options. 2012-04-19 16:05:08 -04:00
GCS.h MAVLink: make ACM build with MAVLink 1.0 possible in arduino GUI 2012-04-24 22:24:58 +10:00
GCS.pde ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 2012-08-16 20:04:46 +09:00
GCS_Mavlink.pde ArduCopter, ArduPilot: revert mavlink delay callback to be "unsigned long" 2012-08-18 20:34:41 +09:00
Log.pde ArduCopter: added cast to (int) in printf statments. 2012-08-18 18:58:15 +09:00
Makefile AHRS: removed Quaternion build support from APM/ACM/rover 2012-08-22 10:42:21 +10:00
Parameters.h ArduCopter: remove RTL_LAND parameter as it's been deprecated in favour of APPROACH_ALT. 2012-08-14 12:14:35 +09:00
Parameters.pde AHRS: fixed reference to AHRS var_info for APM and ACM 2012-08-21 15:58:32 +10:00
UserCode.pde Added Andrew's user hooks. 2011-10-15 15:29:33 -07:00
UserVariables.h Added Andrew's user hooks. 2011-10-15 15:29:33 -07:00
command_description.txt Cleanup: rename files with spaces in their names, replace with underscores 2012-02-28 16:14:31 -08:00
commands.pde uncrustify ArduCopter/commands.pde 2012-08-21 18:55:43 -07:00
commands_logic.pde ArduCopter: removed unused icount variable from commands_logic.pde to reduce compiler warnings. 2012-08-18 16:04:23 +09:00
commands_process.pde uncrustify ArduCopter/commands_process.pde 2012-08-21 18:56:00 -07:00
config.h AHRS: removed Quaternion build support from APM/ACM/rover 2012-08-22 10:42:21 +10:00
config_channels.h ArduCopter: added definition for yaw channels. 2012-07-15 16:31:23 +09:00
control_modes.pde uncrustify ArduCopter/control_modes.pde 2012-08-21 18:54:57 -07:00
defines.h ACM : Added CH7 multimode triggers, split Toy mode into two 2012-08-11 22:37:26 -07:00
events.pde uncrustify ArduCopter/events.pde 2012-08-21 18:55:43 -07:00
flip.pde ACM : more aggressive and flexible flip code. Will flip right or left, and while pitching hard. 2012-08-09 16:59:44 -07:00
inertia.pde uncrustify ArduCopter/inertia.pde 2012-08-21 18:54:57 -07:00
leds.pde uncrustify ArduCopter/leds.pde 2012-08-21 18:55:44 -07:00
limits.pde uncrustify ArduCopter/limits.pde 2012-08-21 18:55:16 -07:00
motors.pde ACM: use ahrs.set_fast_gains() on arm/disarm 2012-08-21 15:38:31 +10:00
navigation.pde ACM : Nav rate limit lowered to prevent bad oscillations due to GPS latency. 2012-08-18 09:04:22 -07:00
options.cmake AHRS: removed Quaternion build support from APM/ACM/rover 2012-08-22 10:42:21 +10:00
planner.pde ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 2012-08-16 20:04:46 +09:00
radio.pde uncrustify ArduCopter/radio.pde 2012-08-21 18:55:43 -07:00
read_me.text renamed top level directories 2011-09-09 11:27:41 +10:00
sensors.pde AnalogSource: convert analogRead() calls to the new API 2012-07-01 15:01:05 +10:00
setup.pde AHRS: removed Quaternion build support from APM/ACM/rover 2012-08-22 10:42:21 +10:00
system.pde ACM: use ahrs.set_fast_gains() on arm/disarm 2012-08-21 15:38:31 +10:00
test.pde ArduCopter: removed unused maggy variable from test.pde to reduce compiler warnings. 2012-08-18 16:03:26 +09:00
toy.pde uncrustify ArduCopter/toy.pde 2012-08-21 18:56:00 -07:00