blob: 351682d05710aec90e0b11a8f9777dc318e053d9 [file] [log] [blame]
Adam Snaider18f44172016-10-22 15:30:21 -07001package y2016_bot3;
2
3struct ProfileParams {
4 double velocity;
5 double acceleration;
6};