-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the robot moves faster in rviz then in real #8
Comments
The ODrive firmware has been updated since I built this to use 'turns' instead of encoder counts as the units. So the amount the wheels turn will need rescaling. |
thanks for the reply... so that is the issue... i am using your audrino code to connect to odrive... i have calculated the wheel revolution and put it on the code... i have calculated check revolution per second with speed and its ok.. not when i send speed from keyboard, lets say 0.5 .. on the odom topic i got different speed its 9.5 .. so i think its cuz of the odive firmware update causing the issue or i am missing something? |
Hi.. bruton |
Yep here's the ODrive migration guide to the new firmware: https://docs.odriverobotics.com/migration |
hi... thanks for all the hardwork you put on this project and make it working.. i try your code with my robot using audriuino mega..but my robot runs faster in rviz then in real .. and i think cuz of that the navigation stack also not work..i have tried the wheel reduction ratio part and calculate the values according to my robot but still no luck..
The text was updated successfully, but these errors were encountered: