Skip to content

Commit 0cb0de1

Browse files
committed
remove bool
1 parent 7d3359d commit 0cb0de1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

beam_colorize/include/beam_colorize/Projection.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ class Projection : public Colorizer {
2222
/**
2323
* @brief see Colorizer.h
2424
*/
25-
pcl::PointCloud<pcl::PointXYZRGB>::Ptr
26-
ColorizePointCloud() const override;
25+
pcl::PointCloud<pcl::PointXYZRGB>::Ptr ColorizePointCloud() const override;
2726

2827
/**
2928
* @brief see Colorizer.h
3029
*/
3130
pcl::PointCloud<beam_containers::PointBridge>::Ptr
32-
ColorizeMask(bool return_in_cam_frame = false) const override;
31+
ColorizeMask() const override;
3332

3433
private:
3534
};

0 commit comments

Comments
 (0)