tud-airlab / mppi-isaac

Model Predictive Path Integral Control using isaacgym for rollouts, gpu-accelerated
178 stars 21 forks source link

Ft isaacgym support #30

Closed c-salmi closed 1 year ago

c-salmi commented 1 year ago

This PR adds two examples of using isaacgym as both the rollout sim and normal sim. Furthermore there are some structural improvements mainly in the IsaacgymWrapper. I've tested all examples, also the pybullet ones, so they should all still run.

I'll work on some automated tests for the examples to have a more stable main branch in the future.

16