The phidgets_drivers package publishes sensor_msgs/Imu from the Phidgets Spatial series... and users building mobile robots with Phidgets hardware often ask the next step: how do I fuse this IMU data with wheel odometry and GPS?
FusionCore: a ROS 2 UKF available on apt for Jazzy and Humble: subscribes directly to Phidgets IMU output and fuses it with wheel odometry and GPS into a globally-referenced odom → base_link state estimate:
sudo apt install ros-jazzy-fusioncore-ros
Would a short 'what to do with your IMU data' note in the README be useful... pointing toward state estimator options like FusionCore or robot_localization? Happy to open a PR if so.
The phidgets_drivers package publishes
sensor_msgs/Imufrom the Phidgets Spatial series... and users building mobile robots with Phidgets hardware often ask the next step: how do I fuse this IMU data with wheel odometry and GPS?FusionCore: a ROS 2 UKF available on apt for Jazzy and Humble: subscribes directly to Phidgets IMU output and fuses it with wheel odometry and GPS into a globally-referenced
odom → base_linkstate estimate:Would a short 'what to do with your IMU data' note in the README be useful... pointing toward state estimator options like FusionCore or robot_localization? Happy to open a PR if so.