Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
885c6da823a7a3e105f7776c46b5624a4ffec878
/
.
/
y2014
/
queues
/
profile_params.q
blob: e7ffe9a254d6820aeda85369566eb93b37ba7c68 [
file
] [
log
] [
blame
]
Brian Silverman
17f503e
2015-08-02 18:17:18 -0700
[
diff
] [
blame
]
1
package
frc971
;
2
3
struct
ProfileParams
{
4
double
velocity
;
5
double
acceleration
;
6
};