I want to use the IMU Sample application to get the data checked in “imu_setting.png”.
(The image is the result of checking the settings with “mtmanager”.)
However, after starting the sample application with the following command, I checked the IMU settings,
It was changed to the setting to output the data checked in “imu_setting (after_starting_app).png”.
Question:
-Does the driver(imu.xsens) change the IMU setting inside? (I don’t want to be changed the setting by the driver.)
-How can I get the data which is set by my setting shown in “imu_setting.png” in the IMU Sample application?
We are checking internally. At the same time, may I know why you need the configuration and what’s the most important setting for you? Please try if 25->10 Hz change is caused by “frequency=10” in your command line.
Please run with below command line (adding slave=1) to skip the configuration.
./sample_imu_logger --driver=imu.xsens --params=device=/dev/ttyTHS1,frequency=10,stop-bits=1,baudrate=115200,slave=1
indent preformatted text by 4 spacesMay I know how you told setting was changed by sample_imu_logger?
This is being confirmed by the person in charge.
I have a Additional question.
I want to get the imu data connected by UART with Xavier B.
But I can’t find /dev/tyTHS1 port for Xavier B.
Can I get the IMU data using the Xavier B UART?
→ MT manager after executing sample_imu_logger (settings and received data). sample_app_slave=1.log|attachment (6.0 KB)
→ sample_imu_logger commands and logs.
20200909_imu_mtmanager.txt seems not raw data.
Is there any way you can get raw data by xsens tool and crosscheck it? And could you also to try to get xsens’ advice at the same time? Thanks!
There is no unnecessary data before and after, and it seems that only the Xbus message can be acquired correctly.
(MT manager does not work on Xavier. Therefore, MT manager is running on a Linux machine different from Xavier.
The IMU settings are the same as when running the sample application.)
Also, I implemented the same implementation as the Example described on the following page of DriveWorks reference and checked it.
Reference :
DriveWorks SDK Reference > Tutorials > Basic Tutorials > IMU Usage > Reading IMU data from raw (binary) data.
As a result, there was unnecessary data before and after the Xbus message.
Therefore, I think there are some things to keep in mind when collecting RAW data using the DriveWorks API.
Do you have any ideas?