Xsens MTi相关资料

Xsens MTi相关资料

更新日期:2022-04-18

联系人:support@xsens.com


Xsens所有的手册,都可以在这里找到:

https://mtidocs.xsens.com/home


如果使用Chrome浏览器,可以实现自动翻译。


下面根据不同型号列出相应的手册目录及链接地址:

MTi-1系列(包括MTi-1, MTi-2, MTi-3, MTi-7, MTi-320)需要看的手册有:

• MTi Family Reference Manual

o https://mtidocs.xsens.com/mti-family-reference-manual

• MT Manager User Manual

o https://mtidocs.xsens.com/mt-manager

• Firmware Updater User Manual

o https://mtidocs.xsens.com/firmware-updater

• Magnetic Calibration Manual

o https://mtidocs.xsens.com/magnetic-calibration-manual

• MTi 1-series Datasheet

o https://mtidocs.xsens.com/datasheet

• MTi 1-series DK User Manual

o https://mtidocs.xsens.com/use-manual

• MTi 1-series Hardware Integration Manual

o https://mtidocs.xsens.com/integration-manual

• MT Low Level Communication Protocol Documentation

o https://mtidocs.xsens.com/mt-low-level-communication-protocol-documentation



MTi-600系列(包括MTi-610, MTi-620, MTi-630, MTi-670, MTi-680;  MTi-610R, MTi-620R, MTi-630R, MTi-670G, MTi-680G)需要看的手册有:

• MTi Family Reference Manual

o https://mtidocs.xsens.com/mti-family-reference-manual

• MT Manager User Manual

o https://mtidocs.xsens.com/mt-manager

• Firmware Updater User Manual

o https://mtidocs.xsens.com/firmware-updater

• Magnetic Calibration Manual

o https://mtidocs.xsens.com/magnetic-calibration-manual

• MTi 600-series Datasheet

o https://mtidocs.xsens.com/mti-600-series-datasheet

• MTi 600-series DK User Manual

o https://mtidocs.xsens.com/dk-user-manual-2

• MTi 600-series Hardware Integration Manual

o https://mtidocs.xsens.com/hardware-integration-manual-2

• MT CAN Protocol Documentation

o https://mtidocs.xsens.com/mt-can-documentation

• MT Low Level Communication Protocol Documentation

o https://mtidocs.xsens.com/mt-low-level-communication-protocol-documentation



MTi-100系列(包括MTi-100, MTi-200, MTi-300, MTi-G-710; MTi-10, MTi-20, MTi-30)需要看的手册有:

• MTi Family Reference Manual

o https://mtidocs.xsens.com/mti-family-reference-manual

• MT Manager User Manual

o https://mtidocs.xsens.com/mt-manager

• Firmware Updater User Manual

o https://mtidocs.xsens.com/firmware-updater

• Magnetic Calibration Manual

o https://mtidocs.xsens.com/magnetic-calibration-manual

• MTi 10/100-series

o https://mtidocs.xsens.com/mti-10-100-series-user-manual

• MT Low Level Communication Protocol Documentation

o https://mtidocs.xsens.com/mt-low-level-communication-protocol-documentation


软件安装:

• MT Manager及Magnetic Field Mapper安装:https://content.xsens.com/mt-software-suite-download

• Linux MT Manager安装:

参考doc里的readme 安装MT Manager或参考:Ubuntu 18.04 Xsens MT Manager安装指南:https://www.jianshu.com/p/bca9cbfb31fb

• Firmware Updater安装:

https://www.xsens.com/hubfs/Downloads/Software/FWU/Releases/4.3.1/FirmwareUpdater.zip

参考代码:

Windows:

C:\Program Files\Xsens\MT Software Suite 2021.4\MT SDK\Examples

MT SDK文档:

• C:\Program Files\Xsens\MT Software Suite 2021.4\Documentation\MT SDK

o Xsensdeviceapi:

 C:\Program Files\Xsens\MT Software Suite 2021.4\Documentation\MT SDK\xsensdeviceapi\doc\html\index.html

o Xscontroller:

 C:\Program Files\Xsens\MT Software Suite 2021.4\Documentation\MT SDK\xscontroller\doc\html\index.html

o Xstypes:

 C:\Program Files\Xsens\MT Software Suite 2021.4\Documentation\MT SDK\xstypes\doc\html\index.html.

Linux:

下载MT Software Suite之后解压 

sudo ./mtsdk_linux-x64_2021.4.sh

参考代码位于:mtsdk_linux-x64_2021.4.sh/examples文件夹

SDK文档位于:mtsdk_linux-x64_2021.4.sh/doc文件夹

对于ARM架构,无法使用MT Manager, xda_cpp,可以使用xda_public_cpp

在xda_public_cpp里面,有两个cpp文件,一个是example_mti_receive_data.cpp是示例代码,实现了:扫描COM口、连接、配置MTi、开始测量、记录.mtb文档

另一个example_mti_parse_logfile.cpp,可以用来将.mtb文档转成.txt

ROS:

ROS1:

mtsdk_linux-x64_2021.4.sh/xsens_ros_mti_driver

参考README.txt安装xsens_ros_mti_driver

或:https://www.jianshu.com/p/195200b569c3

注:如果message publishers中有些rostopic中并没有自己所需要的数据,则需要自己更改代码,可以参考SDK文档、example_mti_receive_data.cpp或下面的第三方代码:

https://github.com/MRPT/mrpt/blob/develop/libs/hwdrivers/src/CIMUXSens_MT4.cpp

ROS2:

非官方,由BlueSpace AI公司提供

https://github.com/bluespace-ai/bluespace_ai_xsens_ros_mti_driver


视频指导:

1. MT Manager 2019使用入门: https://www.bilibili.com/video/BV1U44y1n79c

2. Magnetic Field Mapper(MFM)磁力校准使用介绍:https://www.bilibili.com/video/BV1p44y1n75S

3. MTi在汽车中做磁力校准(2D平面磁力校准)https://www.bilibili.com/video/BV11R4y1V7qc

4. MTi不同滤波算法库的介绍https://www.bilibili.com/video/BV1Uq4y1x795

5. MTi主动航向稳定(Active Heading Stablization)介绍https://www.bilibili.com/video/BV1fq4y1t7Qa

6. 手动陀螺零偏估计(Manual Gyro Bias Estimation)介绍https://www.bilibili.com/video/BV18m4y1R7Cy

7. Device Data View使用介绍https://www.bilibili.com/video/BV1Tm4y1R73N

8. MTi产品选型https://www.bilibili.com/video/BV1Z44y1n7XJ



Xsens Base Knowledge Articles知识文档

https://movella.force.com/XsensKnowledgebase/s/ism-landing-page?language=en_US

具体文档目录 :

1. MT Software Suite / SDK

1) Links to the documentation, leaflets and changelogs for the MTi series

2) Installing the correct Software Suite for different (generation) products

3) Quick start for MTi Development Kit

4) Where to find the serial number on the MTi

5) Introduction to the MT SDK programming examples for MTi devices

6) Open source XDA (Xsens Device API)

7) Recording a MTB file with XDA Processing

8) Selecting Filter Profile

9) MTi Filter Profiles

10) The difference between XDA Processing and Onboard Processing

11)Using the MT Manager Device Data View

12) Restoring communication with your MTi

13) MT Initialization time

14) MT Software Suite Log Files

15) Editing MTB Files

16) What is the message with MID 0x98 in my MTB file?

17) Make a log file compatible with MT Manager

18) Troubleshooter - When MT Manager and MFM are not working due to runtime-API missing from your computer (Windows 7)

19) Reset not working with USB cable in MT Manager

20) My MTi-6XX is not detected / Installing the MTi USB dongle driver for Linux:

21) USB Communication on embedded Linux:

22) Legacy Mode and 3rd generation MTi no longer supported

23) Where can I download a USB or COM-port driver? 


2. 3rd Party Integrations

1) Third Party Drivers for use with the MTi

2) Interfacing an MTi GNSS/INS device with a Velodyne Lidar:

3) Interfacing an MTi GNSS/INS device with an Ouster Lidar

4) Interfacing an MTi GNSS/INS device with a HESAI Lidar

5) Best practices I2C and SPI for MTi 1-series

6) Interfacing MTi devices with the NVIDIA Jetson

7) Interfacing the MTi 1-series DK with an Arduino

8) Interfacing MTi devices with the Raspberry Pi

9) Using an NTRIP client with the Xsens ROS driver:

10) Interfacing the MTi-680G with a Racelogic VBOX NTRIP modem:

11) Using a mobile hotspot (NTRIP) to receive RTK corrections on the MTi-680-DK

12) Using the MTi series with a data logger

13) Interfacing a GNSS/INS device with the SinoGNSS K803 GNSS receiver:

14) Interfacing a GNSS/INS device with the Unicorecomm UB482 GNSS receiver:

15) Interfacing a GNSS/INS device with the Septentrio Mosaic-X5 GNSS receiver:

16) mikroBUS (transceiver) compatibility of the MTi 1-series Development Board

17) mikroBUS (GNSS) compatibility of the MTi 1/600-series Development Board


3. Knowledge (Algorithms, data and theory)

1) Filter profiles for MTi 1-series

2) Active Heading Stabilization (AHS)

3) In-run Compass Calibration (ICC) and Representative Motion:

4) Synchronization with the MTi

5) ClockSync and StartSampling:

6) Heading estimation using GNSS acceleration

7) Converting raw 16-bit ADC values to physical values

8) Estimating Yaw in magnetically disturbed environments

9) Best Practices for Automotive Applications:

10) An explanation of the MTi fixed point output formats:

11) Example: How to determine the correct alignment matrices (RotSensor/RotLocal) for your application:

12) Using different output formats for position and velocity

13) Reasons why the heading/yaw is not stable or incorrect:

14) What is the relationship between gyroscopes and accelerometers in the orientation algorithm?

15) Using an MTi to estimate ship motion (Heave, Surge, Sway):

16) Using the magnetic norm to identify magnetic distortions:

17) What is the minimal velocity for the GNSS/INS devices to estimate its yaw?

18) Which GNSS antenna to use with your GNSS/INS device

19) RMS noise of accelerometers and gyroscopes:

20) Orientation output specifications:

21) Signal processing pipeline - fidelity of 400 Hz signal

22) The GNSS lever arm (antenna offset) and its role in the GNSS/INS sensor fusion algorithm

23) Transforming MTi data from local frame (L) to sensor frame (S)

24) Understanding Sensor Bias (offset)

25) Understanding Strapdown Integration

26) Magnetic distortions caused by strong electrical currents:

27) Manual Gyro Bias Estimation (MGBE)

28) Calculating the Magnetic Norm (Mag Norm)

29) Gimbal Lock (90 deg pitch singularity)

30) How do I calculate position and/or velocity from acceleration and how about integration drift?

31) Interpreting magnetic field data represented as an arbitrary unit (a.u.):

32) MTi 10/100-series Origin of Coordinate system

33) MTi Test and Calibration values explained

34) MTi 1-series Origin of Coordinate system

35) Mounting the MTi-OEM

36) Magnetic immunity of the MTi AHRS

37) Changing or Resetting the MTi reference co-ordinate systems

38) Delays introduced by serial communication interfaces for the MTi series


4. Firmware

1) How to determine the Firmware version of your MTi

2) Using the Firmware Updater with a beta firmware

3) Device was not in bootloader when expected error

4) Firmware Updater freezes while scanning for devices

5) Firmware Updater Log

6) How to fix Firmware Updater error "Could not write eMTS"

7) How to fix Magnetic Field Mapper Error 286 "Failed to start logging"

8) MTi in bootloader mode

9) MTi Release Notes and Changelogs

10) Product Change Notifications (PCNs) and End of Life (EoL) notices


5. MTi 10/100 – series

1) AD resolution of the MTi 10-series and MTi 100-series:

2) Migration: MTi 10/100-series to MTi 600-series

3) Migration to 5th generation MTi 10/100-series

4) Mounting the MTi-OEM

5) MTi 10/100-series Origin of Coordinate system:

6) Strength of MTi 10/100-series casing

7) STEP-files for MTi 10/100-series

8) Use of MTi with longer cables:

9) MTi 10/100-series connectors and cables

10) CA-MP2-MTi multi-purpose cable Molex connector part numbers


6. MTi 600 – series

1) Use of MTi with longer cables

2) My MTi-6XX is not detected / Installing the MTi USB dongle driver for Linux

3) STEP-files for the MTi 600-series

4) How to receive RTCM correction messages from MTi-680(G)

5) Introduction to RTK

6) Solving USB communication issues for the RTK GNSS daughter card

7) .dbc file for MTi 600-series


7. MTi 1 – series

1) Altium library and STEP-file for MTi 1-series

2) Interfacing the MTi 1-series DK with an Arduino

3) Using the MTi 1-series module without reflow process

4) MTi 1-series Hardware Version 1.x Firmware Updates

5) MTi 1-series Origin of Coordinate system

6) mikroBUS (transceiver) compatibility of the MTi 1-series Development Board 

7) Migration to Hardware Version 3 of the MTi 1-series 

8) Migration to Hardware Version 2.0 of the MTi 1-series 

9) Filter profiles for MTi 1-series

10) Best practices I2C and SPI for MTi 1-series

11) Embedded Firmware Updater (FWU) for MTi 1-series

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 219,869评论 6 508
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 93,716评论 3 396
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 166,223评论 0 357
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 59,047评论 1 295
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 68,089评论 6 395
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,839评论 1 308
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,516评论 3 420
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,410评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,920评论 1 319
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 38,052评论 3 340
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 40,179评论 1 352
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,868评论 5 346
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,522评论 3 331
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 32,070评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,186评论 1 272
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,487评论 3 375
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 45,162评论 2 356

推荐阅读更多精彩内容