mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Vehicle: Move loiter_radius to vehicle
This commit is contained in:
parent
5d7d190394
commit
302e80d72c
@ -43,6 +43,7 @@ public:
|
||||
AP_Int16 pitch_limit_min_cd;
|
||||
AP_Int8 autotune_level;
|
||||
AP_Int8 stall_prevention;
|
||||
AP_Int16 loiter_radius;
|
||||
|
||||
struct Rangefinder_State {
|
||||
bool in_range:1;
|
||||
|
Loading…
Reference in New Issue
Block a user