mirror of https://github.com/ArduPilot/ardupilot
Rover: changed default WP radius to 2m
This commit is contained in:
parent
ff41e057d9
commit
2bca51ed0f
|
@ -646,7 +646,7 @@
|
|||
// Navigation defaults
|
||||
//
|
||||
#ifndef WP_RADIUS_DEFAULT
|
||||
# define WP_RADIUS_DEFAULT 30
|
||||
# define WP_RADIUS_DEFAULT 2
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue