Replies: 1 comment
-
Never mind, I figured out it caused by the env_self_collision flag/ |
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.
-
In genesis, I loaded a Unitree G1 robot, and called the
get_dofs_position
function. However, the function took 0.03s to return the value, which seems too long. Meanwhile,get_dofs_vel
only costs 0.0002s.Does anyone know why it take such long time?
Load robot:

Compute cost:

Print:

Beta Was this translation helpful? Give feedback.
All reactions