Hi,
I think we should create a set of udev rules for our usb devices. Right now we created this rules for Linda so the laser is connected to /dev/laser instead of /dev/ttyUSB0 and the can bus to /dev/can instead of /dev/ttyUSB2.
This would only mean replacing the name for these devices on:
scitos_drivers / scitos_mira / resources / SCITOSRobotAttributes.xml
and
scitos_drivers / sicks300 / launch / s300.launch
@gestom can send instructions on how to do this but he would need to make sure that the device IDs for every device on the robots is the same, you can get the ids by running udevadm info --name=/dev/ttyUSB0 --attribute-walk
Any coments on this? @hawesie @bfalacerda @nilsbore @cburbridge
Hi,
I think we should create a set of udev rules for our usb devices. Right now we created this rules for Linda so the laser is connected to /dev/laser instead of /dev/ttyUSB0 and the can bus to /dev/can instead of /dev/ttyUSB2.
This would only mean replacing the name for these devices on:
@gestom can send instructions on how to do this but he would need to make sure that the device IDs for every device on the robots is the same, you can get the ids by running
udevadm info --name=/dev/ttyUSB0 --attribute-walkAny coments on this? @hawesie @bfalacerda @nilsbore @cburbridge