Skip to content

Conversation

@DarrellDai
Copy link
Collaborator

Summary

Add setup for developing without docker

Detailed description

  • For people like developing without docker
  • Make it accessible to Pycharm debugger

Copy link
Collaborator

@alexmillane alexmillane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

I have a few minor comments. My only significant request is that we add a test which runs the install script inside a ubuntu22 container and checks that we're left with a valid Arena installation.

Thanks for doing this!

Comment on lines +244 to +249
# Install IsaacLab
$ISAACLAB_PATH/isaaclab.sh -i $framework_name
# Install Isaac-GR00T
${pip_command} -e "${ISAACLAB_ARENA_PATH}/submodules/Isaac-GR00T"
# Install IsaacLab Arena
${pip_command} -e .
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes that all dependencies not listed in setup.py are available in the environment this script is being run in, I suppose? Is that correct?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edit: I notice you've added some additional dependencies to our setup.py. Nice!

Perhaps with those additions, we have everything we need on some platforms?

I would suggest that we set up a test that runs this script in a ubuntu22 docker, and we're left with a valid Arena installation (i.e. an installation which passes the tests).

Copy link
Collaborator Author

@DarrellDai DarrellDai Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested it on Ubuntu 24, and it works. Do you think it's still necessary to test it in a docker for 22?

@DarrellDai
Copy link
Collaborator Author

I just made a clearer PR, which is only for installation outside docker and pycharm debugging. This PR will be closed. #327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants