Package | Description |
---|---|
frc.team670.robot.commands.arm.armTransitions | |
frc.team670.robot.utils.sort |
Modifier and Type | Class and Description |
---|---|
class |
ArmTransition
The base for arm transitions.
|
class |
CommonTransition
A common transition that can be used to move the arm straight to any
position.
|
class |
GrabBallIntakeToBackCargo
A common transition that can be used to move the arm straight to any
position.
|
class |
GrabBallIntakeToNeutral
A common transition that can be used to move the arm straight to any
position.
|
class |
NeutralToGrabBallIntake
A common transition that can be used to move the arm straight to any
position.
|
class |
NeutralToStow
A common transition that can be used to move the arm straight to any
position.
|
Modifier and Type | Method and Description |
---|---|
int |
NeutralToStow.compareTo(Edge o) |
int |
NeutralToGrabBallIntake.compareTo(Edge o) |
int |
GrabBallIntakeToNeutral.compareTo(Edge o) |
int |
GrabBallIntakeToBackCargo.compareTo(Edge o) |
int |
CommonTransition.compareTo(Edge o) |
Modifier and Type | Method and Description |
---|---|
Edge[] |
Node.getEdges() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Edge> |
AStarSearch.search(Node start,
Node destination)
Runs the search function, returning a List ordered in the Edges to take from one start Node to destination
|
static java.util.List<Edge> |
BreadthFirstSearch.search(Node start,
Node destination) |
static java.util.List<Edge> |
DepthFirstSearch.search(Node start,
Node destination) |