You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with your raisim simulation platform (using raisimGymTorch) and I've noticed that the final control input of the platform is force or torque, whether it's applying a feedforward force through the function setGeneralizedForce() or setting the target with a PD controller (not sure if my understanding is correct?).
I would like to ask if it is possible for users to customize other control schemes, such as implementing an inverse dynamics controller using the dynamics calculated by the simulation platform?
Recently, I have been trying to set the system state and then use the simulation platform to calculate dynamics. I referred to the official documentation for function calls, but my code always has errors. I would like to ask how to specifically obtain relevant dynamic characteristics such as the mass matrix, nonlinear terms, etc. Here is part of my code:
I am currently working with your raisim simulation platform (using raisimGymTorch) and I've noticed that the final control input of the platform is force or torque, whether it's applying a feedforward force through the function setGeneralizedForce() or setting the target with a PD controller (not sure if my understanding is correct?).
I would like to ask if it is possible for users to customize other control schemes, such as implementing an inverse dynamics controller using the dynamics calculated by the simulation platform?
Recently, I have been trying to set the system state and then use the simulation platform to calculate dynamics. I referred to the official documentation for function calls, but my code always has errors. I would like to ask how to specifically obtain relevant dynamic characteristics such as the mass matrix, nonlinear terms, etc. Here is part of my code:
The text was updated successfully, but these errors were encountered: