public class ArmPathGenerator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CommandGroup |
getPath(Arm.ArmState start,
Arm.ArmState destination,
Arm arm)
Looks for an existing path.
|
static CommandGroup |
getPath(Arm.ArmState destination,
Arm arm)
Generates using the current ArmState as its current location
|
public static CommandGroup getPath(Arm.ArmState destination, Arm arm)
public static CommandGroup getPath(Arm.ArmState start, Arm.ArmState destination, Arm arm)