-
Hi, everyone. I configured my own robot using joint_pos = robot.data.default_joint_pos.clone()
File "./IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/assets/articulation/articulation.py", line 107, in data
return self._data
AttributeError: 'Articulation' object has no attribute '_data'. Did you mean: 'data'? But, I haven't seen the issue before. Does anyone know the solutions about this? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Solved with setting the default prim to the robot as commented by @Overdamp . |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Same problem.I have already fix the problem by myself by setting the default prim to the robot.