Tutorial for RT-DETR with Isaac Sim#
Overview#
Detect object bounding boxes using Isaac ROS RT-DETR object detection
Note
This tutorial detects the Mac and Cheese Box mentioned in the SyntheticaDETR Object Classes section. In order to detect other objects not supported by SyntheticaDETR, you will have to modify the launch file and replace the 2D object detection pipeline with one that supports the object you are trying to detect.
Tutorial Walkthrough#
Complete the Isaac ROS RT-DETR tutorial.
Open a new terminal and activate the Isaac ROS environment:
isaac-ros activateInstall and launch Isaac Sim following the steps in the Isaac ROS Isaac Sim Setup Guide.
Run the launch file.
ros2 launch isaac_ros_rtdetr isaac_ros_rtdetr_isaac_sim.launch.py
Press Play to start publishing data from the Isaac Sim.
Validate that you see a visualization of the 2D object detection as shown below: