I'm trying to implement a conveyor belt in my game and the way I'm doing it now is non-conventional. Basically I applied a linear force with on the x-axis and set the friction of the body fixture to almost zero. That allows the objects to slide across the edge body (conveyor belt).
Is there any other way to do it so I can apply some behavior to the edge body instead that would move the bodies in contact with it?