tier4 / CalibrationTools

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

fix(extrinsic_tag_calibrator): deleted subscription to the original raw images #46

Closed knzo25 closed 2 years ago

knzo25 commented 2 years ago

Description

As discussed before, subscribing to the original raw images generated a non-acceptable burden on the bandwidth of the camera ECU so we instead subscribe only to the compressed images and decompress them locally to an aux topic (with a different name)

Related links

Tests performed

Run all the cameras for the X2 and XX1 and checked that the wiring of the topics was correct

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.