Skip to content

FTC3486/OpModes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

OpModes

Welcome to the OpModes submodule of the Techno Warriors Advanced #3486 FTC Robotics repository! Here, we store season-specific opmodes and robot files.

TeleOp Files

TeleOp files contain information about driver controlled robot movement using joysticks for the two-minute driver-controlled period of an FTC match. TeleOp files define the robot operations performed when each joystick button is pressed. The TeleOp files require Robot files which define robot hardware and subsystems.

Autonomous Files

Autonomous files contain instructions to drive the robot without human control for the 30 autonomous period at the beginning of each FTC match. The autonomous files have access to robot subsystems for direct control and autodriver classes (in the RobotCoreExtensions submodule) can drive the robot using special sensors and logic.

Robot Files

Robot files list and name the hardware pieces for each robot subsystem. The robot class packages the robot hardware into one class for reusability and controlled access for each subsystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages