Solvedoctomap Error compiling OctoMap with existing ROS-provided version
mgarbade posts at
18 Answers
Share
Original✔️Accepted Answer
well, I just tried to use sudo commond to build the project and succeeded.
mkdir build && cd build
sudo cmake ..
make
But I still do not know why =.=
Other Answers:
I just solved this problem by this way:
fist check ros-indigo's octomap package in :/opt/ros/indigo/share/octomap/octomap-config-version.cmake,it's version is 1.6.9; then choose to git clone https://github.com/OctoMap/octomap/tree/v1.6-fixes; finally cmake &make.
Related Issues:
7
octomap Error compiling OctoMap with existing ROS-provided version
well I just tried to use sudo commond to build the project and succeeded But I still do not know why...
tried to install octomap:
after calling make the compilation fails upon
[...]
any idea how to fix this?