No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
|
mtig_driver package from mtig_driver repomtig_driver |
Package Summary
| Tags | No category tags. |
| Version | 0.9.0 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lukscasanova/mtig_driver.git |
| VCS Type | git |
| VCS Version | kinetic |
| Last Updated | 2017-12-13 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
Package Description
ROS driver for Xsens MTI-G-700 series motion trackers
- modified to publish GPS messages
Additional Links
Maintainers
- Lucas Casanova Nogueira
Authors
- Lucas Casanova Nogueira
How to use:
1) Download the MT Software Suite and install it on a Windows machine (you may skip this step and use default sensor configuration), then download the MT SDK for Linux and install it on a Linux machine (this should be the machine that ROS is installed on).
Here is the software website: http://www.xsens.com/en/mt-software-suite
2) Follow the instructions in the MT SDK for Linux to install the software and make sure the examples run correctly with the sensor. Here is a summary of the installation procedure.
(a) Unpack the MT SDK.
(b) Run installer: ./mtsdk_linux_4.3.sh
(c) Examples here: /usr/local/xsens/examples/mtsdk
(3) Connect the sensor to the Windows machine and open the MT Manager. Click the button on top of the screen for “output configuration options”, make sure “Turn Rate” and “Acceleration” are checked. You can also change frequency on the same page. If you skip this step, the sensor is configured to give orientation only by default.
(4) Clone this driver from github to a ROS workspace. Go to the cloned folder and find the “src/serialkey.h” file, put your license number in it and use “rosmake” to build it.
(5) You may need to install the kernel available at https://github.com/xsens/xsens_mt
(6) Verify if the usb device was recognized by using the following command:
>> ls /dev/ttyUSB0
you may need to replace the 0 for another number if there are more usb devices in your computer
(7)Once you found the MTi-G-700 address in /dev, you have to enable executioon using the command
sudo chmod 777 /dev/ttyUSB0
here, again, the 0 may change depending on your setup
(5) Roslaunch the “receive_xsens.launch” file in /launch folder. The driver will publish sensor_msgs/Imu typed messages named /imu/data.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | roscpp | |
| 2 | std_msgs | |
| 2 | sensor_msgs | |
| 1 | message_generation | |
| 1 | tf | |
| 1 | catkin | |
| 1 | message_runtime |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/all_max.launch
-
- frame [default: xsens]
- launch/all_zero.launch
-
- frame [default: xsens]
- launch/gps_only.launch
-
- frame [default: xsens]
- launch/all_one.launch
-
- frame [default: xsens]
- launch/mtig_driver.launch
-
- frame [default: xsens]
Messages
Services
No service files found
Plugins
No plugins found.
Recent questions tagged mtig_driver at answers.ros.org
|
mtig_driver package from mtig_driver repomtig_driver |
Package Summary
| Tags | No category tags. |
| Version | 0.9.0 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lukscasanova/mtig_driver.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2017-12-27 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
Package Description
ROS driver for Xsens MTI-G-700 series motion trackers
- modified to publish GPS messages
Additional Links
Maintainers
- Lucas Casanova Nogueira
Authors
- Lucas Casanova Nogueira
How to use:
1) Download the MT Software Suite and install it on a Windows machine (you may skip this step and use default sensor configuration), then download the MT SDK for Linux and install it on a Linux machine (this should be the machine that ROS is installed on).
Here is the software website: http://www.xsens.com/en/mt-software-suite
2) Follow the instructions in the MT SDK for Linux to install the software and make sure the examples run correctly with the sensor. Here is a summary of the installation procedure.
(a) Unpack the MT SDK.
(b) Run installer: ./mtsdk_linux_4.3.sh
(c) Examples here: /usr/local/xsens/examples/mtsdk
(3) Connect the sensor to the Windows machine and open the MT Manager. Click the button on top of the screen for “output configuration options”, make sure “Turn Rate” and “Acceleration” are checked. You can also change frequency on the same page. If you skip this step, the sensor is configured to give orientation only by default.
(4) Clone this driver from github to a ROS workspace. Go to the cloned folder and find the “src/serialkey.h” file, put your license number in it and use “rosmake” to build it.
(5) You may need to install the kernel available at https://github.com/xsens/xsens_mt
(6) Verify if the usb device was recognized by using the following command:
>> ls /dev/ttyUSB0
you may need to replace the 0 for another number if there are more usb devices in your computer
(7)Once you found the MTi-G-700 address in /dev, you have to enable executioon using the command
sudo chmod 777 /dev/ttyUSB0
here, again, the 0 may change depending on your setup
(5) Roslaunch the “receive_xsens.launch” file in /launch folder. The driver will publish sensor_msgs/Imu typed messages named /imu/data.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | roscpp | |
| 2 | std_msgs | |
| 2 | sensor_msgs | |
| 1 | message_generation | |
| 1 | tf | |
| 1 | catkin | |
| 1 | message_runtime |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
- launch/all_max.launch
-
- frame [default: xsens]
- launch/all_zero.launch
-
- frame [default: xsens]
- launch/gps_only.launch
-
- frame [default: xsens]
- launch/all_one.launch
-
- frame [default: xsens]
- launch/mtig_driver.launch
-
- frame [default: xsens]
Messages
Services
No service files found
Plugins
No plugins found.
Recent questions tagged mtig_driver at answers.ros.org
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.