Skip to content

Commit 102c0ce

Browse files
committed
fix cv_bridge include and rm foxy.yml
1 parent ee29779 commit 102c0ce

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

.github/workflows/ci_foxy.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

yolox_ros_cpp/yolox_ros_cpp/include/yolox_ros_cpp/yolox_ros_cpp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <chrono>
55

66
#include <image_transport/image_transport.hpp>
7-
#include <cv_bridge/cv_bridge.h>
7+
#include <cv_bridge/cv_bridge.hpp>
88
#include <rclcpp/rclcpp.hpp>
99
#include <rclcpp_components/register_node_macro.hpp>
1010

0 commit comments

Comments
 (0)