fix driver

This commit is contained in:
2024-11-04 09:27:05 +01:00
parent 6f17c1ed6f
commit 9c5825fd61

View File

@@ -727,7 +727,7 @@ void CKobuki::goToXy(long double xx, long double yy) {
return; return;
} }
void CKobuki::forward(int speedvalue, long double distance) { void CKobuki::forward(int speedvalue) {
// Use the goStraight logic to determine the speed and distance // Use the goStraight logic to determine the speed and distance
// Calculate the actual speed and radius values based on the conversion table // Calculate the actual speed and radius values based on the conversion table