Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
y2016
/
queues
/
profile_params.q
blob: 56b2ab3bc0efc527d5d2bdcf96050741d038285b [
file
] [
log
] [
blame
]
Comran Morshed
6c6a0a9
2016-01-17 12:45:16 +0000
[
diff
] [
blame
]
1
package
y2016
;
2
3
struct
ProfileParams
{
4
double
velocity
;
5
double
acceleration
;
6
};