My team’s robot has 8 motors for our chassis and we can’t figure out how to get the code to work. We have tried different ways but none seem to work I was told that we can’t code a drive train and have to use separate motors instead. When the code does run the obot only turns. We have been using Vexcode V5 with block.
A screenshot of your program might be of helpful! also some more information about the robot would be good.
I think this is correct, from what I know (and tried) motor groups & the drivetrain object has a maximum number of motors that can be used. So instead, what I would do is what you (and others) have most likely done is extract the motors and change them to update via the joysticks position.
Is this when the joystick is being moved, or does this happen regardless of the joysticks input?
if it is the latter, then you’re most likely not updating the motors position via the controller. If not, make sure your motors are plugged in to the correct ports and setup correctly in the device’s menu, e.g. reversed or not.
Thank you for the advice, we figured out.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.