Skip to content

Commit 902aace

Browse files
authored
Add details about udev daemon refresh
1 parent b8be5d8 commit 902aace

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/75-sensors/02-luxonis.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,19 @@ sudo apt install ros-jazzy-depthai-ros
1919

2020
## Startup
2121

22-
You need to have the following udev rule for the camera to be detected and work properly
22+
You need to have the following udev rule for the camera to be detected and work properly, you can place it for example in `/etc/udev/rules.d/60-luxonis.rules`
2323

24-
```
24+
```bash
2525
SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", OWNER="mrs", MODE="0666"
2626
```
2727

28+
After that refresh the udev daemon or reboot:
29+
30+
```bash
31+
sudo udevadm control --reload
32+
sudo udevadm trigger
33+
```
34+
2835
Then the launch command will work
2936

3037
```bash

0 commit comments

Comments
 (0)