Isaac Gym is based on the PhysX backend. When I read the PhysX documentation, I found that PhysX offers Vehicle SDK, containing API for vehicle modelling.
The Vehicle SDK documentation says that the vehicle SDK “sits outside the core SDK”, so I understand it’s not directly available in Isaac Gym. But is it possible to use it with some coding? I would like to know whether Vehicle SDK and Isaac Gym’s data model is compatible, so it’s possible to write some binding to create Vehicle actors in Python. If so, I wish I could get some advice and instructions.