public class TrajectoryBuilder
extends java.lang.Object
Constructor and Description |
---|
TrajectoryBuilder() |
TrajectoryBuilder(java.lang.String tableName,
java.lang.String entryKey,
java.lang.String confirmationEntryKey) |
Modifier and Type | Method and Description |
---|---|
Trajectory |
getTrajectory()
Gets the Trajectory built
|
boolean |
isFinishedBuilding() |
public TrajectoryBuilder()
public TrajectoryBuilder(java.lang.String tableName, java.lang.String entryKey, java.lang.String confirmationEntryKey)
tableName
- Name of the table to get the entry fromentryKey
- The key for the NetworkTableEntry where the Segments will be streamed to as Double Arrays of 8 values in order: dt, x, y, position, velocity, acceleration, jerk, heading.confirmationEntryKey
- The key for the NetworkTableEntry where the boolean of whether or not the Segments have been fully streamed will be stored.