Skip to content

Commit

Permalink
Merge pull request #836 from cyberbotics/sync-master-c7a5f08
Browse files Browse the repository at this point in the history
Merge master into develop
  • Loading branch information
ygoumaz authored Jul 19, 2023
2 parents a13f089 + e7ae291 commit 7efd8a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_after_init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NIGHTLY_DATE=`date --date="${LAST_NIGHTLY_DAY_OLD} day ago" +"%-d_%-m_%Y"`
WEBOTS_NIGHTLY_VERSION="nightly_${NIGHTLY_DATE}"

apt update
apt install -y wget dialog apt-utils psmisc lsb-release git libyaml-cpp-dev
apt install -y wget dialog apt-utils psmisc lsb-release git
wget https://github.com/cyberbotics/webots/releases/download/${WEBOTS_NIGHTLY_VERSION}/webots_${WEBOTS_RELEASE_VERSION}_amd64.deb -O /tmp/webots.deb
apt install -y /tmp/webots.deb xvfb

Expand Down
1 change: 1 addition & 0 deletions webots_ros2_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ find_package(vision_msgs REQUIRED)
find_package(webots_ros2_msgs REQUIRED)
find_package(tinyxml2_vendor REQUIRED)
find_package(TinyXML2 REQUIRED)
find_package(yaml-cpp REQUIRED)
find_package(PythonLibs 3.10 EXACT REQUIRED)

add_custom_target(compile-lib-controller ALL
Expand Down
1 change: 1 addition & 0 deletions webots_ros2_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<depend>tinyxml2_vendor</depend>
<depend>webots_ros2_msgs</depend>
<depend>webots_ros2_importer</depend>
<depend>yaml-cpp</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 7efd8a6

Please sign in to comment.