Skip to content

C++/Qt library for the family of IMU sensor devices manufactured by Witmotion Ltd.

License

Notifications You must be signed in to change notification settings

ElettraSciComp/witmotion_IMU_QT

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f86b70f · Mar 10, 2025
Nov 24, 2022
Mar 21, 2023
Feb 22, 2023
Nov 6, 2024
Jul 12, 2022
Jun 6, 2023
Nov 13, 2023
Apr 15, 2022
Jul 14, 2022
Nov 14, 2022
Jan 24, 2023
May 2, 2022
Feb 22, 2023
Aug 7, 2023

Repository files navigation

Witmotion Sensors UART Connection Library

This library implements TTL/UART connections to the inertial pose estimation units (IMUs) manufactured by WitMotion Shenzhen Co.,Ltd

ROS integration

The main purpose of creation of this library was to provide ROS-compatible integration for Witmotion sensors. Please refer to the following repositories for detailed description. Also, these repositories can be used as a source for coding examples.

Online Autogenerated Documentation

The autogenerated (by Doxygen) documentation of the library can be found on https://elettrascicomp.github.io/witmotion_IMU_QT

Citation

The release packages of the library are published on Zenodo. If you use, contribute or base your own work on the library and publish it, it is strongly encouraged to cite the corresponding Zenodo record.

Modern BibTeX/Biber

@software{andrei_vukolov_2022_7017118,
  author       = {Vukolov, Andrey},
  title        = {ElettraSciComp/witmotion\_IMU\_QT: Version 0.9.17},
  month        = August,
  year         = 2022,
  publisher    = {Zenodo},
  version      = {v0.9.17-alpha},
  doi          = {10.5281/zenodo.7017118},
  url          = {https://doi.org/10.5281/zenodo.7017118}
}

Plain BibTeX

@misc{andrei_vukolov_2022_7017118,
  author       = {Vukolov, Andrey},
  title        = {ElettraSciComp/witmotion\_IMU\_QT: Version 0.9.17},
  year         = 2022,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.7017118},
  howpublished = {Github Releases \url{https://github.com/ElettraSciComp/witmotion_IMU_QT/releases/tag/v0.9.17-alpha}}
}