Skip to main content Link Menu Expand (external link) Document Search Copy Copied

DriveController& driveTank(const controller::axis& leftAxis, const controller::axis& rightAxis)

Drives the robot arcade style (with one stick for left and the other for right)

Parameters

  • leftAxis - The axis for the left side
  • rightAxis - The axis for the right side

Example

dc.driveTank(Greg.Axis3, Greg.Axis2);