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

[depthai_bridge] Fix incorrect include path in TFPublisher #462

Merged

Conversation

TSC21
Copy link
Contributor

@TSC21 TSC21 commented Nov 22, 2023

Overview

This commit corrects an erroneous include path in the TFPublisher.cpp file. The original code incorrectly repeated the 'tf2_geometry_msgs' segment in the include directive, leading to a compilation error. The updated include statement correctly references 'tf2_geometry_msgs/tf2_geometry_msgs.hpp' without repetition.

This change ensures that the depthai_bridge package compiles successfully in ROS2 Humble by resolving the missing header file issue and aligns with standard ROS practices for including external dependencies.

Author: Nuno Marques (@TSC21).

Issue

  • File affected: depthai_bridge/src/TFPublisher.cpp
  • Issue: Compilation error due to incorrect header file path
  • Resolution: Correct the include path to the standard format used in ROS packages

Changes

ROS distro: ROS 2 Humble
List of changes: depthai_bridge/src/TFPublisher.cpp - change can be found on the diff.

Testing

Hardware used: OAK-D W
Depthai library version: the one which the Humble version of this package imports.

Visuals from testing

N.A. This can be validated by buiding the package from source against an environment built from source (In this case, with the srcs generated using rosinstall_generator and using vcs import). Fixing this include allowed to build depthai_bridge from source.

This commit corrects an erroneous include path in the TFPublisher.cpp file. The original code incorrectly repeated
the 'tf2_geometry_msgs' segment in the include directive, leading to a compilation error. The updated include statement
correctly references 'tf2_geometry_msgs/tf2_geometry_msgs.hpp' without repetition.

This change ensures that the depthai_bridge package compiles successfully in ROS2 Humble by resolving the missing header
file issue and aligns with standard ROS practices for including external dependencies.

* File affected: depthai_bridge/src/TFPublisher.cpp
* Issue: Compilation error due to incorrect header file path
* Resolution: Correct the include path to the standard format used in ROS packages
@TSC21
Copy link
Contributor Author

TSC21 commented Nov 22, 2023

@saching13 @Serafadam would appreciate your review here. Thanks!

@saching13 saching13 requested a review from Serafadam November 23, 2023 07:19
@Serafadam
Copy link
Collaborator

Thanks for the PR @TSC21. The CI had some problems in the past with this header so this was a temporary solution, but it seems that it has been fixed upstream 🙂

@Serafadam Serafadam merged commit 0d84f63 into luxonis:humble Nov 28, 2023
5 checks passed
@TSC21 TSC21 deleted the humble-fix-depthai-bridge-tfpublisher-include branch November 28, 2023 19:04
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.

2 participants