Skip to content
Snippets Groups Projects
Commit 4e47cfa5 authored by Hoop77's avatar Hoop77
Browse files

ultrasonic should work now...

parent 0204bedc
Branches
No related merge requests found
......@@ -122,6 +122,7 @@ add_library(ultrasonic ${USS_SOURCE_FILES})
add_dependencies(ultrasonic ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_generate_messages_cpp)
target_link_libraries(ultrasonic
${catkin_LIBRARIES}
libwiringPi.so
)
add_library(camera src/camera/Camera.cpp)
......
......@@ -28,6 +28,7 @@ USS_SRF02::USS_SRF02(int devId)
{
this->fd = -1; //no file opened yet
this->devId = devId;
setup();
}
int USS_SRF02::getDistance()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment