Interface SimulationConstants
public interface SimulationConstants
SimulationConstants
A collection of constants used within our MapleSim code and other related sim classes.
This includes things like component offsets, physical constants, and any other values that are relevant to the simulation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContains simulation constants related to our drivetrain and its componentsstatic interfaceContains simulation constants related to our physical hopper.static interfaceContains simulation constants related to the intake subsystemstatic final recordRecord that holds CAD Offsetsstatic interfaceContains simulation constants related to the shooter subsystem -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final edu.wpi.first.math.geometry.Pose2d[]Starting positions for the robots in the simulation.static final BooleanBoolean for whetherArena2026Rebuiltefficiency mode is enabled.
-
Field Details
-
ROBOTS_STARTING_POSITIONS
Starting positions for the robots in the simulation. -
SPAWN_GAMEPIECES_SPARSELY
Boolean for whetherArena2026Rebuiltefficiency mode is enabled. When true, less game pieces will be spawned. If false, the normal amount will spawn.
-