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