File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 39
39
moveit2.repos
40
40
$(f="moveit2_$(sed 's/-.*$//' <<< "${{ matrix.env.IMAGE }}").repos"; test -r $f && echo $f)
41
41
# Pull any updates to the upstream workspace (after restoring it from cache)
42
- AFTER_SETUP_UPSTREAM_WORKSPACE : apt remove -y ros-$ROS_DISTRO-geometric-shapes; vcs pull $BASEDIR/upstream_ws/src
42
+ AFTER_SETUP_UPSTREAM_WORKSPACE : vcs pull $BASEDIR/upstream_ws/src
43
43
AFTER_SETUP_DOWNSTREAM_WORKSPACE : vcs pull $BASEDIR/downstream_ws/src
44
44
# Clear the ccache stats before and log the stats after the build
45
45
AFTER_SETUP_CCACHE : ccache --zero-stats --max-size=10.0G
Original file line number Diff line number Diff line change 1
1
repositories:
2
2
# Keep moveit_* repos here because they are released with moveit
3
- geometric_shapes:
4
- type: git
5
- url: https://github.com/moveit/geometric_shapes.git
6
- version: ros2
7
3
moveit_msgs:
8
4
type: git
9
5
url: https://github.com/moveit/moveit_msgs.git
@@ -12,7 +8,3 @@ repositories:
12
8
type: git
13
9
url: https://github.com/moveit/moveit_resources.git
14
10
version: ros2
15
- srdfdom:
16
- type: git
17
- url: https://github.com/moveit/srdfdom.git
18
- version: ros2
You can’t perform that action at this time.
0 commit comments