Skip to content

Commit 11d26da

Browse files
AntoBrandiRayman
authored andcommitted
Correct Statistical Outlier Removal param description
1 parent 548531c commit 11d26da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcl_ros/src/pcl_ros/filters/statistical_outlier_removal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pcl_ros::StatisticalOutlierRemoval::StatisticalOutlierRemoval(const rclcpp::Node
7171
negative_desc.name = "negative";
7272
negative_desc.type = rcl_interfaces::msg::ParameterType::PARAMETER_BOOL;
7373
negative_desc.description =
74-
"Set whether the inliers should be returned (true) or the outliers (false).";
74+
"Set whether the inliers should be returned (false) or the outliers (true).";
7575
declare_parameter(negative_desc.name, rclcpp::ParameterValue(false), negative_desc);
7676

7777
const std::vector<std::string> param_names {

0 commit comments

Comments
 (0)