Regarding contact and friction behavior for flat foot humanoid in MuJoCo #2175
Replies: 1 comment
-
Read these links: |
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.
-
Intro
I am Vishnu Joshi a researcher in StochLab, Indian Institute of Science, Bengaluru. Me and my team are currently working on a walking controller using MuJoCo simulator and had a few observations.
My setup
MuJoCo version 3.1.4, python, ubuntu 22.04
My question
When the floor is a simple box geom with friction coefficient (0.8), the robot walks properly and has no issue, but when the same floor is defined by a hfield with the same friction coefficient (0.8) the foot is unable to stay stable.
I realised that increasing the nrow and ncol variable did improve the situation but it is not similiar to the behaviour when the floor is simple box geom. I tried going through all the resources and found that the number of contacts between geom and hfield is restricted to 50 and changing it can break the simulation.
I have attached two videos, one with simple box geom and other with hfield with respective names.
walking_box_geom.mp4
walking_hfield_short.mp4
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions