Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong frame_id published for imu accel_gyro sync output #85

Open
pragun-ocado opened this issue Dec 23, 2024 · 1 comment
Open

Wrong frame_id published for imu accel_gyro sync output #85

pragun-ocado opened this issue Dec 23, 2024 · 1 comment

Comments

@pragun-ocado
Copy link

pragun-ocado commented Dec 23, 2024

imu_msg.header.frame_id = imu_optical_frame_id_;

gyro_info.header.frame_id = imu_optical_frame_id_;

It should be using optical_frame_id[GYRO] as imu_optical_frame_id_ is set once during initialization and does not get updated with camera_name config parameter.

@obdatean
Copy link
Contributor

Yes, you are correct. The code has been fixed, and the changes will be available in the next release. Thank you for pointing this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants