This repository handles the useful scripts and configurations for interacting with Isaac Sim. The main goal is to provide a simple way to interact with the Franka Emika Panda robot in the Isaac Sim environment.
Package / SDK | Version |
---|---|
Nvidia Omniverse | 2023.2.3 |
Isaac Sim | 4.0.0 |
Python | 3.10 |
ROS2 | Humble |
Moveit | Humble |
- Clone this repository in your workspace
- Install the required dependencies
- Make sure you have virtualenv installed
- Create a virtual environment
- Install the required dependencies
pip install -r requirements.txt
- Start Isaac Sim
- Run the bash script to start the Isaac Sim environment
./isaac --isaac-dir <path-to-isaac-sim>
- Run the bash script to start the Isaac Sim environment
- Start ROS2
- To start the demo launch file,
# From the root of the workspace, cd ros_ws/ colcon build source ./install/setup.bash # Now start the demo launch file ros2 launch franka_demo demo.launch.py
- To start the demo launch file,