Skip to content

Commit 330d341

Browse files
authored
Merge pull request #128 from zivid/update-to-sdk-2.14.2
Update to Zivid SDK 2.14.2
2 parents 6c6e4f3 + af92928 commit 330d341

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ROS-commit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 22 * * *'
99

1010
env:
11-
NEWEST_ZIVID_VERSION: '2.14.1+b4e8f261-1'
11+
NEWEST_ZIVID_VERSION: '2.14.2+1a322f18-1'
1212

1313
jobs:
1414
code-analysis:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: true
7777
matrix:
78-
zivid-version: ['2.9.0+4dbba385-1', '2.10.0+8ce7dae3-2', '2.10.1+50b274e8-7', '2.11.0+95829246-1', '2.11.1+de9b5dae-1', '2.12.0+6afd4961-1', '2.13.0+99a4ce9e-1', '2.13.1+18e79e79-1', '2.14.0+e4a0c4a9-1']
78+
zivid-version: ['2.9.0+4dbba385-1', '2.10.0+8ce7dae3-2', '2.10.1+50b274e8-7', '2.11.0+95829246-1', '2.11.1+de9b5dae-1', '2.12.0+6afd4961-1', '2.13.0+99a4ce9e-1', '2.13.1+18e79e79-1', '2.14.0+e4a0c4a9-1', '2.14.1+b4e8f261-1']
7979
ros-distro: ['ros:humble-ros-base-jammy']
8080
steps:
8181
- name: Check out code
@@ -87,7 +87,7 @@ jobs:
8787
CI_TEST_ZIVID_VERSION=${{ matrix.zivid-version }} \
8888
CI_TEST_OS=${{ matrix.ros-distro }} \
8989
CI_TEST_COMPILER="g++" \
90-
CI_TEST_DOWNLOAD_TELICAM=${{ (matrix.zivid-version == '2.12.0+6afd4961-1' || matrix.zivid-version == '2.13.0+99a4ce9e-1' || matrix.zivid-version == '2.13.1+18e79e79-1' || matrix.zivid-version == '2.14.0+e4a0c4a9-1') && '0' || '1' }} \
90+
CI_TEST_DOWNLOAD_TELICAM=${{ (matrix.zivid-version == '2.12.0+6afd4961-1' || matrix.zivid-version == '2.13.0+99a4ce9e-1' || matrix.zivid-version == '2.13.1+18e79e79-1' || matrix.zivid-version == '2.14.0+e4a0c4a9-1' || matrix.zivid-version == '2.14.1+b4e8f261-1') && '0' || '1' }} \
9191
./continuous-integration/run_build_and_test_in_docker.sh
9292
- name: Notify Teams
9393
if: ${{ failure() && github.ref == 'refs/heads/master' }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Zivid SDK 2.13 or older, or use the [`ros1-sdk-2.14.0` branch](https://github.co
3737

3838
### Zivid SDK
3939

40-
To use the ROS driver you need to download and install the "Zivid Core" package. Zivid SDK version 2.9.0 to 2.14.1 is
40+
To use the ROS driver you need to download and install the "Zivid Core" package. Zivid SDK version 2.9.0 to 2.14.2 is
4141
supported. See [releases](https://github.com/zivid/zivid-ros/releases) for older ROS driver releases
4242
that supports older SDK versions.
4343

0 commit comments

Comments
 (0)