ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Configuring xsens_driver for XSENS IMU in ROS Here I employ xsens MTI-G IMU which is orange in colour.
I am working in ROS FUERTE on ubuntu 12.04 using the xsens_driver package that ships in ethzasl_xsens_driver.
I tried to get all the relevant data from IMU namely orientation orientation covariance angular velocity angular velocity covariance linear acceleration linear acceleration covariance
Configuration steps
The above command should result in something like this
Configuring mode and settings Ok
Running the driver
roslaunch xsens_driver xsens_driver.launch
rostopic echo /imu/data
Then it should display all the data from IMU.
Good day!