mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
9c9c541a51
#1 - changed GPS hold to ver2 which builds up PID's I term on the long + lat instead of roll+pitch. #2 - added ability to use Sonar and Barometer at the same time for altitude control (it uses Sonar if available, but if not uses Barometer). git-svn-id: https://arducopter.googlecode.com/svn/trunk@1405 f9c3cf11-9bcb-44bc-f272-b75c42450872 |
||
---|---|---|
.. | ||
Arducopter.h | ||
ArducopterNG.pde | ||
ArduUser.h | ||
Attitude.pde | ||
CLI.pde | ||
DCM.pde | ||
Debug.pde | ||
EEPROM.pde | ||
Events.pde | ||
Functions.pde | ||
GCS.pde | ||
Heli.h | ||
Heli.pde | ||
Log.pde | ||
Mixer.pde | ||
Motors.pde | ||
Navigation.pde | ||
Radio.pde | ||
README | ||
Sensors.pde | ||
System.pde |
Greetings to all, This is our net architectural layout for ArduCopter main code. It is work-on-progress code and currently does not work. So please do not use this code from ArducopterNG folder. After code is working properly, it will be moved to Arducopter folder. We try to hammer it out as soon as possible... Best regards, ArduCopter TEAM