diff --git a/udev_rules/58-rhoeby-scanner2d.rules b/udev_rules/58-rhoeby-scanner2d.rules new file mode 100644 index 0000000..a8a6b0b --- /dev/null +++ b/udev_rules/58-rhoeby-scanner2d.rules @@ -0,0 +1,2 @@ +# Rhoeby Dynamics R2D LiDAR +KERNEL=="ttyACM?", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", MODE="0666", SYMLINK+="rhoeby_R2D" diff --git a/udev_rules/README.md b/udev_rules/README.md new file mode 100644 index 0000000..823a570 --- /dev/null +++ b/udev_rules/README.md @@ -0,0 +1 @@ +Copy the file `58-rhoeby-scanner2d.rules` to `/etc/udev/rules.d` to automatically set permissions so that all users can read and write to the device.