Skip to content

Commit a514e7f

Browse files
authored
fix(autoware_detected_object_validation): fix functionConst (#8285)
fix: functionConst Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com>
1 parent ab93dab commit a514e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/autoware_detected_object_validation/src/obstacle_pointcloud/obstacle_pointcloud_validator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Validator
6565

6666
public:
6767
explicit Validator(const PointsNumThresholdParam & points_num_threshold_param);
68-
inline pcl::PointCloud<pcl::PointXYZ>::Ptr getDebugPointCloudWithinObject()
68+
inline pcl::PointCloud<pcl::PointXYZ>::Ptr getDebugPointCloudWithinObject() const
6969
{
7070
return cropped_pointcloud_;
7171
}

0 commit comments

Comments
 (0)