I am quite new to using Isaac Sim and I wanted to know if there are example on how to set up a vehicle inside of isaac sim using python api with utilising PhysX Vehicle Dynamics.
Something as simple as a cube and four wheels with basic suspension is what I am trying to create. I am currently trying to set up a simple scenario like this using python but am getting a bit stuck.
You can setup vehicles in Omniverse using just USD, check the physics vehicles demos, they are generated from python.
Window->Simulation->Demos, then vehicles demos.
You can view the python code and check how its done.
Thank you for the reply, I did already have a look at this before. However, I wasn’t able to understand a lot of it. Would there happen to be a more simple version to learn from?
The “Setup (drive basic)” sample is more or less the simplest setup possible (remove the parts related to “if useDriveStandard” to reduce the amount of code).
A setup with tank differential has no support for keyboard/gamepad control yet. You would have to add that bit of logic yourself and translate the key/pad inputs to the attributes of PhysxVehicleTankControllerAPI and PhysxVehicleControllerAPI