Nabil says that we should include a step in the Readme for running these undev rules in the host machine or the docker for the Azure wont work:
wget -O "99-k4a.rules" "https://robotics.upo.es/~nbousan/azure_kinect_libraries/99-k4a.rules"
#Install udev rules for Azure Kinect
RUN sudo cp 99-k4a.rules /etc/udev/rules.d/99-k4a.rules &&
sudo chmod 777 /etc/udev/rules.d/99-k4a.rules
Those lines are from the Azure_Kinect_ROS2_Driver/tree/ros2
Nabil says that we should include a step in the Readme for running these undev rules in the host machine or the docker for the Azure wont work:
wget -O "99-k4a.rules" "https://robotics.upo.es/~nbousan/azure_kinect_libraries/99-k4a.rules"
#Install udev rules for Azure Kinect
RUN sudo cp 99-k4a.rules /etc/udev/rules.d/99-k4a.rules &&
sudo chmod 777 /etc/udev/rules.d/99-k4a.rules
Those lines are from the Azure_Kinect_ROS2_Driver/tree/ros2