tier4 / CalibrationTools

sensor calibration tools for autonomous driving and robotics
GNU General Public License v3.0
121 stars 44 forks source link

fix(extrinsic_interactive_calibrator): fix for empty pointclouds #45

Closed knzo25 closed 2 years ago

knzo25 commented 2 years ago

Signed-off-by: Kenzo Lobos-Tsunekawa kenzo.lobos@tier4.jp

Description

During experiments there are cases when the pointclouds are empty, which is not handled correctly by the interactive calibrator. This PR provides an easy fix for this problem.

Related links

Tests performed

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.