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

ROS hydro xsens_driver for MTi

asked 2014-11-23 22:37:17 -0500

updated 2014-11-24 00:40:14 -0500

ahendrix gravatar image

Does the xsens_driver ( http://wiki.ros.org/xsens_driver ) support hydro? As there is no files under the hydro version.

Thanks in advance!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-11-23 22:55:57 -0500

The master branch cannot work directly for ROS hydro version.

But we could install the ros-hydro-gps-common from the Synaptic Package Manager.

And then $git clone https://github.com/ethz-asl/ethzasl_x... $catkin_make

After that, it should work

To use the xsens_driver, the USB access shall be changed to the administrator

$sudo chmod 777 /dev/ttyUSB0

Then the xsens_driver could be launched and the imu data could be viewed by the following command.

$roslaunch xsens_driver xsens_driver.launch $rostopic echo /imu/data

edit flag offensive delete link more
1

answered 2014-11-24 00:46:13 -0500

ahendrix gravatar image

Have you tried installing it from debs?

sudo apt-get install ros-hydro-xsens-driver

Works for me, and appears to install the appropriate driver nodes. I don't have an xsens, so I can't test if the driver actually works or not.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-23 22:37:17 -0500

Seen: 338 times

Last updated: Nov 24 '14