commit | 18f4417da667f83b18733c7ecd4eeffa92be36d3 | [log] [tgz] |
---|---|---|
author | Adam Snaider <adsnaider@gmail.com> | Sat Oct 22 15:30:21 2016 -0700 |
committer | Adam Snaider <adsnaider@gmail.com> | Sat Oct 22 15:30:21 2016 -0700 |
tree | 2b891f5774d6ae5cde2376fb200bc520712ef4d0 | |
parent | 3f3deb7a5fa70bb01b669b4b57127613c8e0e84d [diff] [blame] |
Third robot commit. All tests pass! Change-Id: I086248537f075fd06afdfb3e94670eb7646aaf6c
diff --git a/y2016_bot3/queues/profile_params.q b/y2016_bot3/queues/profile_params.q new file mode 100644 index 0000000..351682d --- /dev/null +++ b/y2016_bot3/queues/profile_params.q
@@ -0,0 +1,6 @@ +package y2016_bot3; + +struct ProfileParams { + double velocity; + double acceleration; +};