Closed iydv closed 2 years ago
What OS and ROS version are you using? This repository runs CI on Xenial/Kinetic, Bionic/Melodic, and Focal/Noetic, all of which result in a successful build on the current master branch (as of 6 days ago). We would be happy to review and accept a PR with these changes if they are in fact necessary
I am using Ubuntu 20.04.3 LTS and Noetic. I am using recent yaml-cpp from Ubuntu repositories.
I have seen a similar issue in https://github.com/jbeder/yaml-cpp/issues/554#issue-292343341 discussion. According to @jbeder yaml-cpp/node/node.h
is a private header.
I believe this most likely was a result of using the "include only what you use" tool. If you create a PR we will get it merged
A fix has been merged. Thank you for reporting the issue.
Hi,
during compilation of the current master branch using
catkin build -DCMAKE_BUILD_TYPE=Release
command, I am getting following error:To fix this issue, I have replaced in the file
rct_ros_tools/include/rct_ros_tools/loader_utils.h
the following lineyaml-cpp/node/node.h
with
yaml-cpp/yaml.h
Can you please check and correct the issue ?