I have found links on wiki and other sites partially describing the differing modes but they are quite cryiptic, can someone explain what each does.
There is as follows
Acro ? (i am unsure, need detail)
Alt hold (stabilize but holds alt)
Auto (flight path pre programmed)
Circle ?
Guided ?
Land (doesn't seem to work)
loiter (holds position but not alt)
OF_LOITER ?
Pos hold (gps hold and alt hold)
RTL (Return to arm point)
Stabilize (board keeps the copter steady and adjusts for strong winds etc but can drift)
Toy ?
Replies
need to know what toy and guided are people?
Guided is when you point & right click on the map in mission planner and instruct it to 'fly to here' as well as the 'follow me' mode.
Stabilize in for airplanes, ACM is always using stabilize or else it would be uncontrollable.
LAND shoud slowly decrease altitude with constant rate and when real verical speed became zero (ground reached) - disarm motors. For me it works nice (on ArduCopter 2.9). Which firmware version do you use?
OF_LOITER is Loiter using Optical Flow sensor (http://code.google.com/p/arducopter/wiki/AC2_OptFlow), it's much more stable and preceise than Loiter on small altitudes.
The best (but not simple) way to find out what exactly each mode does - is read the code :)