Skip to content

Commit

Permalink
add dependent packages to build check scripts.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya committed Apr 30, 2024
1 parent c273b58 commit 38f50fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-verification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function install_prerequisites () {
echo "[${FUNCNAME[0]}]: update and install dependent packages."
apt update && apt upgrade -y
apt install -y ros-${ROS_DISTRO}-desktop ros-${ROS_DISTRO}-rmw-cyclonedds-cpp --no-install-recommends
apt install -y libyaml-cpp-dev libboost-program-options-dev libboost-filesystem-dev
cd $there
}

Expand Down

0 comments on commit 38f50fe

Please sign in to comment.