Replies: 2 comments 1 reply
-
def init(self, cfg: ArticulationCfg):
This solves the error in my case. |
Beta Was this translation helpful? Give feedback.
1 reply
-
u have this in ur setup scene? def _setup_scene(self): |
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
-
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