Skip to content

Commit 644bdcf

Browse files
MaximilienNaveauolivier-stasse
authored andcommitted
[CI update] install the robotpkg binaries
1 parent d563f65 commit 644bdcf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci_ubuntu20_04_foxy_ros2.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
required-ros-distributions: foxy
2828

29+
#
30+
# Setup the machines and build environment
31+
#
32+
- name: Setup laas packages.
33+
uses: machines-in-motion/mim_github_actions/setup_laas_packages@main
34+
2935
#
3036
# Checkout the current branch
3137
#
@@ -43,7 +49,8 @@ jobs:
4349
cd $ROS_WORKSPACE/src
4450
ln -s /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge .
4551
git clone -b devel --single-branch --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git
46-
52+
git clone -b devel --single-branch --recursive https://github.com/stack-of-tasks/sot-core.git
53+
4754
#
4855
# Build dep and checkout from source.
4956
#

0 commit comments

Comments
 (0)