add wheel tick calib

This commit is contained in:
Konstantin Lampalzer 2022-05-28 22:25:01 +02:00
parent 4be754c1db
commit 9000316350
3 changed files with 47 additions and 12 deletions

View file

@ -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,