Change RPM to M/S
This commit is contained in:
parent
a484bc2137
commit
6a1ac72912
7 changed files with 111 additions and 15 deletions
|
@ -26,6 +26,8 @@ int main() {
|
|||
// spdlog::info("X {} Y {} W {}", odom.get_x_position(), odom.get_y_position(), odom.get_angular_orientation());
|
||||
// usleep(1000);
|
||||
// }
|
||||
|
||||
ClosedLoopMotorController::getInstance().generate_tuned_step_response_data();
|
||||
std::this_thread::sleep_for(std::chrono::hours(12));
|
||||
return 0;
|
||||
}
|
||||
|
|
Reference in a new issue