Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f44f12466bf3c1a449c46e6615f39c36b71d4210
/
.
/
y2014
/
queues
/
profile_params.q
blob: e7ffe9a254d6820aeda85369566eb93b37ba7c68 [
file
] [
log
] [
blame
]
package
frc971
;
struct
ProfileParams
{
double
velocity
;
double
acceleration
;
};