-
Notifications
You must be signed in to change notification settings - Fork 16
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
Robot Slightly turning to the right. #83
Comments
Same issue here |
I'm getting about 1 degree per meter with drift by setting the friction lower for the physics material for the wheels. When the friction is higher I'm seeing a much greater increase in drift. |
I found that if I flip the rotation of the right wheel physics component and also flip the sign on the right wheel velocity calculation in the differential drive the drift practically disappears. |
Thanks for reporting. Are you using BP_RRTurtlebotWaffle? |
I updpate Angular Dumper and Angular Sprint to avoid drifting of the robot. |
@yuokamoto |
Sorry, I haven't found solution. |
I created PR. |
@yuokamoto |
I've noticed when controlling via teleop_twist_keyboard the robot and giving a command to go purely forward the robot will slowly arc towards the right. I've check the inputs to the physics components for the wheels during runtime and the values are correct with the right being the negative of the left. These are the target angular velocities for the wheels.
Second I noticed that the robot moves even when it is supposed to be stationary.
What could be causing these?
The text was updated successfully, but these errors were encountered: