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

Output calibration results from SQLite DB #41

Closed
ZPYin opened this issue Apr 21, 2020 · 0 comments
Closed

Output calibration results from SQLite DB #41

ZPYin opened this issue Apr 21, 2020 · 0 comments
Assignees
Labels
documentation documentation related

Comments

@ZPYin
Copy link
Collaborator

ZPYin commented Apr 21, 2020

Since all the calibration resutls were saved to SQLite database, it might not be obvious to open the file if you don't have any knowledge regarding SQL. Therefore, a simple matlab script (extract_cali_results) was provided to help extract the data. See the example to extract the lidar calibration constants as below:

extract_cali_results('/path/to/dbFile', '/path/for/csvFile', 'tablename', 'lidar_calibration_constant');

Details about the calibration DB can be found here

@ZPYin ZPYin added the documentation documentation related label Apr 21, 2020
@ZPYin ZPYin self-assigned this Apr 21, 2020
@ZPYin ZPYin closed this as completed Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation related
Projects
None yet
Development

No branches or pull requests

1 participant