Skip to content

Commit

Permalink
[depthai_bridge] Fix incorrect include path in TFPublisher (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 authored Nov 28, 2023
1 parent 1a9b13c commit 0d84f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_bridge/src/TFPublisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "rclcpp/rclcpp.hpp"
#include "tf2/LinearMath/Matrix3x3.h"
#include "tf2/LinearMath/Quaternion.h"
#include "tf2_geometry_msgs/tf2_geometry_msgs/tf2_geometry_msgs.hpp"
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"

namespace dai {
namespace ros {
Expand Down

0 comments on commit 0d84f63

Please sign in to comment.