hackbots-3414 / 2021-Infinite_Recharge_At_Home

Hackbots repo for 2021's Infinite Recharge At Home game
GNU General Public License v3.0
1 stars 0 forks source link

Pathfinder Proof of Concept #10

Open bczdog opened 3 years ago

bczdog commented 3 years ago

Open the WPILib directions, calibrate Path Finder for one of the chassis, draw a path. Get chassis to follow the path.

bczdog commented 3 years ago

I did get frc-characterization to create a project. It is very picky and provides little help when things go wrong. I never saw Access denied, so not sure what did that. Maybe a zombie python process?

My mistakes were spelling True and False in Java lowercase, and it wanted Python Capitalized. Once I fixed that, I got Robot.java and the rest.