Package frc.robot.sim
Class SimulatedRobotState
java.lang.Object
frc.robot.sim.SimulatedRobotState
Simulated state of the robot
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AdjustableHoodSimfinal ClimberSimfinal IndexerSimfinal IntakeSimfinal ShooterSimfinal SwerveSimSwerve statefinal TurretSimfinal VisionSim -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
swerveDrive
Swerve state -
turret
-
adjustableHood
-
shooter
-
intake
-
indexer
-
climber
-
visionSim
-
-
Constructor Details
-
SimulatedRobotState
Create new robot simulation
-
-
Method Details
-
getGroundTruthPose
Get the drivetrain pose. -
update
public void update()Update the simulation. Must be called once per iteration.
-