Skip to content

Commit 280ea72

Browse files
committed
Fix YAML dependency
1 parent d8d9fe9 commit 280ea72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_ros_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rosdep update
2929
# Only needed for CI due to base install
3030
sudo apt-get install ros-$ROS_DISTRO-vision-opencv \
3131
ros-$ROS_DISTRO-image-transport \
32-
yaml-cpp-dev
32+
libyaml-cpp-dev
3333

3434
if [[ "$DISTRO" == "xenial" ]]; then
3535
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test

0 commit comments

Comments
 (0)