ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Heya!!
I was facing this issue as well. You can try to add to your CMakeLists the following. As far as I know this will link the desired library to your executable.
target_link_libraries(${PROJECT_NAME}
i2c
)
Watch this thread for more information.
Hope it helps!!