Browse Source

AP_MotorsUGV: minor comment fix

mission-4.1.18
Randy Mackay 8 years ago
parent
commit
c0fe1b7ec8
  1. 2
      APMrover2/AP_MotorsUGV.h

2
APMrover2/AP_MotorsUGV.h

@ -102,7 +102,7 @@ protected: @@ -102,7 +102,7 @@ protected:
// internal variables
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;
bool _use_slew_rate; // true if we should slew limit the throttle for one interation
};

Loading…
Cancel
Save