FRCTeam2984 / DeepSpace2019

Vikings Robotics's code for DeepSpace 2019
MIT License
2 stars 10 forks source link

No path planning system #14

Closed grantpauker closed 5 years ago

grantpauker commented 5 years ago

There is currently no system decided upon to use for creating paths. Find one. One easy option appears to be cubic Hermite splines (https://en.wikipedia.org/wiki/Cubic_Hermite_spline).

grantpauker commented 5 years ago

32