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

  • Field Details

    • ROBOTS_STARTING_POSITIONS

      static final edu.wpi.first.math.geometry.Pose2d[] ROBOTS_STARTING_POSITIONS
      Starting positions for the robots in the simulation.
    • SPAWN_GAMEPIECES_SPARSELY

      Boolean for whether Arena2026Rebuilt efficiency mode is enabled. When true, less game pieces will be spawned. If false, the normal amount will spawn.