Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosutera committed May 19, 2024
1 parent 63dd864 commit 8fbb460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_costmap_2d/test/unit/binary_filter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ bool TestNode::createBinaryFilter(const std::string & global_frame, double flip_
param.name));
if (param.default_value_set) {
node_->declare_parameter(
std::string(FILTER_NAME) + "." + param.namespace_ + ".default_state", rclcpp::ParameterValue(
std::string(FILTER_NAME) + "." + param.namespace_ + ".default_state",
rclcpp::ParameterValue(
param.default_value));
node_->set_parameter(
rclcpp::Parameter(
Expand Down

0 comments on commit 8fbb460

Please sign in to comment.