Coder Social home page Coder Social logo

roboticsleeds / isaac-orbit-container Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 29 KB

Singularity container for Isaac Sim and Isaac Orbit with ROS Noetic.

License: GNU General Public License v3.0

Singularity 8.76% Shell 91.24%
containers isaac-sim ros singularity-container

isaac-orbit-container's Introduction

IsaacSim Singularity Container with ROS Noetic

This is a singularity container for the Nvidia Isaac Sim. It builds on top of Nvidia's official image, but also installs ROS Noetic.

"Isaac Sim" is a registered trademark of Nvidia. We would like to clarify that we have no affiliation, partnership, or endorsement with Nvidia or the Isaac Sim platform. Any references made to "Isaac Sim" are purely for informational purposes and do not imply any official association with Nvidia.

Author: Rafael Papallas (rpapallas.com)

Create API key

Building this container will require authentication with NGC.

First, make sure Singularity is installed on your computer. Follow the "Quick Installation Steps" guide here.

Here are the steps:

  1. First create an NGC account here: https://ngc.nvidia.com/.
  2. Once you do, head to https://ngc.nvidia.com/setup/api-key and generate an API key.
  3. Set the following environment variables:
export SINGULARITY_DOCKER_USERNAME="\$oauthtoken" 
export SINGULARITY_DOCKER_PASSWORD="[YOUR API TOKEN FROM ABOVE]"

It's important that the SINGULARITY_DOCKER_USERNAME is set exactly like above, including the \$. For the password, of course replace the [YOUR API TOKEN FROM ABOVE] to the actual API token generated above.

Build the container and run the simulator

  1. Then run the build script: ./build.sh.
  2. You can then run the container: ./run.sh.
  3. You need to "accept EULA" to run the simulator. It's available here. To do this, in the container's home directory, open the .bashrc file (note, not your host OS's .bashrc but the .bashrc of the container which is under isaac-sim-container/home/.bashrc) and put the following: export ACCEPT_EULA="Y". This is the way of "ticking" the "I accept EULA" for the license linked above.
  4. To launch Isaac Sim you need to head to cd /isaac-sim (note to the root dir /) and run ./runapp.sh within the container. Allow some time to download dependencies.

Other notes

  • Make sure that nvidia drivers and CUDA are installed on your host machine; verify by running nvidia-smi.
  • The run.sh script will bind the drivers if available; double check they are available in the container by running nvidia-smi within the container as well.

isaac-orbit-container's People

Contributors

rpapallas avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rpapallas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.