add wheel tick calib
This commit is contained in:
parent
4be754c1db
commit
9000316350
3 changed files with 47 additions and 12 deletions
|
@ -28,6 +28,8 @@ public:
|
|||
|
||||
void generate_tuned_step_response_data();
|
||||
|
||||
void calibrate_wheel_ticks(double turns, double ticks_per_turn);
|
||||
|
||||
private:
|
||||
enum ControlMode : uint8_t {
|
||||
NONE = 0,
|
||||
|
|
Reference in a new issue