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!