Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
92b2b2539a5655620cd2aa4c67f85968819b313f
/
.
/
y2014
/
queues
/
profile_params.q
blob: 206ceff7423ed1441ab1ef3d009488d10e530b15 [
file
] [
log
] [
blame
]
Brian Silverman
b601d89
2015-12-20 18:24:38 -0500
[
diff
] [
blame
]
1
package
y2014
;
Brian Silverman
17f503e
2015-08-02 18:17:18 -0700
[
diff
] [
blame
]
2
3
struct
ProfileParams
{
4
double
velocity
;
5
double
acceleration
;
6
};