configure
Configures the tracking command using a DSL-style configuration block.
trackCommand.configure {
kP = 0.04
maxRotationSpeed = 0.5
deadband = 1.0
}Content copied to clipboard
Return
This command for method chaining.
Parameters
block
Configuration block to apply settings.