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

fix(velodyne_msgs): remove local velodyne_msgs package #93

Merged
merged 4 commits into from
Nov 16, 2023

Conversation

drwnz
Copy link
Collaborator

@drwnz drwnz commented Nov 16, 2023

PR Type

  • Improvement

Related Links

#83

Description

Removes the internal copy of velodyne_msgs and relies on the external dependency.

Review Procedure

  • Clean build
  • Test operation with Velodyne sensor or ROSbag

Remarks

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

  • Assign PR to reviewer

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets

CI Checks

  • Build and test for PR: Required to pass before the merge.

@drwnz drwnz requested a review from amc-nu November 16, 2023 03:28
@mojomex
Copy link
Collaborator

mojomex commented Nov 16, 2023

I think you have to add <depend>velodyne_msgs</depend> to package.xml in nebula_ros, nebula_decoders and nebula_hw_interfaces (otherwise this is just an implicit dependency and will fail on a fresh ROS 2 install).

Also, all occurrences of #include "velodyne_msgs/..." should be changed to #include <velodyne_msgs/...>.

@drwnz
Copy link
Collaborator Author

drwnz commented Nov 16, 2023

@mojomex thanks, <depend>velodyne_msgs</depend> was already explicit in all the above except nebula_ros where it was pulled in from the decoders so built fine. But will add it explicitly.
Good catch on the includes. Will modify.

@drwnz drwnz requested a review from mojomex November 16, 2023 06:20
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (735138f) 7.91% compared to head (0d8f3e4) 9.20%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #93      +/-   ##
========================================
+ Coverage   7.91%   9.20%   +1.28%     
========================================
  Files        108      48      -60     
  Lines       9275    6815    -2460     
  Branches     859     798      -61     
========================================
- Hits         734     627     -107     
+ Misses      7964    5635    -2329     
+ Partials     577     553      -24     
Flag Coverage Δ
differential 9.20% <ø> (?)
total ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@mojomex mojomex left a comment

Choose a reason for hiding this comment

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

LGTM!

@drwnz drwnz merged commit 3e6d655 into main Nov 16, 2023
8 checks passed
@drwnz drwnz deleted the fix/remove_local_velodyne_msgs branch November 16, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants