File tree Expand file tree Collapse file tree 6 files changed +9
-1236
lines changed
include/azure_kinect_ros_driver Expand file tree Collapse file tree 6 files changed +9
-1236
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ message("Finding K4A SDK binaries")
8686unset (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)
9090set (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)
9494if (k4abt_FOUND)
9595 list (APPEND K4A_LIBS k4abt::k4abt)
9696 message (STATUS "Body Tracking SDK found: compiling support for Body Tracking" )
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments