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

How to configure device timestamping? #333

Closed
stephen-cpr opened this issue May 23, 2024 · 1 comment
Closed

How to configure device timestamping? #333

stephen-cpr opened this issue May 23, 2024 · 1 comment
Labels
bug Something isn't working New This issue is new, and should not be marked as stale

Comments

@stephen-cpr
Copy link

I'm using a GQ7 and would like the driver to output IMU data based on the internal (presumably GPS time sync'd) clock, not the ROS time when the packet was received. It looks like in the past there was a 'use_device_timestamp' parameter you could configure, but this has since been removed. Is there still a way to do this?

@stephen-cpr stephen-cpr added the bug Something isn't working label May 23, 2024
@github-actions github-actions bot added the New This issue is new, and should not be marked as stale label May 23, 2024
@Aposhian
Copy link

It seems like we should be able to add that parameter back, and just have that option be read in the updateHeaderTime method. The GPS timestamp is already being passed into that method, but just isn't being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working New This issue is new, and should not be marked as stale
Projects
None yet
Development

No branches or pull requests

2 participants