Hello all!
I have a simple mobile platform design with 4 mecanum wheels and I was wondering what would be the best way to model the wheels in order to simulate my robot using Isaac Gym.
Thank you very much for any answer!
Hello all!
I have a simple mobile platform design with 4 mecanum wheels and I was wondering what would be the best way to model the wheels in order to simulate my robot using Isaac Gym.
Thank you very much for any answer!
Some further developments on this post.
I am basing my implementation of the mecanum wheels on this post for mecanum wheels on Isaac Sim Have anyone had success with Mecanum wheels on isaac? - #13 by magokeanu. Basically, I model the collision shape for the rollers as 6 spheres next to each other to achieve the variable diameter. The problem is, that with this implementation the number of collision shapes increases a lot and I have noticed that after having more than 296 collision shapes, my code produces an error regarding memory allocation:
python: malloc.c:4036: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)’ failed.
Do you know if there is an upper limit on the number of collision shapes for each environment?
Thank you very much for any answer!