fix speedometer for new encoder
This commit is contained in:
@@ -80,6 +80,12 @@ class MoveControl {
|
||||
*/
|
||||
void setDrivingStatus(DrivingStatus status);
|
||||
|
||||
/**
|
||||
* @brief Stops the engine immediately
|
||||
*
|
||||
*/
|
||||
void emergencyStop();
|
||||
|
||||
/**
|
||||
* @brief Set the target speed
|
||||
*
|
||||
@@ -156,6 +162,8 @@ class MoveControl {
|
||||
void setDelay(uint8_t delay) { this->delay = delay; }
|
||||
|
||||
private:
|
||||
void setSpeedometerDirection(Speedometer *speedometer, double value);
|
||||
|
||||
/**
|
||||
* @brief Converts values into wheel speeds
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user