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

Mark Chen's profile - activity

2013-12-29 01:47:42 -0500 commented answer Xsens error comunicating with Ubuntu 12.04

I have solved this problem. The ttyUSB0 is concerned about the Linux version. My previous version is Ubuntu 12.04 3.2.0, and was then updated to 3.8.0. Now it works. It seems that the problem is due to the lack of the module ehci-pci. After updating the kernel, the following two steps should be run: 1. sudo modprobe usbserial 2. sudo insmod /home/abhishek/xsens_driver/xsens_mt/xsens_mt.ko (the xsens_mt.ko can be obtained by make the drive on http://github.com/xsens/xsens_mt).

2013-12-28 17:24:43 -0500 commented answer Xsens error comunicating with Ubuntu 12.04

Hi, Marcel. I have the the same problem. When the MTi-700 is inserted into the USB cable, no /dev/ttyUSB0 is created. However, when I inserted another USB-RS232 device, the /dev/ttyUSB0 file was successfully created. Do you have any idea about this?

2013-12-28 17:19:22 -0500 commented answer Xsens error comunicating with Ubuntu 12.04

Thank you, AbhishekMehta. I have solved this problem.

2013-12-25 18:17:44 -0500 commented answer Xsens error comunicating with Ubuntu 12.04

Thanks, AbhishekMehta. However, this solution doesn't work for me. The Ubuntu 12.04 still can't find the IMU (Xsens MTI-G 700). Do you have any idea about this error? (The system can identify the USB insertion, but can't find the /dev/ttyUSB0)