gladiatorsprogramming1591 / Thunderclap

Robot Code for the Greece Gladiators FRC Team 1591 2020-21
https://www.gladiatorsrobotics.org/
1 stars 2 forks source link

Determine distances/angles of blue and red paths #12

Open dltompki opened 3 years ago

dltompki commented 3 years ago

Proposed Functionality

Come up with a list of instructions (move x distance, turn y degrees) to navigate each of the 4 paths for the galactic search challenge. You will have to determine what the starting points for each are (see #9). The robot should be able to follow these paths with enough accuracy to pick up all 3 power cells for a certain path.

Suggested Implementation

Create a command group (see below) that uses the commands from #11 and #10 to achieve the above.

Resources

https://docs.wpilib.org/en/stable/docs/software/commandbased/command-groups.html Issues #9 #10 #11