Skip to main content
Choose your installation method based on your needs. Docker is recommended for the fastest setup.

Troubleshooting

Camera not detected:
# Check USB connection
lsusb | grep -E "Intel|Luxonis"

# Add user to video group
sudo usermod -a -G video $USER
# Log out and back in
ROS2 not found:
# Source ROS2 environment
source /opt/ros/humble/setup.bash
echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
For more help, see the full troubleshooting guide.

What’s Next?