ElettraSciComp / witmotion_IMU_ros

ROS wrapper for the family of IMU sensor devices manufactured by Witmotion Ltd.
MIT License
27 stars 31 forks source link

Minor corrections for ROS2 Humble #35

Closed MFernandezCarmona closed 3 weeks ago

MFernandezCarmona commented 7 months ago

Hi I was using your repo in ROS2 Humble. I did some minor changes to remove colcon warnings. Also I had a problem when reading covariance parameters: they were always read as string vectors instead of double vectors. So I created a method to recover and parse those vectors when they had an unexpected type.

Best,

MFernandezCarmona commented 4 months ago

Found a better way to enforce locale. Also noticed I needed to distinguish between double and float lists. Please, have a super-quick look before merging. Cheers (P.S. sorry for the delay)