Skip to content

Commit b3d9efd

Browse files
authored
Update install-xsens.md
1 parent 60eff97 commit b3d9efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install-xsens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ yarpdev --list | grep xsensmtx
1919

2020
# Set rules to avoid needing sudo
2121

22-
In order to allow a non-sudoer to read data from the sensors connected via USB port, you need to add the following rule for udev system:
22+
In order to allow a non-sudoer to read data from the sensors connected via USB port, you need to add a rule for udev system.
23+
24+
Similar to the advice from [debian udev documentation](https://wiki.debian.org/udev), create `/etc/udev/rules.d/80-persistent-local-usb.rules` with the following contents:
2325
```
2426
KERNEL == "ttyUSB0", MODE = "0777"
2527
```
2628

27-
The advice from [debian udev documentation](https://wiki.debian.org/udev) is to define rules in a file named `z21\_persistent-local.rules`. If there is no such file, it is recommended to create one. Taking this in consideration, the file
28-
name and path should look like this: `/etc/udev/rules.d/z21\_persistent-local.rules`
2929

3030
# View XSENS data
3131

0 commit comments

Comments
 (0)