Adapting the Mujoco model to enable drifting #59
silverjoda
started this conversation in
General
Replies: 1 comment
-
Thanks so much for letting us know @silverjoda - I've created an issue for it and we will work on integrating your solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Mushr team,
I'm currently working with a student on a sim-to-real project for a buggy car and recently came across the
Mujoco model that you have in your project. I had issues trying to make it drift (wheel slip) so I opened a issue on the mujoco
github page, where the authors were kind enough to help me solve my issue so I am here to inform of a subtle problem that exists with the model, and also how to set parameters of the model so that one can do drifts with it.
The issue:
If you lower the wheel friction then the car starts to exhibit strange behavior. This is caused by the following:
The solution:
If anyone is interested, here is the modified models directory that you can just copy paste into the package. I suggest using the mujoco "simulate" binary which you can just run and then click and drop the one_car.xml model into the simulation, press "c" to see contacts and use the sliding bar for actuation.
models.zip
output.mp4
Thanks, T
Beta Was this translation helpful? Give feedback.
All reactions