advanced-navigation / ros2-driver

2 stars 5 forks source link

Empty frame_id in /Imu message #8

Open maciej-przylecki opened 6 months ago

maciej-przylecki commented 6 months ago

The frame_id in the /Imu message is empty. It seems that in the file advanced_navigation_driver.cpp, during the initialization of imu_msg the frame_id is set to "imu" but then is set to the variable imu_frame_id each time a packet is decoded and imu_frame_id is always empty.