mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
ACM: Added fast corner support
This commit is contained in:
parent
c3f01bebfc
commit
ecedacbe7e
@ -9,6 +9,8 @@ static void init_commands()
|
||||
command_cond_queue.id = NO_COMMAND;
|
||||
command_nav_queue.id = NO_COMMAND;
|
||||
|
||||
fast_corner = false;
|
||||
|
||||
// default Yaw tracking
|
||||
yaw_tracking = MAV_ROI_WPNEXT;
|
||||
}
|
||||
@ -177,7 +179,7 @@ static void set_next_WP(struct Location *wp)
|
||||
|
||||
// reset speed governer
|
||||
// --------------------
|
||||
waypoint_speed_gov = WAYPOINT_SPEED_MIN;
|
||||
waypoint_speed_gov = g_gps->ground_speed;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user