Skip to content

Commit

Permalink
change_access specifier kinect
Browse files Browse the repository at this point in the history
  • Loading branch information
renan028 committed Oct 23, 2021
1 parent 5260e23 commit 563f610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/laser_filters/box_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class LaserScanBoxFilter : public filters::FilterBase<sensor_msgs::LaserScan>
const sensor_msgs::LaserScan& input_scan,
sensor_msgs::LaserScan& filtered_scan);

private:
protected:
bool inBox(tf::Point &point);
std::string box_frame_;
laser_geometry::LaserProjection projector_;
Expand Down
2 changes: 1 addition & 1 deletion include/laser_filters/point_cloud_footprint_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class PointCloudFootprintFilter : public filters::FilterBase<sensor_msgs::PointC
return true;
}

private:
protected:
tf::TransformListener tf_;
laser_geometry::LaserProjection projector_;
double inscribed_radius_;
Expand Down

0 comments on commit 563f610

Please sign in to comment.