Xsens error comunicating with Ubuntu 12.04
When I try to run:
$ rosrun xsens_driver mtnode.py
it shows this message:
[WARN] [WallTime: 1362075228.016104] Cannot find value for parameter: ~device, assigning default: auto
[WARN] [WallTime: 1362075228.017062] Cannot find value for parameter: ~baudrate, assigning default: 0
[ERROR] [WallTime: 1362075228.018932] Fatal: could not find proper MT device.
I don't know what is the cause of this error, the only thing I know is that when I plug sensor in the computer it doesn't create the virtual port ttyUSB0, what probably cause the node to doesn't find the sensor and send this error message. Someone know how can I fix this, what is causing this error, something is missing?
I'm using Ubuntu 12.04, Kernel 3.2.0-38-generic-pae, ros fuerte.
Before plug in the device:
dmesg|grep -i tty
[ 0.000000] console [tty0] enabled
[ 1.268379] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.648533] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 16.461250] Bluetooth: RFCOMM TTY layer initialized
After plug in
[ 0.000000] console [tty0] enabled
[ 1.268379] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.648533] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 16.461250] Bluetooth: RFCOMM TTY layer initialized
(It's the same answer)
lsusb
Before plug in
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 002 Device 003: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
After plug in
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 002 Device 003: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
Bus 005 Device 005: ID 2639:0013
And
udevadm monitor
When I plug in the device:
KERNEL[7687.265214] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2 (usb)
UDEV [7687.266865] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2 (usb)
KERNEL[7687.268106] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0 (usb)
KERNEL[7687.268202] add /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.1 (usb)
UDEV [7687.269808] add /devices/pci0000:00/0000:00:1d.3/usb5 ...
Please add
dmesg
output when you plug in the device.