ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The new linker coming with Ubuntu Oneiric is less tolerant regarding the order of linker flags than previous versions.
A quick and dirty way to have ar_pose compile & link is to run this command in the ar_pose directory:
sed '/^#rosbuild_gensrv\(\)/a set\(CMAKE_EXE_LINKER_FLAGS -Wl,--no-as-needed\)' -i CMakeLists.txt