Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahiminfinite committed Apr 7, 2023
1 parent 08a93df commit e417c1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ bool ButterworthFilterPlugin::initialize(rclcpp::Node::SharedPtr node, moveit::c
{
position_filters_.emplace_back(filter_coeff);
}
RCLCPP_INFO(node_->get_logger(), "Butterworth filter coeff set to : %f", filter_coeff);
return true;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ online_signal_smoothing:
validation: {
gt<>: 1.0
}
}
}
2 changes: 1 addition & 1 deletion moveit_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<buildtool_depend>pkg-config</buildtool_depend>
<buildtool_depend>eigen3_cmake_module</buildtool_depend>
<buildtool_export_depend>eigen3_cmake_module</buildtool_export_depend>

<depend>generate_parameter_library</depend>
<depend>moveit_common</depend>
<depend>angles</depend>
Expand Down

0 comments on commit e417c1e

Please sign in to comment.