Skip to content

Commit

Permalink
fix previous commit (uncrustify)
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Faconti <[email protected]>
  • Loading branch information
facontidavide committed Feb 20, 2024
1 parent d0e6c33 commit 38cdd40
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_multirobot_params_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

error_code_names:
- compute_path_error_code
Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_multirobot_params_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

error_code_names:
- compute_path_error_code
Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_multirobot_params_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

error_code_names:
- compute_path_error_code
Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/params/nav2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

error_code_names:
- compute_path_error_code
Expand Down
4 changes: 2 additions & 2 deletions nav2_bt_navigator/src/bt_navigator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ BtNavigator::on_configure(const rclcpp_lifecycle::State & /*state*/)
boost::split(plugin_lib_names, nav2::details::BT_BUILTIN_PLUGINS, boost::is_any_of(";"));

rclcpp::Parameter plugins_param;
if(get_parameter("plugin_lib_names", plugins_param) &&
plugins_param.get_type() == rclcpp::ParameterType::PARAMETER_STRING_ARRAY)
if (get_parameter("plugin_lib_names", plugins_param) &&
plugins_param.get_type() == rclcpp::ParameterType::PARAMETER_STRING_ARRAY)
{
auto user_defined_plugins = plugins_param.as_string_array();
// append user_defined_plugins to plugin_lib_names
Expand Down
2 changes: 1 addition & 1 deletion nav2_system_tests/src/costmap_filters/keepout_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

controller_server:
ros__parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

controller_server:
ros__parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

controller_server:
ros__parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bt_navigator:

# plugin_lib_names is used to add custom BT plugins to the executor (vector of strings).
# Built-in plugins are added automatically
plugin_lib_names: []
# plugin_lib_names: []

error_code_names:
- compute_path_error_code
Expand Down

0 comments on commit 38cdd40

Please sign in to comment.