Skip to content

A robot for the 2017-2018 season VEX IQ Ringmaster Challenge Using RobotC

License

Notifications You must be signed in to change notification settings

lights0123/2017VEXIQRingMaster

Repository files navigation

2017VEXIQRingMaster

Note about C++

Unfortunately, RobotC does not support C++, only C. However, it mixes in some C++ ideas that my IDE, CLion, will show errors about. I discovered that if I save the file as a C++ file, both peices of software are happy.

Files

  • driveOnly.cpp: a robot with a drivetrain consisting of one motor controlling forward/backward motion
  • main.cpp: a robot with the above drivetrain, and a system with an arm lifting a rotator with miniArms.
  • standardDriveOnly.cpp: a robot with a standard drivetrain, with seperate left/right motors
  • standardDrive.cpp: a robot with the above drivetrain, and a system with an arm lifting a rotator with miniArms.

November 22, 2017

Today, our team won the Excellence award at the state qualifier game in Sheffield, Ohio. The code shown in this repository was a key factor to us winning, along with some additional research. We will be going to the Ohio State Championship in February.

February 23, 2018

Today, we won the Create award at the Vex IQ Ohio State Championships. Unfortunately, this did not qualify our team for worlds. However, the judges were impressed by our use of this code, along with some clever mechanical engineering in our robot.

About

A robot for the 2017-2018 season VEX IQ Ringmaster Challenge Using RobotC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages