public static class Path.Waypoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Optional<java.lang.String> |
marker |
Translation2d |
position |
double |
speed |
Constructor and Description |
---|
Waypoint(Translation2d position,
double speed) |
Waypoint(Translation2d position,
double speed,
java.lang.String marker) |
public final Translation2d position
public final double speed
public final java.util.Optional<java.lang.String> marker
public Waypoint(Translation2d position, double speed)
public Waypoint(Translation2d position, double speed, java.lang.String marker)