tier4 / CalibrationTools

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

fix(extrinsic_reflector_based_calibrator): remove old header #135

Closed mebasoglu closed 11 months ago

mebasoglu commented 11 months ago

Description

extrinsic_reflector_based_calibrator package cannot be built. It has a header file which causes compile error: https://github.com/tier4/CalibrationTools/blob/e0a021960e8f7bfc9522bde0cc97fafdf09f693d/sensor/extrinsic_reflector_based_calibrator/src/extrinsic_reflector_based_calibrator.cpp#L16

Starting >>> extrinsic_reflector_based_calibrator
--- stderr: extrinsic_reflector_based_calibrator
/home/dell/projects/autoware.robicarr/src/autoware/calibration_tools/sensor/extrinsic_reflector_based_calibrator/src/extrinsic_reflector_based_calibrator.cpp:16:10: fatal error: tier4_autoware_utils/tier4_autoware_utils.hpp: No such file or directory
   16 | #include <tier4_autoware_utils/tier4_autoware_utils.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This header file was removed with this PR: https://github.com/autowarefoundation/autoware.universe/pull/5027

When I delete the header and try to build the project, it successfully compiles.

Related links

The PR which the header file was removed: https://github.com/autowarefoundation/autoware.universe/pull/5027

Tests performed

I tested to build it inside a fresh Autoware workspace and it was built successfully.

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.

knzo25 commented 11 months ago

@mebasoglu I believe we have an informal policy of PRs being merged by the person who sent it. Could you please press the "Squash and merge" button? :pray: (otherwise I will be merging it in a week or so)

mebasoglu commented 11 months ago

Hello @knzo25 , I don' t have write access to the repo so I am not able to merge the PR.

knzo25 commented 11 months ago

Apologies, I am not aware of the repository's permissions :bow: I will merge this right away then