Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(autoware_pointcloud_preprocessor): add missing vehicle msg depency #10313

Conversation

maxime-clem
Copy link
Contributor

Description

I ran into the following build issue that is fixed by adding the missing dependency.

In file included from /home/mclement/autoware/pilot-auto/src/autoware/universe/sensing/autoware_pointcloud_preprocessor/src/concatenate_data/concatenate_pointclouds.cpp:15:
/home/mclement/autoware/pilot-auto/src/autoware/universe/sensing/autoware_pointcloud_preprocessor/include/autoware/pointcloud_preprocessor/concatenate_data/concatenate_pointclouds.hpp:73:10: fatal error: autoware_vehicle_msgs/msg/velocity_report.hpp: No such file or directory
   73 | #include <autoware_vehicle_msgs/msg/velocity_report.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Related links

Parent Issue:

  • Link

How was this PR tested?

Build

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
@github-actions github-actions bot added the component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) label Mar 20, 2025
@maxime-clem maxime-clem added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) labels Mar 20, 2025
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for the quick fix!
I applied this change and confirmed the problem is solved ❤️

@kosuke55 kosuke55 merged commit 63c5607 into autowarefoundation:main Mar 21, 2025
44 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants