robotology / yarp-device-xsensmt

YARP Device Driver for XSens MT* devices based on the MT Software Suite.
Other
5 stars 5 forks source link

Add the possibility to set a different frequency for each sensor #40

Closed GiulioRomualdi closed 1 year ago

GiulioRomualdi commented 1 year ago

Thanks to this PR it will be possible to set different frequencies for each sensor exposed in the device. To do that I:

cc @traversaro @HosameldinMohamed

GiulioRomualdi commented 1 year ago

Minor comment. Can you add a line in the CHANGELOG?

Done

HosameldinMohamed commented 1 year ago
  • removed the polling thread and used the callback provided by xsens to get the data

Thanks, @GiulioRomualdi for this! I will later add the position support to the MAS interface according to #39