devkit_driver.modules.imu_handler
ImuHandler — publishes BNO085 data from the Lizard robot brain as sensor_msgs/Imu.
The BNO085 runs in NDOF mode on the ESP32 (via ImuBno085 in Lizard). Telemetry is streamed at 50 Hz in devkit.liz and arrives here via the feldfreund_devkit Imu hardware object.
Topic published: /imu/data (sensor_msgs/Imu, frame_id = “imu_link”)
FusionCore can consume this once you uncomment the imu.* params in fusioncore.yaml. The devkit_driver_node instantiates this handler whenever system.feldfreund.imu is present.
Classes
|
Subscribe to the feldfreund_devkit Imu object and publish sensor_msgs/Imu. |