Hello. I am having exception when trying to put model to device using mjx.put_model(model):
NotImplementedError: (mjtGeom.mjGEOM_SPHERE, mjtGeom.mjGEOM_CYLINDER) has no collision function.
I looked in changelog and found this entry:
Version 2.3.7 (July 20, 2023)
General
Added primitive collider for sphere-cylinder contacts, previously this pair used the generic convex-convex collider.
I was under the impression that sphere-cylinder collisions are implemented - am I doing something wrong or there are really no sphere-cylinder collisions in MuJoCo-MJX v.3.1.4?
The model is Ant from Brax, I just switched floor plane to cylinder (trying to make arena for ants).
Hello. I am having exception when trying to put model to device using mjx.put_model(model):
NotImplementedError: (mjtGeom.mjGEOM_SPHERE, mjtGeom.mjGEOM_CYLINDER) has no collision function.
I looked in changelog and found this entry:
I was under the impression that sphere-cylinder collisions are implemented - am I doing something wrong or there are really no sphere-cylinder collisions in MuJoCo-MJX v.3.1.4?
The model is Ant from Brax, I just switched floor plane to cylinder (trying to make arena for ants).