We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9fe9 commit 280ea72Copy full SHA for 280ea72
tools/install_ros_deps.sh
@@ -29,7 +29,7 @@ rosdep update
29
# Only needed for CI due to base install
30
sudo apt-get install ros-$ROS_DISTRO-vision-opencv \
31
ros-$ROS_DISTRO-image-transport \
32
- yaml-cpp-dev
+ libyaml-cpp-dev
33
34
if [[ "$DISTRO" == "xenial" ]]; then
35
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
0 commit comments