Skip to content

graspqp_isaaclab / DexEvolve don't run on stock Isaac Lab 2.3 (missing isaaclab.ui.components) #2

Description

@TannerGilbert

Summary

Following the README, the graspqp_isaaclab / DexEvolve simulator stack can't be built or run on a stock Isaac Lab 2.3 checkout, because the code imports Isaac Lab pieces that the public Isaac Lab doesn't ship:

  • isaaclab.ui.componentsListComponentCfg (+ .ListEntryCfg), ButtonComponentCfg, ListComponent, and ComponentCfg scene entities.
  • An Articulation._create_data() hook — the base _initialize_impl needs to call self._data = self._create_data() so HandModel / ArticulationModel can plug in their own data classes.

Without these, mine_object_grasp.py fails at import even with --headless: ModuleNotFoundError: No module named 'isaaclab.ui.components'`.

Environment

  • GPU: RTX 5090; Isaac Sim 5.1.0 / Isaac Lab 2.3.x; torch 2.7+cu128; Python 3.11; Docker.

Suggested fix

Publish the Isaac Lab branch that provides isaaclab.ui.components + the Articulation._create_data hook, and pin it in the Docker base instructions — or vendor a minimal ui.components batch and make the UI/visualizer optional so headless mining runs on stock Isaac Lab.

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