You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sensing/pointcloud_preprocessor/include/pointcloud_preprocessor/concatenate_data/concatenate_and_time_sync_node.hpp
+3-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ class PointCloudConcatenateDataSynchronizerComponent : public rclcpp::Node
101
101
{
102
102
int maximum_queue_size;
103
103
double timeout_sec;
104
-
double offset_tolerance;
104
+
double offset_tolerance;// TODO(vivid): remove this
105
105
bool is_motion_compensated;
106
106
bool publish_synchronized_pointcloud;
107
107
bool keep_input_frame_in_synchronized_pointcloud;
@@ -110,6 +110,7 @@ class PointCloudConcatenateDataSynchronizerComponent : public rclcpp::Node
110
110
std::vector<std::string> input_topics;
111
111
std::string output_frame;
112
112
std::vector<double> lidar_timestamp_offsets;
113
+
std::vector<double> lidar_timestamp_noise_window;
113
114
} params_;
114
115
115
116
std::set<std::string> missed_cloud_;
@@ -118,6 +119,7 @@ class PointCloudConcatenateDataSynchronizerComponent : public rclcpp::Node
0 commit comments