ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Not really a ROS problem, but I would suggest you look into udev and setting up some rules for your USB devices so that they are always assigned a unique symlink.

That way you could set things up so your wind sensor gets a device file such as: /dev/sensors/wind_sensor, and your X-sens: /dev/sensors/xsens (these are obviously examples, you can do whatever you want).

Not really a ROS problem, but I would suggest you look into udev and setting up some rules for your USB devices so that they are always assigned a unique symlink.

That way you could set things up so your wind sensor gets a device file such as: /dev/sensors/wind_sensor, and your X-sens: /dev/sensors/xsens (these are obviously examples, you can do whatever you want).

Some related questions: #q172765 and #q9097.