ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Regarding one of the compilation errors above: pcl compilation error Patch and ticket submitted to https://code.ros.org/trac/ros-pkg/ticket/5054
2 | No.2 Revision |
Regarding one of the compilation errors above:
above:
pcl compilation error
error
Patch and ticket submitted to https://code.ros.org/trac/ros-pkg/ticket/5054
3 | No.3 Revision |
Regarding one of the compilation errors above:
pcl compilation error
Patch and ticket submitted to https://code.ros.org/trac/ros-pkg/ticket/5054
pcl_ros also had problems with gcc 4.6.
In the end, I had to specify the compiler as gcc-4.5 and g++-4.5, by adding
set (CMAKE_C_COMPILER gcc-4.5)
set (CMAKE_CXX_COMPILER g++4.5)
after the rosbuild directives in CMakeLists.txt for pcl_ros.
As for kdl, the patches are already applied, but the Makefile is trying to apply the patch again. The fix is to remove the patching line in the Makefile of the kdl package.