public class FollowTrajectoryPreview extends java.lang.Object implements IManeuverPreview<FollowTrajectory>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
finished |
protected int |
locIndex |
protected java.util.Vector<LocationType> |
locs |
protected UnicycleModel |
model |
protected double |
speed |
protected java.lang.String |
vehicleId |
| Constructor and Description |
|---|
FollowTrajectoryPreview() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getState() |
boolean |
init(java.lang.String vehicleId,
FollowTrajectory man,
SystemPositionAndAttitude state,
java.lang.Object manState) |
boolean |
isFinished() |
SystemPositionAndAttitude |
step(SystemPositionAndAttitude state,
double timestep,
double ellapsedTime) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresetprotected java.util.Vector<LocationType> locs
protected int locIndex
protected java.lang.String vehicleId
protected double speed
protected UnicycleModel model
protected boolean finished
public boolean init(java.lang.String vehicleId,
FollowTrajectory man,
SystemPositionAndAttitude state,
java.lang.Object manState)
init in interface IManeuverPreview<FollowTrajectory>public boolean isFinished()
isFinished in interface IManeuverPreview<FollowTrajectory>public SystemPositionAndAttitude step(SystemPositionAndAttitude state, double timestep, double ellapsedTime)
step in interface IManeuverPreview<FollowTrajectory>public java.lang.Object getState()
getState in interface IManeuverPreview<FollowTrajectory>Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.