Replies: 5 comments 2 replies
-
def init(self, cfg: ArticulationCfg):
This solves the error in my case. |
Beta Was this translation helpful? Give feedback.
-
u have this in ur setup scene? def _setup_scene(self): |
Beta Was this translation helpful? Give feedback.
-
hey bro, face the same error, did you fix it? |
Beta Was this translation helpful? Give feedback.
-
Can you please share the kit log file? |
Beta Was this translation helpful? Give feedback.
-
The main issue is how you define the init_state. For any value in init_state, I guess they should all be float. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to modify the quadcopter Direct RL sample based on the official documentation to train an original drone USD model. However, I am encountering the following error.
Here is my
ArticulationCfg
and USD model hierarchy .And here is log file
kit_20241004_144910.log
Does anyone know the solutions about this?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions