-
Notifications
You must be signed in to change notification settings - Fork 0
Luxonis Camera Gazebo Addition to Roomba
In order to extend the Roomba's capabilities we will see whether we can attach the OAK-D LITE Luxonis Camera to the Roomba.
Currenty, we are aiming to follow Luxonis Doc instructions here, for ROS2-Humble. Make sure you are logged into Docker Desktop first. I first chose to install dependencies from source here
Skipped this bc of error: MAKEFLAGS="-j1 -l1" colcon build
You might get a permission denied error running this: docker run -it -v /dev/:/dev/ --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix luxonis/depthai-ros:noetic-latest [CMD]
Follow the second step in this tutorial: https://linuxhandbook.com/docker-permission-denied/
When running the docker image make sure you have depthai-ros instead of depthai_ros as incorrectly stated in the first link above