Change OpenCR device and permissions to group dialout - #161
Conversation
|
Hi, @LucidOne With regard to dialout, we want to check compatibility issues. In this regard, I will discuss the matter further internally and decide whether to merge PR. |
|
Please let me know if you have any questions as I am currently working on some OEM integration tools for OpenCR and would really like to see something like this merged. Particularly symlinking Is Robotis moving to it's own VID/PID? |
It seems to be difficult due to driver support issue under WIN7. (There is also a problem with the boot loader change.)
DFU remains the same. |
|
@OpusK did you have a chance to look at https://git.sr.ht/~lucidone/dmxl |
Given modern security issues, it seems like making /dev/ttyACM0 world writable might not be the best choice, perhaps assigning it to group
dialoutwould be better.In addition to the updated udev rule, this does require that the user is added to the group
$ sudo usermod -a -G dialout $USERUnfortunately this does not update the current shell so the user needs to log out and back in or run the following command.
exec sg dialout newgrp `id -gn`Given that many robots have several serial ports, symlinking /dev/ttyACM0 to /dev/opencr0 for matching USB VID/PID seems helpful.
We are happy to help update the documentation if this can be merged.