AP_MotorsUGV: minor comment fix

This commit is contained in:
Randy Mackay 2017-08-16 11:42:28 +09:00
parent c8eceeabb6
commit c0fe1b7ec8

View File

@ -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
}; };