Skip to content

Commit

Permalink
chore(ci): add empty changes for test
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
  • Loading branch information
HansRobo committed Dec 6, 2023
1 parent 475266d commit 39b84a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/cuda_utils/include/cuda_utils/cuda_unique_ptr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <memory>
#include <type_traits>



namespace cuda_utils
{
struct CudaDeleter
Expand Down
2 changes: 2 additions & 0 deletions perception/bytetrack/src/bytetrack_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <utility>
#include <vector>



namespace bytetrack
{
ByteTrackNode::ByteTrackNode(const rclcpp::NodeOptions & node_options)
Expand Down
2 changes: 2 additions & 0 deletions perception/tensorrt_yolox/src/tensorrt_yolox_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <utility>
#include <vector>



namespace tensorrt_yolox
{
TrtYoloXNode::TrtYoloXNode(const rclcpp::NodeOptions & node_options)
Expand Down
2 changes: 2 additions & 0 deletions perception/traffic_light_ssd_fine_detector/src/nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ namespace fs = ::std::experimental::filesystem;
#include <utility>
#include <vector>



namespace traffic_light
{
inline std::vector<float> toFloatVector(const std::vector<double> double_vector)
Expand Down

0 comments on commit 39b84a7

Please sign in to comment.