Skip to content

Commit

Permalink
auto calibration data export
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Hirakawa <[email protected]>
  • Loading branch information
0x126 committed Mar 16, 2021
1 parent eb704ff commit 2e1340c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandar_pointcloud/src/pandar_cloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ bool PandarCloud::setupCalibration()
}
if (!content.empty()) {
calibration_.loadContent(content);
if(!calibration_path_.empty()){
calibration_.saveFile(calibration_path_);
}
return true;
}else{
return false;
Expand Down

0 comments on commit 2e1340c

Please sign in to comment.