Skip to content
Snippets Groups Projects
Commit 7b3d9c94 authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

[misc] Add Hesai calib file names to suggestions

parent f5f9ee5b
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,12 @@ public:
pqInternal()
: Settings(pqApplicationCore::instance()->settings())
{
const unsigned int nFile = 6; // WARNING update this accordingly.
const char* filenames[nFile] = { "HDL-32.xml", "VLP-16.xml", "VLP-32c.xml", "Puck Hi-Res.xml",
"Puck LITE.xml", "Alpha Prime.xml"};
const unsigned int nFile = 8; // WARNING update this accordingly.
const char* filenames[nFile] = {
"HDL-32.xml", "VLP-16.xml", "VLP-32c.xml", "Puck Hi-Res.xml",
"Puck LITE.xml", "Alpha Prime.xml",
"angle_correction_PandarXT.csv", "correction_file_Pandar128.csv" // HESAI Calibration
};
std::vector<QString> calibrationBuiltIn(filenames, filenames + nFile);
QString prefix;
#if defined(_WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment