Skip to content

Commit e4b6fc3

Browse files
committed
Disable testing on Zed
1 parent eabe1a2 commit e4b6fc3

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
clearpath_platform_description
5050
clearpath_sensors_description
5151
franka_description
52-
zed_wrapper
5352
vcs-repo-file-url: source-only-dep.repos
5453
colcon-extra-args: --packages-skip zed_components
5554
clearpath_common_src_ci:
@@ -75,7 +74,6 @@ jobs:
7574
clearpath_platform_description
7675
clearpath_sensors_description
7776
franka_description
78-
zed_wrapper
7977
vcs-repo-file-url: dependencies.repos
8078
colcon-extra-args: --packages-skip zed_components
8179
clearpath_common_src_head_ci:
@@ -119,7 +117,6 @@ jobs:
119117
clearpath_platform_description
120118
clearpath_sensors_description
121119
franka_description
122-
zed_wrapper
123120
vcs-repo-file-url: updated_dependencies.repos
124121
colcon-extra-args: --packages-skip zed_components
125122
clearpath_common_src_base_ci:
@@ -160,6 +157,5 @@ jobs:
160157
clearpath_platform_description
161158
clearpath_sensors_description
162159
franka_description
163-
zed_wrapper
164160
vcs-repo-file-url: updated_dependencies.repos
165161
colcon-extra-args: --packages-skip zed_components

clearpath_sensors_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<exec_depend>microstrain_inertial_description</exec_depend>
2222
<exec_depend>realsense2_description</exec_depend>
2323
<exec_depend>velodyne_description</exec_depend>
24-
<test_depend>zed_wrapper</test_depend>
24+
<!-- <test_depend>zed_wrapper</test_depend> -->
2525

2626
<export>
2727
<build_type>ament_cmake</build_type>

dependencies.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ repositories:
1111
type: git
1212
url: https://github.com/frankarobotics/franka_description.git
1313
version: jazzy
14-
zed-ros2-wrapper:
15-
type: git
16-
url: https://github.com/stereolabs/zed-ros2-wrapper.git
17-
version: jazzy

source-only-dep.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ repositories:
33
type: git
44
url: https://github.com/frankarobotics/franka_description.git
55
version: jazzy
6-
zed-ros2-wrapper:
7-
type: git
8-
url: https://github.com/stereolabs/zed-ros2-wrapper.git
9-
version: jazzy

0 commit comments

Comments
 (0)