mirror of https://github.com/ArduPilot/ardupilot
AP_Follow: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
8fc03e73c4
commit
a56f5d7a45
|
@ -30,7 +30,7 @@
|
|||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
#define AP_FOLLOW_TIMEOUT_MS 3000 // position estimate timeout after 1 second
|
||||
#define AP_FOLLOW_SYSID_TIMEOUT_MS 10000 // forget sysid we are following if we haave not heard from them in 10 seconds
|
||||
#define AP_FOLLOW_SYSID_TIMEOUT_MS 10000 // forget sysid we are following if we have not heard from them in 10 seconds
|
||||
|
||||
#define AP_FOLLOW_OFFSET_TYPE_NED 0 // offsets are in north-east-down frame
|
||||
#define AP_FOLLOW_OFFSET_TYPE_RELATIVE 1 // offsets are relative to lead vehicle's heading
|
||||
|
|
Loading…
Reference in New Issue