Package xbot.common.math
Class PurePursuitTest
java.lang.Object
xbot.common.injection.BaseWPITest
xbot.common.math.PurePursuitTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PurePursuitTest.AsyncLinearIntervalJobprotected Timerprotected ConfigurablePurePursuitCommandprotected doubleFields inherited from class xbot.common.injection.BaseWPITest
pf, propertyFactory, timer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseComponentReturns theBaseComponentinstance used for dependency injectionprotected PurePursuitTestComponentvoidsetAsAsync(PurePursuitTest.AsyncLinearIntervalJob asyncIntervalJob) voidsetAsyncPeriodMultiplier(double newMultiplier) voidvoidvoidvoidvizRun()Methods inherited from class xbot.common.injection.BaseWPITest
setUp
-
Field Details
-
asyncTimer
-
asyncJob
-
periodMultiplier
protected double periodMultiplier -
command
-
-
Constructor Details
-
PurePursuitTest
-
-
Method Details
-
createDaggerComponent
Description copied from class:BaseWPITestReturns theBaseComponentinstance used for dependency injection- Specified by:
createDaggerComponentin classBaseWPITest
-
getInjectorComponent
- Overrides:
getInjectorComponentin classBaseWPITest
-
setAsAsync
-
setAsyncPeriodMultiplier
public void setAsyncPeriodMultiplier(double newMultiplier) -
vizRun
public void vizRun() -
setPoints
public void setPoints() -
startAsyncTimer
public void startAsyncTimer() -
stopTestEnv
public void stopTestEnv()
-