mirror of https://github.com/ArduPilot/ardupilot
lots of minor changes, Logs should be working better now.
Pos hold is now called "Loiter" - I don't want to have a flight mode called HOLD POS... git-svn-id: https://arducopter.googlecode.com/svn/trunk@1761 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
28011d8800
commit
61b96075cf
|
@ -76,9 +76,9 @@ void set_wp_with_index(struct Location temp, int i)
|
|||
//}
|
||||
|
||||
// Store the location relatove to home
|
||||
if((flight_options_mask & WP_OPT_ALT_RELATIVE) == 0){
|
||||
//if((flight_options_mask & WP_OPT_ALT_RELATIVE) == 0){
|
||||
temp.alt -= home.alt;
|
||||
}
|
||||
//}
|
||||
|
||||
|
||||
uint32_t mem = WP_START_BYTE + (i * WP_SIZE);
|
||||
|
|
Loading…
Reference in New Issue