TASRobotics / RaidZero-FRC-2019

Competition code for 2019 season
1 stars 0 forks source link

Pathgen error-checking #60

Open qsctr opened 5 years ago

qsctr commented 5 years ago

Since the path generator code will now be run directly on the computer interactively, we need to add some safety checks in the code to make sure it doesn't crash. This includes things like checking number of waypoints, checking velocity, etc.