Skip to content
Eliot Hall edited this page Oct 12, 2024 · 6 revisions

General

On ubuntu 22.04, install Humble. On ubuntu 24.04, install Jammy. If running on a machine that has GPIO pins to use a compass, then make sure to uncomment the line <exec_depend>python3-adafruit-blinka-pip</exec_depend> in src/urc_intelsys_2024/package.xml

WSL

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

Linux + Mac VM

  • Install ROS for your ubuntu version
  • Run the following command:
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
  • Follow steps in the README.md

Clone this wiki locally