Robotics - Isaac SIM setup

Isaac SIM

Posted by Rico's Nerd Cluster on August 25, 2024

Installation

Route 1: Native Execution

  • Install ROS 2 natively on your system.
  • Set up the ROS 2 context and add a ROS 2 subscriber block.
  • Ensure Fast DDS is properly configured for ROS 2 communication.
  • Clone and integrate the following workspace repository: isaac-sim/IsaacSim-ros_workspaces.

Additional Notes:

  • For headless installation, refer to the Isaac Sim headless container guide.
  • For development and deployment, explore Isaac Sim’s start-dev and deployment workflows. A helpful walkthrough is available here.
  • See the official ROS bridge documentation for integration details.