mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Arducopter:Params
WP_RADIUS_DEFAULT is now stored the same as Arduplane
This commit is contained in:
parent
225c63c06a
commit
32e6a6ba8d
@ -359,7 +359,7 @@ public:
|
||||
command_total (0),
|
||||
command_index (0),
|
||||
command_nav_index (0),
|
||||
waypoint_radius (WP_RADIUS_DEFAULT * 100),
|
||||
waypoint_radius (WP_RADIUS_DEFAULT),
|
||||
loiter_radius (LOITER_RADIUS),
|
||||
waypoint_speed_max (WAYPOINT_SPEED_MAX),
|
||||
crosstrack_gain (CROSSTRACK_GAIN),
|
||||
|
Loading…
Reference in New Issue
Block a user