mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_MotorsUGV: minor comment fix
This commit is contained in:
parent
c8eceeabb6
commit
c0fe1b7ec8
@ -102,7 +102,7 @@ protected:
|
|||||||
|
|
||||||
// internal variables
|
// internal variables
|
||||||
float _steering; // requested steering as a value from -4500 to +4500
|
float _steering; // requested steering as a value from -4500 to +4500
|
||||||
float _throttle; // requested throttle as a value from 0 to 100
|
float _throttle; // requested throttle as a value from -100 to 100
|
||||||
float _last_throttle;
|
float _last_throttle;
|
||||||
bool _use_slew_rate; // true if we should slew limit the throttle for one interation
|
bool _use_slew_rate; // true if we should slew limit the throttle for one interation
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user