Hi everyone,
I’m developing a simulation of a group of simple robots transporting objects together.
The multi-robot system should be able to:
- transport object of different shapes
- able to stabilize the object while transporting
for example, if the object is a cube, robots can transport it easily without putting much effort into stabilizing it, whereas if the object is a cylinder in an upright position, some of the robots need to put more effort into stabilizing it to keep it upright while transporting.
I’m new to processing and currently trying to develop it with Box2D.
I’m wondering is there any other libraries that work better for this project. Thanks!