Rover: use get_projected_position()
this will make for more accurate turns in missions
This commit is contained in:
parent
c08c084191
commit
ca8e4519cc
@ -807,7 +807,7 @@ static void update_GPS(void)
|
||||
}
|
||||
}
|
||||
|
||||
have_position = ahrs.get_position(¤t_loc);
|
||||
have_position = ahrs.get_projected_position(¤t_loc);
|
||||
|
||||
if (g_gps->new_data && g_gps->status() >= GPS::GPS_OK_FIX_3D) {
|
||||
gps_fix_count++;
|
||||
|
Loading…
Reference in New Issue
Block a user