Code Monkey home page Code Monkey logo

isaac_hsr's Introduction

isaac_hsr

Requirements

  • OS: Ubuntu 18.04 or 20.04

Setup

Setting up Docker

curl https://get.docker.com | sh \
  && sudo systemctl --now enable docker

If you input the following command, even regular users will be able to execute the docker command.

sudo usermod -aG docker $USER

For more information, see.

Setting up Docker Compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

For more information, see.

Setting up NVIDIA Container Toolkit

distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \
   && curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \
   && curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt-get update
sudo apt-get install -y nvidia-docker2

For more information, see.

Login into NGC

Follow the steps in Generate Your NGC API Key.

docker login nvcr.io

For more information, see.

Usage

Please input the following commands to clone this repository.

git clone https://github.com/matsuolab/isaac_hsr.git
cd isaac_hsr

Starting the simulator

Please input the following command and start the simulator (it takes a minutes to launch).

docker-compose up

isaac_hsr's People

Contributors

m12watanabe1a avatar

Stargazers

tkp153 avatar yhashi91 avatar  avatar Yusuke Mizoguchi avatar Yutaka Kondo avatar Kazuki MIyazawa avatar naruya avatar kokhayas avatar TatsuyaAoki avatar  avatar arima avatar  avatar Tatsuya Matsushima avatar

Watchers

Kaoru Nasuno avatar  avatar Nisei Kimura avatar Ryo Okada avatar  avatar Matsuo Lab avatar Yuya Soneoka avatar Yoshimaru Tanaka avatar Makoto Kawano avatar Yusuke Iwasawa avatar Abhishek Kashyap avatar masa-su avatar Tatsuya Matsushima avatar  avatar amrta avatar Tatsuya Kamijo avatar

isaac_hsr's Issues

Dockerでのusdファイルの起動

docker-compose up

を入力後,しばらく待つとIsaacが起動します.

isaac-launch

その後

/isaac_hsr/usd/hsr_empty_world.usd

を開くと

open-usd

HSRのモデルがスポーンします.

isaac

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.