Skip to content

patrickbail/cubetower-dt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubetower-DT

Teaser image

Overview

Generating Synthetic Data from Real-world Scenarios with NVIDIA's Omniverse Isaac Sim

This project provides the means to generate synthetic data from a recreated virtual environment using NVIDIA's Omniverse Isaac Sim. Scene, sensor, and trajectory files are already included to synthesize camera and LiDAR data from a cube-tower setup, which was created as a digital twin of a real cube-tower scenario. Developed as part of my undergraduate thesis at RPTU Kaiserslautern and during my time as an undergraduate software developer at SmartFactory KL, it was supported through close exchange with members of the NVIDIA Omniverse team. A key goal was to evaluate the accuracy of digital sensors, with a particular focus on comparing the RTX and PhysX LiDAR sensor implementations to real-world sensor behavior in the corresponding physical scene.

The project is designed to enable the generation of synthetic data for any given scenario. By modifying the USD scene and robot stage, along with the camera or LiDAR specifications, users can simulate a wide range of environments within Isaac Sim.
Furthermore, by integrating custom trajectory and sensor timestamp data, whether collected from real-world scans or created from scratch, users can define and interpolate their own paths for data synthesis and evaluation.

Setup

Prerequisites

Clone repository

  • Linux
cd ~
git clone https://github.com/patrickbail/cubetower-dt.git
  • Windows
cd %USERPROFILE%
git clone https://github.com/patrickbail/cubetower-dt.git

Further instructions

  1. See Virtual Lab Run for instructions on how to simulate a real-world scenario and how to generate synthetic data
  2. See Extratcing Data for instructions on how to build ROS2 Foxy on your system and how to extract recorded data
  3. See Run Standalone for instructions on how to run and work on standalone Isaac Sim python scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors