Revision eef47799
devices/DiWheelDrive/DiWheelDrive.cpp | ||
---|---|---|
216 | 216 |
frame.data32[1] = this->actualSpeed[1]; |
217 | 217 |
frame.DLC = 8; |
218 | 218 |
this->transmitMessage(&frame); |
219 |
// Send Message for either activate or deactivate it |
|
220 |
|
|
221 |
|
|
222 |
|
|
223 |
|
|
224 | 219 |
|
225 | 220 |
// Send the valocites µm/s of the x axis and µrad/s around z axis: end |
226 | 221 |
// Send the odometry: start |
devices/LightRing/userthread.cpp | ||
---|---|---|
24 | 24 |
* INSERT CUSTOM CODE HERE |
25 | 25 |
*/ |
26 | 26 |
|
27 |
|
|
28 |
|
|
29 | 27 |
this->sleep(MS2ST(1000)); |
30 | 28 |
} |
31 | 29 |
|
Also available in: Unified diff