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

Open
stephen-cpr opened this issue May 23, 2024 · 4 comments
Open

How to configure device timestamping? #333

stephen-cpr opened this issue May 23, 2024 · 4 comments
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.

@hofbauerc
Copy link

Are there any methods on how to use the "use_device_timestamp" parameter with the current version? It seems weird that this functionality has been removed.

@robbiefish
Copy link

I am working on re implementing this for the driver. This was removed when releasing 4.0.0 in order to update and improve the timestamping feature, but due to some other priorities never got added back. I will link to the PR once it is open

@robbiefish robbiefish reopened this Oct 3, 2024
@hofbauerc
Copy link

Ok thanks for the reply.

So currently the timestamp is based on the system time of the PC am I right?

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

4 participants