Hello IsaacLab team,
I would like to create a dynamic task in IsaacLab for RL training.
In this task, I need to use a conveyor belt that actively moves and transfers its motion through friction to a cube placed on it, so that the cube also moves along with the belt.
However, from what I see, the RigidBody class in IsaacLab does not seem to support modeling a conveyor belt or allowing a rigid body to move by itself (without being driven by joints or external forces).
Is there a recommended way to achieve this kind of environment setup in IsaacLab?
Thanks!