Skip to content

Commit 1a106d4

Browse files
RoseFlunderStuart Alldritt
authored andcommitted
bump sdk version to 1.2.0 and bt sdk to 0.9.2 (opencv#68)
* bump sdk version to 1.2.0 and bt sdk to 0.9.2 * bump sdk version to 1.2 in azure-pipeline
1 parent be9a528 commit 1a106d4

File tree

6 files changed

+9
-1236
lines changed

6 files changed

+9
-1236
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ message("Finding K4A SDK binaries")
8686
unset(k4a_DIR CACHE)
8787

8888
# Force running the Findk4a.cmake module
89-
find_package(k4a 1.1.0 QUIET MODULE REQUIRED)
89+
find_package(k4a 1.2.0 QUIET MODULE REQUIRED)
9090
set(K4A_LIBS k4a::k4a;k4a::k4arecord)
9191

9292
# Try to find and enable the body tracking SDK
93-
find_package(k4abt 0.9.1 QUIET MODULE)
93+
find_package(k4abt 0.9.2 QUIET MODULE)
9494
if (k4abt_FOUND)
9595
list(APPEND K4A_LIBS k4abt::k4abt)
9696
message(STATUS "Body Tracking SDK found: compiling support for Body Tracking")

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Download and install the Azure Kinect Sensor SDK
5656
- powershell: |
57-
wget http://download.microsoft.com/download/E/B/D/EBDBB3C1-ED3F-4236-96D6-2BCB352F3710/Azure%20Kinect%20SDK%201.1.0.msi -OutFile $(Build.SourcesDirectory)\sdk.msi
57+
wget http://download.microsoft.com/download/1/9/8/198048e8-63f2-45c6-8f96-1fd541d1b4bc/Azure%20Kinect%20SDK%201.2.0.msi -OutFile $(Build.SourcesDirectory)\sdk.msi
5858
$(Build.SourcesDirectory)\sdk.msi /passive
5959
6060
# Build the catkin workspace
@@ -94,9 +94,9 @@ jobs:
9494
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
9595
sudo apt-add-repository https://packages.microsoft.com/ubuntu/18.04/prod
9696
sudo apt-get update
97-
echo libk4a1.1 libk4a1.1/accept-eula boolean true | sudo debconf-set-selections
98-
echo libk4a1.1 libk4a1.1/accepted-eula-hash string 0f5d5c5de396e4fee4c0753a21fee0c1ed726cf0316204edda484f08cb266d76 | sudo debconf-set-selections -u
99-
sudo apt-get -y install libk4a1.1-dev
97+
echo libk4a1.2 libk4a1.2/accept-eula boolean true | sudo debconf-set-selections
98+
echo libk4a1.2 libk4a1.2/accepted-eula-hash string 0f5d5c5de396e4fee4c0753a21fee0c1ed726cf0316204edda484f08cb266d76 | sudo debconf-set-selections -u
99+
sudo apt-get -y install libk4a1.2-dev
100100
displayName: Install the Azure Kinect Sensor SDK
101101
102102
# Build the catkin workspace

0 commit comments

Comments
 (0)