public class RowsManeuverPreview extends java.lang.Object implements IManeuverPreview<RowsManeuver>
| 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 |
|---|
RowsManeuverPreview() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getState() |
boolean |
init(java.lang.String vehicleId,
RowsManeuver man,
SystemPositionAndAttitude state,
java.lang.Object manState) |
boolean |
isFinished() |
void |
reset(SystemPositionAndAttitude state) |
SystemPositionAndAttitude |
step(SystemPositionAndAttitude state,
double timestep,
double ellapsedTime) |
protected 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,
RowsManeuver man,
SystemPositionAndAttitude state,
java.lang.Object manState)
init in interface IManeuverPreview<RowsManeuver>public boolean isFinished()
isFinished in interface IManeuverPreview<RowsManeuver>public void reset(SystemPositionAndAttitude state)
reset in interface IManeuverPreview<RowsManeuver>public SystemPositionAndAttitude step(SystemPositionAndAttitude state, double timestep, double ellapsedTime)
step in interface IManeuverPreview<RowsManeuver>public java.lang.Object getState()
getState in interface IManeuverPreview<RowsManeuver>Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.