Resetting the scene (InteractiveScene class)

Hi,

I’m trying to create a scene for a simulation environment using the InteractveSceneCfg and InteractiveScene classes. I added some rigid objects to my scene using the RigidObjectCfg class. Everything works fine but when I try to call the reset() method on my InteractiveScene object I get this error:

/source/extensions/omni.isaac.lab/omni/isaac/lab/scene/interactive_scene.py", line 361, in reset
rigid_object.reset(env_ids)
File “source/extensions/omni.isaac.lab/omni/isaac/lab/assets/rigid_object/rigid_object.py”, line 104, in reset
self._external_force_b[env_ids] = 0.0
AttributeError: ‘RigidObject’ object has no attribute ‘_external_force_b’

Does anyone know where the problem can be?

Thanks,
Luis.

Isaac Sim Version

4.2.0
4.1.0
4.0.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Isaac Lab Version (if applicable)

1.2
1.1
1.0
Other (please specify):

Operating System

Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model:
  • Driver Version:

Topic Description

Detailed Description

(Describe the issue in detail, including what you were trying to do, what you expected to happen, and what actually happened)

Steps to Reproduce

(Add more steps as needed)

Error Messages

(If applicable, copy and paste any error messages you received)

Screenshots or Videos

(If applicable, add screenshots or links to videos that demonstrate the issue)

Additional Information

What I’ve Tried

(Describe any troubleshooting steps you’ve already taken)

Related Issues

(If you’re aware of any related issues or forum posts, please link them here)

Additional Context

(Add any other context about the problem here)

Thank you for your interest in Isaac Lab. To ensure efficient support and collaboration, please submit your topic to its GitHub repo following the instructions provided on Isaac Lab’s Contributing Guidelines regarding discussions, submitting issues, feature requests, and contributing to the project.

We appreciate your understanding and look forward to assisting you.