Michael Oborne
5ac433932c
APM Planner 1.0.79 - add Russian (thanks YureZzZ)
...
cleanup
add new ac2 pids
2011-10-07 06:41:17 +08:00
James Goppert
3e988cc5e1
Reducing copy ctor calls in apo.
2011-10-06 12:00:45 -04:00
Michael Oborne
caa261db14
APM Planner
...
fix resedit for other languages
2011-10-06 07:43:16 +08:00
Michael Oborne
445bd17d8a
APM Planner 1.0.77
...
misc fix's
2011-10-04 19:19:25 +08:00
Michael Oborne
2b1fdb0074
firmware build
2011-10-04 18:57:12 +08:00
Michael Oborne
fab2121c6d
fix ac2 hil build
2011-10-04 18:55:10 +08:00
Michael Oborne
15d0a4af2f
firmware build
2011-10-04 09:37:05 +08:00
Michael Oborne
f9883bf382
fix make issue
2011-10-04 09:34:47 +08:00
Michael Oborne
d809034a8e
firmware build
2011-10-04 07:10:36 +08:00
Jason Short
1ff372a41d
Implementing a limiter for the ramp up of speed to WPs.
2011-10-03 10:37:56 -07:00
James Goppert
8409c864a6
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
2011-10-03 13:22:59 -04:00
James Goppert
cd451b749e
Cleanup of AP_RcChannel, removed scaled class.
2011-10-03 13:22:23 -04:00
Amilcar Lucas
45950489d1
More improvements to MS Windows
...
Now the avr-gdb, avrdude and avarice tools do not need to be in the path.
2011-10-03 19:16:55 +02:00
James Goppert
0fc595d528
Added AP_RcChannel_Scaled to APO
2011-10-03 12:42:27 -04:00
Amilcar Lucas
69de071281
Spellcheck apo library
2011-10-03 12:50:41 +02:00
amilcar
7a510084b1
Fix serial port on windows
2011-10-03 12:10:27 +02:00
amilcar
550deffbe8
Make it work on windows "out-of-the-box"
2011-10-03 12:08:19 +02:00
James Goppert
a59dc96e31
Fixed apo makefile.
2011-10-02 23:55:08 -04:00
James Goppert
4f43bd0259
Removed install file since readme replaces it.
2011-10-02 23:33:44 -04:00
James Goppert
f83fb23d7a
Removed extra waypoint loading.
2011-10-02 23:32:12 -04:00
Michael Oborne
105df731af
firmware build
2011-10-03 02:40:31 +08:00
Jason Short
eb1117b136
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
2011-10-02 11:36:31 -07:00
Jason Short
b0bd9d1c44
Added second PI loop for alt hold.
...
Upped gains for default JDrones Frame
added gains for second PI loop for alt
removed some tests for 1280 space constraints
2011-10-02 11:36:23 -07:00
John Arne Birkeland
a621f5821f
APM_RC: Cosmetic changes to increase readability and some minor optimizations
2011-10-02 18:05:00 +02:00
Amilcar Lucas
eb83070275
Added APO eclipse project file
2011-10-02 14:55:41 +02:00
Amilcar Lucas
ee4251baef
Fix compilation
2011-10-02 14:52:02 +02:00
Amilcar Lucas
d814f11a05
Added eclipse project files for ArduBoat and ArduRover
2011-10-02 14:30:21 +02:00
Amilcar Lucas
3d1902abac
Use the new AP_Relay library
2011-10-02 14:22:27 +02:00
Amilcar Lucas
9dca9816f8
Implement relay get()
2011-10-02 02:28:40 +02:00
Amilcar Lucas
7b4ccffa53
Moved relay control functions to it's own library
2011-10-02 01:00:27 +02:00
Jason Short
1c284cacb3
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
2011-10-01 15:55:31 -07:00
Jason Short
0bfa67f413
Heavy Accel Filter + mild Gyro Filter. To use, filter_result must be set to true on ADC. Off by default.
2011-10-01 15:44:53 -07:00
Amilcar Lucas
dcef0f34e9
Correct/update channel assigment comment
2011-10-02 00:06:44 +02:00
Amilcar Lucas
c37fabea66
Added a comment to the BOARD type of teh make configure output file
2011-10-02 00:04:21 +02:00
Amilcar Lucas
eaaf44e2c8
Fix Arduino version detection on some systems
2011-10-02 00:03:57 +02:00
Olivier ADLER
1ca4936fc7
Added Jeti and Spektrum base code to ArduPPM/WorkBasket folder
2011-10-01 16:36:35 +02:00
Olivier ADLER
6cd90471d1
ArduPPM : modified library path
2011-10-01 16:18:39 +02:00
rmackay9
12e8e27af1
Merge remote-tracking branch 'origin/master'
2011-10-01 21:56:29 +09:00
rmackay9
c80143b96e
AP_Optflow - small fix to lat/lon calculation and made example sketch work again
2011-10-01 21:51:14 +09:00
Jason Short
189fc194b6
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
2011-09-30 18:40:40 -07:00
Jason Short
f89da12387
Minimized the accel_filtered vector to be faster and more accurate.
...
Made the Filter include the Accels and moved from 8 to 4 terms in the filter
2011-09-30 18:40:29 -07:00
James Goppert
3f1a6d2f97
Working on ArduPlane/ArduCopter cmake support.
2011-09-30 20:46:37 -04:00
James Goppert
69bc498772
Added cpack packaging, ArduRover/ArduBoat/apo, building with cmake
...
ArduPlane/ ArduCopter should be easy to convert. The only thing
left for cmake is sketch processing, upstream dev is workign on this
at github, see arduino-cmake project.
2011-09-30 20:24:02 -04:00
James Goppert
31d5a9eec0
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
2011-09-30 18:53:04 -04:00
James Goppert
67b19303bf
Cmake working for apo.
2011-09-30 18:52:41 -04:00
John Arne Birkeland
893a0cca5a
ArduPPM: New and improved PPM encoder firmware for APM 1.x boards with ATmega328p and new ones using ATMega32U2.
2011-10-01 00:12:22 +02:00
James Goppert
ae6732f20d
Makefile fix.
2011-09-30 17:37:09 -04:00
James Goppert
03e59b4078
Typo fix.
2011-09-30 17:36:05 -04:00
James Goppert
c85d6b056e
cmake overhaul, cleaned up readme, added license
2011-09-30 17:32:51 -04:00
James Goppert
7f5f9252c0
Added cmake update script.
2011-09-30 17:21:07 -04:00