mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
changed WP radius to AP_Int16
This commit is contained in:
parent
c2060d6d5f
commit
996cfc5c96
@ -226,7 +226,7 @@ public:
|
||||
AP_Int8 command_total;
|
||||
AP_Int8 command_index;
|
||||
AP_Int8 command_nav_index;
|
||||
AP_Int8 waypoint_radius;
|
||||
AP_Int16 waypoint_radius;
|
||||
AP_Int16 loiter_radius;
|
||||
AP_Int16 waypoint_speed_max;
|
||||
AP_Float crosstrack_gain;
|
||||
|
Loading…
Reference in New Issue
Block a user