ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had the same conflict. The conflict was actually between yaml-cpp and libyaml-cpp-dev.
sudo apt-get remove ^ros*
sudo apt-get remove yaml-cpp
sudo apt-get install ros-groovy-desktop-full
resolved my issue.
2 | No.2 Revision |
I had the same conflict. The conflict was actually between yaml-cpp and libyaml-cpp-dev.
sudo apt-get remove ^ros*
sudo apt-get remove --purge yaml-cpp
sudo apt-get install ros-groovy-desktop-full
resolved my issue.