Package frc.lib.util.viz
Class FieldViz
java.lang.Object
frc.lib.util.viz.FieldViz
- All Implemented Interfaces:
Drawable
Visualization for the whole field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawImpl()
Draw to AdvantageScope unconditionally.void
scoreAlgaeInBarge
(DriverStation.Alliance alliance, double yPos) Put algae in the bargevoid
scoreAlgaeInProcessor
(DriverStation.Alliance alliance, double yPos) Put algae in the processorvoid
scoreCoral
(DriverStation.Alliance alliance, ScoringLocation.CoralLocation branch, ScoringLocation.Height height) Put coral on the reef
-
Constructor Details
-
FieldViz
public FieldViz()
-
-
Method Details
-
scoreCoral
public void scoreCoral(DriverStation.Alliance alliance, ScoringLocation.CoralLocation branch, ScoringLocation.Height height) Put coral on the reef -
scoreAlgaeInBarge
Put algae in the barge -
scoreAlgaeInProcessor
Put algae in the processor -
drawImpl
public void drawImpl()Description copied from interface:Drawable
Draw to AdvantageScope unconditionally.
-