ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I just had the same error. It seemed I forgot to source my ros installation (where the octomap was installed) before the build.
After I sourced /opt/ros/noetic/setup.bash
it built just fine.