Here's what I hope is the final release.
As the new Manual gets formatted, you can view it at: http://code.google.com/p/ardupilot/wiki/ArduPilot25
Until the content is finally moved over the 2.4 manual is still a great resource.
Ardupilot_25_RC2.zip
Bonus - If you look check out the Waypoint_writer_25.pde file in the test suite, you can upload relative waypoints. This isn't supported in the config tool yet.
Jason
UPDATE -
A lot of people were having trouble with the GPS code and LEDs. I reworked the GPS parsers today to iron out some things. They were nothing that would interfere with flight, but I highly recommend using this new version. I've also added the ability to scale down your plane's roll based on airspeed. This should help planes that turn faster when they go slower. We may tweak this a bit in the future, so I'm looking for feedback on it. Note you can always turn it off in your header file with this line:
//6-4
#define AIRSPEED_TURN_P 1
see the header file for more instructions
Comments
You should see the word failsafe and the mode set to RTL.
Of course, don't connect the engine while you do this ;)
Jason
That looks pretty good. Do you get the failsafe message in the Serial Window when you switch off the radio?
jason
Here my radio test in MANUAL mode
MS: 20 ch1:1490 ch2:1505 ch3:1098
Radio tx OFF
MS: 20 ch1:1495 ch2:1438 ch3:893
ArduIMU will be supported in 2.5.1. Doug is busy with that right now and we'll have that ready soon.
Jay,
The blue lock LED will always be on when the GPS reports it has a good signal. If the GPS is disconnected or has a blocked antenna, it will turn off.
After completing the field setup should the GPS_lock go off?
I'm using a em406, everything else seems normal and the gps test works fine.
Yes, the yellow stat LED isn't going to happen. With the limited IO of Ardupilot, I had to sacrifice it. If I could, the Remove Before Fly pins would be next. If anyone knows a way to remove those let me know.
Jason