public abstract class ArmTransition extends CommandGroup implements Edge
Modifier and Type | Method and Description |
---|---|
abstract CommandGroup |
getCommand() |
int |
getCost()
Returns the sum of the number of inches that the arm must move to travel the path.
|
Arm.ArmState |
getDest()
Example for a specified transition where you would need to take certain steps to optimize it.
|
Arm.ArmState |
getSource()
The LegalState that this Command will end at.
|
abstract void |
initTransition() |
public Arm.ArmState getSource()
public Arm.ArmState getDest()
public int getCost()
public abstract void initTransition()
public abstract CommandGroup getCommand()