mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
temporary - forcing WP yaw tracking in Auto.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1876 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
41e4b0a471
commit
6769295058
@ -74,6 +74,9 @@ struct Location get_wp_with_index(int i)
|
||||
yaw_tracking = TRACK_NEXT_WP;
|
||||
}
|
||||
|
||||
// this is a hack for now, until we get GUI support
|
||||
yaw_tracking = TRACK_NEXT_WP;
|
||||
|
||||
return temp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user