Package com.pocolifo.robobase.novel
Class DiscretePathFollower
java.lang.Object
com.pocolifo.robobase.novel.DiscretePathFollower
- All Implemented Interfaces:
PathFollower
-
Constructor Summary
ConstructorsConstructorDescriptionDiscretePathFollower
(List<PathFinder.Point> points, double maxSpeed, double maxAcceleration) -
Method Summary
-
Constructor Details
-
DiscretePathFollower
-
-
Method Details
-
followPath
- Specified by:
followPath
in interfacePathFollower
-
getDuration
public double getDuration()- Specified by:
getDuration
in interfacePathFollower
-