ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
PocoFoundation is part of poco, ensure that poco is installed from homebrew (or what ever package manager you are using).
The first error can occur when you use the ros headers (ros.h) but do not link against the ros library. It might be that your package does not find_package(...)
and then target_link_libraries(...)
roscpp.