Skip to content

Instantly share code, notes, and snippets.

@grassjelly
Created December 18, 2022 16:31
Show Gist options
  • Save grassjelly/b40c493b48ca3da8767531e0bf080d09 to your computer and use it in GitHub Desktop.
Save grassjelly/b40c493b48ca3da8767531e0bf080d09 to your computer and use it in GitHub Desktop.

1. Add UDVE Rules

echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"' | sudo tee /etc/udev/rules.d/80-movidius.rules
sudo udevadm control --reload-rules && sudo udevadm trigger

2. Install ROS2 Driver

sudo apt install ros-galactic-depthai-ros

3. Run ROS2 Driver

ros2 launch depthai_examples stereo.launch.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment