mirror of https://github.com/ArduPilot/ardupilot
Rover: shorten sailboat tacking timeout to 5sec
This commit is contained in:
parent
baadc50c19
commit
4ae62a2983
|
@ -1,6 +1,6 @@
|
|||
#include "Rover.h"
|
||||
|
||||
#define SAILBOAT_AUTO_TACKING_TIMEOUT_MS 50000 // tacks in auto mode timeout if not successfully completed within this many milliseconds
|
||||
#define SAILBOAT_AUTO_TACKING_TIMEOUT_MS 5000 // tacks in auto mode timeout if not successfully completed within this many milliseconds
|
||||
#define SAILBOAT_TACKING_ACCURACY_DEG 10 // tack is considered complete when vehicle is within this many degrees of target tack angle
|
||||
/*
|
||||
To Do List
|
||||
|
|
Loading…
Reference in New Issue