We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0846a commit 62fda75Copy full SHA for 62fda75
localization/ndt_scan_matcher/test/test.cpp
@@ -91,7 +91,7 @@ TEST_F(TestNDTScanMatcher,
91
//---------//
92
93
// prepare input source PointCloud
94
- pcl::PointCloud<pcl::PointXYZ> cloud = make_sample_pcd(-10.0, 30.0, 1.0);
+ pcl::PointCloud<pcl::PointXYZ> cloud = make_sample_pcd(-10.0, 10.0, 1.0);
95
sensor_msgs::msg::PointCloud2 input_cloud;
96
pcl::toROSMsg(cloud, input_cloud);
97
input_cloud.header.frame_id = "sensor_frame";
0 commit comments