Six motor drivetrain too many arguments error

I’m trying to program my team’s six motor drivetrain in Python type code using VEXcode V5. I have too many arguments but I don’t know what the arguments mean/which ones I should get rid of to fix the issue. Help would be greatly appreciated!

add the additional left drive motor to the left_drive_smart motor group, same for the additional right drive motor. Only pass the left and right motor groups to the DriveTrain constructor (ie. delete motor_group_7).

(next time post the code as text, with code tags, to make it easy to provide an example)

2 Likes

Thank you for the solution and tips for if I need to ask another question on the forum!

1 Like