-
Notifications
You must be signed in to change notification settings - Fork 15
Darrelldai/no docker #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darrelldai/no docker #321
Conversation
## Summary Add warnings
## Summary Increase reset openess for the microwave example
alexmillane
left a comment
There was a problem hiding this 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!
| # 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 . |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
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?
|
I just made a clearer PR, which is only for installation outside docker and pycharm debugging. This PR will be closed. #327 |
Summary
Add setup for developing without docker
Detailed description