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'm working on a humanoid stable gait generation scheme and need to analyse the energy consumption but i don't really understand how to enable energy computation.
I understand that this is accomplished using the "mjENBL_ENERGY" bit but where and how?
Currently, setting
PE = self.data.energy[0]
KE = self.data.energy[1]
then printing PE and KE returns nothing. Yes becuase energy computation has not been enabled but i just seem not to understand how to go about it.
Kindly assist ASAP
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm working on a humanoid stable gait generation scheme and need to analyse the energy consumption but i don't really understand how to enable energy computation.
I understand that this is accomplished using the "mjENBL_ENERGY" bit but where and how?
Currently, setting
PE = self.data.energy[0]
KE = self.data.energy[1]
then printing PE and KE returns nothing. Yes becuase energy computation has not been enabled but i just seem not to understand how to go about it.
Kindly assist ASAP
The text was updated successfully, but these errors were encountered: