diff --git a/.github/workflows/focal_noetic.yml b/.github/workflows/focal_noetic.yml index 44fcc4a9..61cf21e4 100644 --- a/.github/workflows/focal_noetic.yml +++ b/.github/workflows/focal_noetic.yml @@ -53,7 +53,7 @@ jobs: CI_NAME: focal OS_NAME: ubuntu OS_CODE_NAME: focal - ROS_REPO: main + UPSTREAM_WORKSPACE: dependencies.repos PREFIX: ${{ github.repository }}_ CMAKE_ARGS: '-DENABLE_TESTING=ON -DENABLE_RUN_TESTING=OFF' BEFORE_RUN_TARGET_TEST_EMBED: 'ici_with_unset_variables source $BASEDIR/${PREFIX}target_ws/install/setup.bash' diff --git a/README.md b/README.md index d00d951c..2b19ed62 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ cd .. Install the dependencies ``` bash +vcs import src < src/reach/dependencies.repos rosdep install --from-paths src --ignore-src -r -y ``` diff --git a/dependencies.repos b/dependencies.repos new file mode 100644 index 00000000..7e92d544 --- /dev/null +++ b/dependencies.repos @@ -0,0 +1,4 @@ +- git: + local-name: boost_plugin_loader + uri: https://github.com/tesseract-robotics/boost_plugin_loader.git + version: 4b033614eb6d49f33d1995c2aeb1f3f691576041