Skip to content

Instantly share code, notes, and snippets.

View Shirish2004's full-sized avatar
💭
Research Scholar

Shirish Shekhar Jha Shirish2004

💭
Research Scholar
  • IISER Bhopal
  • Bhopal, Madhya Pradesh, India
  • 05:00 (UTC +05:30)
View GitHub Profile
@Shirish2004
Shirish2004 / pick_place_camera_data.py
Created October 21, 2025 10:01
Collecting RGB, Depth, and Point Cloud from the simulation in Isaacsim 4.5.0 with franka arm. Dataset replay added
# from isaacsim import SimulationApp
# simulation_app = SimulationApp({"headless": True})
# import numpy as np
# from isaacsim.core.api import World
# from isaacsim.robot.manipulators.examples.franka.controllers.pick_place_controller import (
# PickPlaceController,
# )