curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo apt-add-repository https://packages.microsoft.com/ubuntu/18.04/multiarch/prod
sudo apt-get update
sudo apt-get install k4a-tools
sudo apt search k4a
sudo apt-get install libk4a1.4-dev
cd /etc/udev/rules.d/
sudo nano 99-k4a.rules
3. go to page with rules -- https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/scripts/99-k4a.rules
k4aviewer
5. Go to ROS driver website -- https://github.com/microsoft/Azure_Kinect_ROS_Driver
cd catkin_ws/src
git clone https://github.com/microsoft/Azure_Kinect_ROS_Driver.git
cd ../
catkin_make --force-cmake
6. For jetson nano users this will not work due to opencv and cv_bridge issue. This is because the Jetpack installs opencv4 and does not create a opencv folder in the usr repository. Follow the below instructions the issue is described in this git --ros-perception/vision_opencv#329
7. Install opencv from source 3.x --https://ultrakid.tistory.com/10
sudo ln -s /usr/include/opencv4/ /usr/include/opencv
catkin_make --force-cmake
roslaunch azure_kinect_ros_driver driver.launch
source devel/setup.bash