TASRobotics / RaidZero-FRC-2019

Competition code for 2019 season
1 stars 0 forks source link

Robot code for reading path data #71

Open qsctr opened 5 years ago

qsctr commented 5 years ago

Depends on format in #70 if we are going straight to multi-path.

Otherwise, current format is:

{
    waypoints: {
        x: number;
        y: number;
        angle?: number;
    }[];
}