mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
testing fault in my code
This commit is contained in:
@@ -7,7 +7,7 @@ find_package( OpenCV REQUIRED )
|
||||
set(SOURCE_FILES
|
||||
src/CKobuki.cpp
|
||||
src/CKobuki.h
|
||||
src/main.cpp)
|
||||
src/test.cpp)
|
||||
|
||||
add_executable(kobuki_control ${SOURCE_FILES})
|
||||
#target_link_libraries(kobuki_control )
|
@@ -50,7 +50,7 @@ int command(){
|
||||
straight;
|
||||
break;
|
||||
case 2:
|
||||
turnRight;
|
||||
robot.doRotation(1);
|
||||
break;
|
||||
case 3:
|
||||
turnLeft;
|
||||
|
Reference in New Issue
Block a user