4 Motor drive train Robot Mesh

Is there any way to configure a four motor drive train in robot mesh? Or something of the equivalent?
Thanks

2 Likes

Sorry, only 2-motor drivetrains for now. The dev team has given some thought about how to best implement a 4-motor drivetrain, but the physics gets a lot more complex. There is no date assigned yet.

In the meantime, you can always replicate the functionality of the drivetrain class with custom functions, methods, and classes (depending on the language). For example, this is an example of doing drivetrain-like things in Blockly with custom functions.

1 Like