We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab93dab commit a514e7fCopy full SHA for a514e7f
perception/autoware_detected_object_validation/src/obstacle_pointcloud/obstacle_pointcloud_validator.hpp
@@ -65,7 +65,7 @@ class Validator
65
66
public:
67
explicit Validator(const PointsNumThresholdParam & points_num_threshold_param);
68
- inline pcl::PointCloud<pcl::PointXYZ>::Ptr getDebugPointCloudWithinObject()
+ inline pcl::PointCloud<pcl::PointXYZ>::Ptr getDebugPointCloudWithinObject() const
69
{
70
return cropped_pointcloud_;
71
}
0 commit comments