Ekumen-OS / andino_isaac

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

Andino simulation in Nvidia Isaac

This package provides a simulation environment for Andino in Nvidia's Isaac sim integrated with ROS 2 and powered by Nvidia Omniverse.

:clamp: Platforms

:inbox_tray: Installation

Clone this repository into the src folder of a ROS2 workspace

git clone https://github.com/ekumenlabs/andino_isaac.git

:inbox_tray: Docker environment installation

docker pull nvcr.io/nvidia/isaac-sim:2023.1.1
./docker/build.sh
./docker/run_isaac_docker.sh

:package: Build

The package contains some dependencies that must be installed in order to build it:

rosdep install --from-paths src -i -y

Then build the package and source the install workspace. To do so run the following commands:

colcon build
source install/setup.bash

:rocket: Usage

Launch the simulation with the provided launchfile

ros2 launch andino_isaac andino_isaac.launch.py

Teleoperate the robot

ros2 run teleop_twist_keyboard teleop_twist_keyboard

andino_isaac.webm