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.
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)
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,