ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had a few linking issues with boost installing Fuerte on Mountain Lion. You can fix that one by modifying bond_core/bondcpp/CMakeLists.txt to include "rosbuild_link_boost(${PROJECT_NAME} thread system)" at the end of the file to link against boost thread:
22) target_link_libraries(${PROJECT_NAME})
23) rosbuild_link_boost(${PROJECT_NAME} thread system)