Skip to content
New issue

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

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

Already on GitHub? # to your account

Wrong conversion of during time #487

Open
a28293971 opened this issue Jan 10, 2025 · 0 comments
Open

Wrong conversion of during time #487

a28293971 opened this issue Jan 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@a28293971
Copy link

If I understand correctly, here it want to convert the time from seconds to milliseconds.
So, it should be multiplied by 1000.0

double update_dt = 100.0 * (timestamp_imu_inC - camera_queue.at(0).timestamp);

And ROS2 runtime file also has the same question.

@goldbattle goldbattle added the bug Something isn't working label Jan 11, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants