PTPController

constructor(controller: MecanumController, localizer: Localizer)

Parameters

controller

The mecanum that the PTP Controller will control

localizer

The localizer that the PTP controller will use to determine its position. This uses the Localizer interface meaning that a custom localizer can be used here.