mirror of https://github.com/ArduPilot/ardupilot
AP_WheelEncoder: minor comment fix
This commit is contained in:
parent
dc283e9c26
commit
1531801c83
|
@ -77,7 +77,7 @@ public:
|
|||
// get total delta angle (in radians) measured by the wheel encoder
|
||||
float get_delta_angle(uint8_t instance) const;
|
||||
|
||||
// get the total distance traveled in meters or radians
|
||||
// get the total distance traveled in meters
|
||||
float get_distance(uint8_t instance) const;
|
||||
|
||||
// get the total number of sensor reading from the encoder
|
||||
|
|
Loading…
Reference in New Issue