ethz-asl / hand_eye_calibration

Python tools to perform time-synchronization and hand-eye calibration.
BSD 3-Clause "New" or "Revised" License
438 stars 114 forks source link

Segfault in hand_eye_calibration_target_extractor/target_extractor.cc when reading camera yaml file #105

Open ardiya opened 3 years ago

ardiya commented 3 years ago

camera is nullptr. calling deserializeFromFile from a nullptr causes segmentation fault

_Originally posted by @ardiya in https://github.com/ethz-asl/hand_eye_calibration/pull/100#discussion_r687804076_

imbyjuli commented 3 years ago

Hey, I am having the same issue.

Have you found the solution by any chance?

ardiya commented 3 years ago

Can you try this https://github.com/ardiya/hand_eye_calibration/commit/41ae4a94b0df587e1b530da0e572a857d0290b35 ?

bedaberner commented 2 years ago

I had the same Issue and this indeed fixed it for me