Skip to content

IsaacLab simulator error #71

Open
Open
@xiaotangzh

Description

@xiaotangzh

Thanks for you excellent work! But I met an error when I run examples/isaaclab_spawning_scenes:

Traceback (most recent call last):
  File "D:\ProtoMotions\examples\isaaclab_spawning_scenes.py", line 197, in <module>
    simulator = IsaacLabSimulator(config=simulator_config, terrain=terrain, scene_lib=scene_lib, visualization_markers=None, device=device, simulation_app=simulation_app)
  File "d:\protomotions\protomotions\simulator\isaaclab\simulator.py", line 107, in __init__
    scene_cfg = self._get_scene_cfg()
  File "d:\protomotions\protomotions\simulator\isaaclab\simulator.py", line 135, in _get_scene_cfg
    scene_cfg = SceneCfg(
  File "d:\protomotions\protomotions\simulator\isaaclab\utils\scene.py", line 120, in __init__
    actuators = {
  File "d:\protomotions\protomotions\simulator\isaaclab\utils\scene.py", line 123, in <dictcomp>
    effort_limit=robot_config.dof_effort_limits[i],
TypeError: 'NoneType' object is not subscriptable

I have tried on IsaacLab version 2 and 1.4.1, but error still remains.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions