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 TypeMethodDescriptionvoiddrawImpl()Draw to AdvantageScope unconditionally.voidscoreAlgaeInBarge(DriverStation.Alliance alliance, double yPos) Put algae in the bargevoidscoreAlgaeInProcessor(DriverStation.Alliance alliance, double yPos) Put algae in the processorvoidscoreCoral(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:DrawableDraw to AdvantageScope unconditionally.
-