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

DriveController(Chassis* chassis)

Makes a drive controller that will use the given chassis

Parameters

  • chassis - The chassis to drive the motors on

Example

DriveController dc = DriveController(&chassis);