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
|
set(SOURCE_FILES
|
||||||
src/CKobuki.cpp
|
src/CKobuki.cpp
|
||||||
src/CKobuki.h
|
src/CKobuki.h
|
||||||
src/main.cpp)
|
src/test.cpp)
|
||||||
|
|
||||||
add_executable(kobuki_control ${SOURCE_FILES})
|
add_executable(kobuki_control ${SOURCE_FILES})
|
||||||
#target_link_libraries(kobuki_control )
|
#target_link_libraries(kobuki_control )
|
@@ -50,7 +50,7 @@ int command(){
|
|||||||
straight;
|
straight;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
turnRight;
|
robot.doRotation(1);
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
turnLeft;
|
turnLeft;
|
||||||
|
Reference in New Issue
Block a user