Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

IMU.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

IMU Support

The scanners of the MRS6xxx and MRS1xxx series will be optionally available with an IMU in 2019.

Activating IMU Messages

By setting the following config parameter in the launch file, the output of imu messages can be enabled with a compatible scanner. Currently the messages are published in the /Imu Topic.

<param name="imu_enable" type="bool" value="True" />

The imu Messages contain covariance matrices, these are currently determined from empirical values and are not measured specifically for each scanner. The laser scanner provides additional information (tick timestamp and confidence) to the Imu messages these can be activated by activating the SickImu messages.

<param name="imu_enable_additional_info" type="bool" value="True" />

IMU messages are only supported in SOPAS binary mode. Due to the high data rate of the IMU messages (100 Hz and more) while sending the standard laser scanner messages at the same time, the ASCII mode is not supported. Please set the scanner to binary mode if you are using the IMU.