.. |
Frame
|
…
|
|
.gitignore
|
Improvements to cmake.
|
14 years ago |
APM_Config.h
|
ArduCopter: added ACCEL_ALT_HOLD and INERTIAL_NAV to config.h and commented out of APM_Config.h.
|
13 years ago |
APM_Config_mavlink_hil.h
|
removed airspeed
|
13 years ago |
ArduCopter.pde
|
AHRS: removed Quaternion build support from APM/ACM/rover
|
13 years ago |
Attitude.pde
|
ACM | Attitude.pde - removed next_wp.alt reset.
|
13 years ago |
CMakeLists.txt
|
Worked on ArduCopter cmake options.
|
13 years ago |
GCS.h
|
MAVLink: make ACM build with MAVLink 1.0 possible in arduino GUI
|
13 years ago |
GCS.pde
|
ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t".
|
13 years ago |
GCS_Mavlink.pde
|
ArduCopter, ArduPilot: revert mavlink delay callback to be "unsigned long"
|
13 years ago |
Log.pde
|
ArduCopter: added cast to (int) in printf statments.
|
13 years ago |
Makefile
|
AHRS: removed Quaternion build support from APM/ACM/rover
|
13 years ago |
Parameters.h
|
ArduCopter: remove RTL_LAND parameter as it's been deprecated in favour of APPROACH_ALT.
|
13 years ago |
Parameters.pde
|
AHRS: fixed reference to AHRS var_info for APM and ACM
|
13 years ago |
UserCode.pde
|
Added Andrew's user hooks.
|
14 years ago |
UserVariables.h
|
Added Andrew's user hooks.
|
14 years ago |
command_description.txt
|
Cleanup: rename files with spaces in their names, replace with underscores
|
13 years ago |
commands.pde
|
ACM: Switched to filtered_loc for distance calcs
|
13 years ago |
commands_logic.pde
|
ArduCopter: removed unused icount variable from commands_logic.pde to reduce compiler warnings.
|
13 years ago |
commands_process.pde
|
ArduCopter: replaced abs with labs as required in a few places.
|
13 years ago |
config.h
|
AHRS: removed Quaternion build support from APM/ACM/rover
|
13 years ago |
config_channels.h
|
ArduCopter: added definition for yaw channels.
|
13 years ago |
control_modes.pde
|
uncrustify ArduCopter/control_modes.pde
|
13 years ago |
defines.h
|
ACM : Added CH7 multimode triggers, split Toy mode into two
|
13 years ago |
events.pde
|
uncrustify ArduCopter/events.pde
|
13 years ago |
flip.pde
|
ACM : more aggressive and flexible flip code. Will flip right or left, and while pitching hard.
|
13 years ago |
inertia.pde
|
uncrustify ArduCopter/inertia.pde
|
13 years ago |
leds.pde
|
Updates to CopterLEDS
|
13 years ago |
limits.pde
|
uncrustify ArduCopter/limits.pde
|
13 years ago |
motors.pde
|
ACM: use ahrs.set_fast_gains() on arm/disarm
|
13 years ago |
navigation.pde
|
ACM : Nav rate limit lowered to prevent bad oscillations due to GPS latency.
|
13 years ago |
options.cmake
|
AHRS: removed Quaternion build support from APM/ACM/rover
|
13 years ago |
planner.pde
|
ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t".
|
13 years ago |
radio.pde
|
ArduCopter: Enable the aux servos later, only in the slow periodic loop
|
13 years ago |
read_me.text
|
…
|
|
sensors.pde
|
AnalogSource: convert analogRead() calls to the new API
|
13 years ago |
setup.pde
|
AHRS: removed Quaternion build support from APM/ACM/rover
|
13 years ago |
system.pde
|
ACM: use ahrs.set_fast_gains() on arm/disarm
|
13 years ago |
test.pde
|
ArduCopter: removed unused maggy variable from test.pde to reduce compiler warnings.
|
13 years ago |
toy.pde
|
ACM : Toy mode updates
|
13 years ago |