We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d563f65 commit 644bdcfCopy full SHA for 644bdcf
.github/workflows/ci_ubuntu20_04_foxy_ros2.yml
@@ -26,6 +26,12 @@ jobs:
26
with:
27
required-ros-distributions: foxy
28
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
+
35
#
36
# Checkout the current branch
37
@@ -43,7 +49,8 @@ jobs:
43
49
cd $ROS_WORKSPACE/src
44
50
ln -s /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge .
45
51
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
47
54
48
55
# Build dep and checkout from source.
56
0 commit comments