Draft
Conversation
2447387 to
99322d9
Compare
71c6264 to
08b9633
Compare
…nce_objects, fix wp2torch in g1_wbv_embodiment
Pinocchio was previously imported before AppLauncher as a workaround to force version resolution at startup. Isaac Lab 3 / Newton no longer requires this workaround, so all early pinocchio imports and the --disable_pinocchio CLI flag are removed. Changes: - Remove --disable_pinocchio arg from isaaclab_arena_cli.py - Remove pre-AppLauncher pinocchio imports from all scripts (train, play, teleop, record_demos, replay_demos, annotate_demos, generate_dataset, notebooks) - Remove enable_pinocchio param from test subprocess helpers - Remove peg/hole skip decorators from assembly and asset registry tests - Unconditionally import pick_place and enable XR detection where previously gated on enable_pinocchio Signed-off-by: Clemens Volk <cvolk@nvidia.com>
The hf binary installed in Isaac Sim's Python couldn't find 'requests' because Isaac Sim bundles it in a zip only accessible via python.sh. Use pipx to install hf into an isolated venv so all deps are available, without touching system Python packages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the working branch for upgrading Isaac Lab Arena to Lab 3.0 with Newton.
Detailed description