mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
Junk removal
This commit is contained in:
@@ -615,13 +615,6 @@ message[10] = message[2] ^ message[3] ^ message[4] ^ message[5] ^ message[6] ^
|
|||||||
pocet = write(HCom, &message, 11);
|
pocet = write(HCom, &message, 11);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <cmath>
|
|
||||||
#include <chrono>
|
|
||||||
#include <thread>
|
|
||||||
#include <iostream>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
void CKobuki::Rotate(int degrees) {
|
void CKobuki::Rotate(int degrees) {
|
||||||
|
|
||||||
// convert raidans to degrees
|
// convert raidans to degrees
|
||||||
@@ -641,4 +634,5 @@ void CKobuki::Rotate(int degrees) {
|
|||||||
|
|
||||||
// Stop the robot after the rotation
|
// Stop the robot after the rotation
|
||||||
setRotationSpeed(0);
|
setRotationSpeed(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user