-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add gitpod support to run paper code base #6
Conversation
@traversaro am I missing something in the gitpod configuration file ? |
Also, updating the repo readme https://github.com/traversaro/gitpod-ubuntu-20.04/blob/master/README.md to add the gitpod button (53c9467) as the last step is helpful. |
Not sure if it works with private repos. |
@traversaro Good call! Made the repo public to do a quick test, and now the gitpod configuration file of this repo is pinged correctly. But still could not initialize the environment |
c75d399
to
53c9467
Compare
You need to first generate once the docker image so that gitpod can use it, and you can see that none are available, see https://github.com/orgs/ami-iit/packages?repo_name=tirupachuri-2021-access-estimation_payload_stresses . |
The gitpod environment started (even if the repo is private) but without the docker file pulled in. I will add the docker image for the repo. For testing the installation and usage documentation, I am using the gitpod environment from https://github.com/robotology/icub-gazebo-grasping-sandbox |
In view of testing done in #2 (comment), closing this PR. |
This PR adds gitpod infrastructure support for running the code related the paper.
Please check #2 (comment) for further details.