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

Lidar and radar timestamps with the same name cannot correspond #2

Closed
liuzhaoo opened this issue Aug 17, 2023 · 3 comments
Closed

Lidar and radar timestamps with the same name cannot correspond #2

liuzhaoo opened this issue Aug 17, 2023 · 3 comments

Comments

@liuzhaoo
Copy link

Thank you for the new data.

But when I running the create_dataset_all_radar_lidar.py script,I found that the timestamps of the same set of data cannot be matched.

Furthermore, when processing radar data, the function get_global_timestamps cannot return the correct timestamp

Below are relevant screenshots,is this normal?

image
@akarsh-prabhakara
Copy link
Owner

This is a timezone issue. Because of python datetime package giving results in local time as opposed to UTC or ET (which was assumed when writing this code). A short term fix is to set your location as US/Eastern when prompted during sh install.sh. The radar and lidar timestamps should then match. Here is what it should look like.

image

@liuzhaoo
Copy link
Author

I fixed the issue by directly changing the system timezone to US Eastern

@akarsh-prabhakara
Copy link
Owner

Sure, that works too.

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