Help: Drive one side of the drivetrain.

Hey, my robot is too wide and requires only one side of the bot to be powered, I am currently using the VEX extension for VS code and this is what had so far that doesn’t work:

//only turn one side
RightDriveSmart.setVelocity(100, percent);
RightDriveSmart.spin(forward);
//end

Any help is appreciated! :slight_smile:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.