FRC-Team-1710 / FRC1710-2018

Team 1710's robot code for 2018.
2 stars 0 forks source link

Create methods that generate .traj files for our pathfinder paths #38

Closed Team1710CTO closed 6 years ago

Team1710CTO commented 6 years ago

Our current Trajectory Following command generates a trajectory right there. This is not ideal as that process takes time. So to make sure our robot starts moving right when auto starts, we need to generate files (info on that can be found here) that will be read from at the start of auto and the robot will instantly follow the path.