Ekumen-OS / andino_isaac

BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Adding docker files #19

Closed JCarosella closed 3 months ago

JCarosella commented 6 months ago

🎉 New feature

Closes https://github.com/Ekumen-OS/andino_isaac/issues/17

Summary

Adds a Dockerfile and scripts to create a Docker development environment for Isaac sim

Test it

Follow the new instructions added to the README in this PR

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

JCarosella commented 6 months ago

A couple of things I'd like to discuss, we can open a thread for each one:

JCarosella commented 5 months ago

@francocipollone ready for review

francocipollone commented 4 months ago

@JCarosella I think it would be neat to have this PR in, so then we can bump to the new version of Isaac sim and see how the improvements in performance affect the sim :smiley:

JCarosella commented 4 months ago

@JCarosella I think it would be neat to have this PR in, so then we can bump to the new version of Isaac sim and see how the improvements in performance affect the sim 😃

Yes, I tried pulling the new 4.0.0 docker image but I wasn't able to. I'll take a look tomorrow and push this in

francocipollone commented 4 months ago

@JCarosella I think it would be neat to have this PR in, so then we can bump to the new version of Isaac sim and see how the improvements in performance affect the sim 😃

Yes, I tried pulling the new 4.0.0 docker image but I wasn't able to. I'll take a look tomorrow and push this in

We can tackle this in separate PRs. Probably going to 4.0.0 will need some minor changes regarding ros2 components.

francocipollone commented 3 months ago

I run it locally:

francocipollone commented 3 months ago

The issue lais in the cache folder being bonded: I removed the following from the run script and it worked

-v ~/docker/isaac-sim/cache/kit:/isaac-sim/kit/cache:rw \
JCarosella commented 3 months ago

The issue lais in the cache folder being bonded: I removed the following from the run script and it worked

-v ~/docker/isaac-sim/cache/kit:/isaac-sim/kit/cache:rw \

@francocipollone Addressed this issue and the ones you mention above