Maurice 2025
Team 668's robot for Reefscape
Loading...
Searching...
No Matches
MyRobot Class Reference
Inheritance diagram for MyRobot:

Public Member Functions

None autonomousInit (self)
 
None autonomousPeriodic (self)
 
None disabledInit (self)
 
None disabledPeriodic (self)
 
None robotInit (self)
 
None teleopInit (self)
 
None teleopPeriodic (self)
 
None testInit (self)
 

Public Attributes

typing.Optional[commands2.Command] autonomousCommand = None
 
 container = robotcontainer.RobotContainer()
 

Detailed Description

Command v2 robots are encouraged to inherit from TimedCommandRobot, which
has an implementation of robotPeriodic which runs the scheduler for you

Member Function Documentation

◆ autonomousInit()

None autonomousInit ( self)
This autonomous runs the autonomous command selected by your RobotContainer class.

◆ autonomousPeriodic()

None autonomousPeriodic ( self)
This function is called periodically during autonomous

◆ disabledInit()

None disabledInit ( self)
This function is called once each time the robot enters Disabled mode.

◆ disabledPeriodic()

None disabledPeriodic ( self)
This function is called periodically when disabled

◆ robotInit()

None robotInit ( self)
This function is run when the robot is first started up and should be used for any
initialization code.

◆ teleopInit()

None teleopInit ( self)

◆ teleopPeriodic()

None teleopPeriodic ( self)
This function is called periodically during operator control

◆ testInit()

None testInit ( self)

Member Data Documentation

◆ autonomousCommand

typing.Optional[commands2.Command] autonomousCommand = None

◆ container


The documentation for this class was generated from the following file: