mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Added SIMPLE mode reset outside of bounding box of 10M, will do more testing before enabling.
This commit is contained in:
parent
7cecca74bc
commit
84b72b627b
@ -1260,7 +1260,7 @@ static void update_navigation()
|
||||
if(home_distance > 1000){
|
||||
// 10m
|
||||
// we reset the angular offset to be a vector from home to the quad
|
||||
initial_simple_bearing = home_to_copter_bearing;
|
||||
//initial_simple_bearing = home_to_copter_bearing;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user