Skip to content

Commit f4add9a

Browse files
committed
chore(hesai_cmd_response): add missing imports
1 parent 084ab9f commit f4add9a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_hesai/hesai_cmd_response.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include <array>
2323
#include <cstdint>
24+
#include <iomanip>
2425
#include <ostream>
2526
#include <string>
2627

nebula_tests/hesai/hesai_ros_decoder_test.cpp

+8-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
#include "hesai_ros_decoder_test.hpp"
44

5-
#include "rclcpp/serialization.hpp"
6-
#include "rclcpp/serialized_message.hpp"
7-
#include "rcpputils/filesystem_helper.hpp"
8-
#include "rcutils/time.h"
9-
#include "rosbag2_cpp/reader.hpp"
10-
#include "rosbag2_cpp/readers/sequential_reader.hpp"
11-
#include "rosbag2_cpp/writer.hpp"
12-
#include "rosbag2_cpp/writers/sequential_writer.hpp"
13-
#include "rosbag2_storage/storage_options.hpp"
5+
#include <rclcpp/serialization.hpp>
6+
#include <rclcpp/serialized_message.hpp>
7+
#include <rcpputils/filesystem_helper.hpp>
8+
#include <rosbag2_cpp/reader.hpp>
9+
#include <rosbag2_cpp/readers/sequential_reader.hpp>
10+
#include <rosbag2_storage/storage_options.hpp>
11+
12+
#include <pandar_msgs/msg/pandar_scan.hpp>
1413

1514
#include <gtest/gtest.h>
1615

0 commit comments

Comments
 (0)