ISAAC SIM: Stereo camera on a differential drive
After spending some time online, I found a differential drive robot that comes with a preinstalled stereo camera and a 2D lidar. I do not wish to use the 2D lidar, but I will be using the stereo camera. Personal rant: Working with Isaac-sim is a test of patience. Have to wait after every other mouse click. Many times, I gave up on the idea of using Isaac-sim because of this reason. Alright, lets load up an environment (I used the warehouse) and add a jackal robot ( Left Bottom : Isaac Sim Assets --> Robots --> Clearpath --> Jackal ). Environment : Warehouse and Jackal Robot in Assets To control this robot, we will need a differential controller ( Tools --> Robotics --> OmniGraph Controllers --> Differential Controller ). Select the jackal robot in "Robot Prim" selection and insert values for wheel radius and wheel distance as (0.098, 4.2). These values are picked as per s uggestion by a user in the nvidia forum . Don't forget to click on ...