Hi JC,
A ChRigidTire leverages the Chrono collision and contact systems. As such, it can only interact with terrains that define collision shapes (e.g., RigidTerrain) or else use the Chrono collision models (e.g., SCM and CRM terrains).
The handling tire models, such as TMeasy, do not define collision shapes and only need to query height, normal, and coefficient of friction from a terrain.
If you defined a custom terrain that only provides these callbacks, you didn’t really define a “rigid” terrain. If you want rigid tires to interact with your custom terrain you will have to also attach collision shapes to your terrain.
--Radu
--
You received this message because you are subscribed to the Google Groups "ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
projectchron...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/projectchrono/13b5ebf2-ea6a-4de4-ad6e-e72b189c70c3n%40googlegroups.com.