Interface SwerveDriveRotationAdvisor.Factory
- Enclosing class:
- SwerveDriveRotationAdvisor
@AssistedFactory
public static interface SwerveDriveRotationAdvisor.Factory
Factory for creating instances of SwerveDriveRotationAdvisor.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SwerveDriveRotationAdvisorcreate(HumanVsMachineDecider hvmDecider) create(HumanVsMachineDecider hvmDecider, double hvmDeadband)
-
Method Details
-
create
SwerveDriveRotationAdvisor create(@Assisted HumanVsMachineDecider hvmDecider, @Assisted("HvmDeadband") double hvmDeadband) -
create
-