Skip to content

Commit

Permalink
Update modified default_bt_xml_filename parameter (#1797)
Browse files Browse the repository at this point in the history
Parameter ``bt_xml_filename`` has changed to ``default_bt_xml_filename``
  • Loading branch information
fmrico committed Jun 10, 2020
1 parent 9e304b1 commit caea7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/parameters/param_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Parameter | Default | Description |
| ----------| --------| ------------|
| bt_xml_filename | N/A | path to behavior tree XML description |
| default_bt_xml_filename | N/A | path to the default behavior tree XML description |
| plugin_lib_names | ["nav2_compute_path_to_pose_action_bt_node", "nav2_follow_path_action_bt_node", "nav2_back_up_action_bt_node", "nav2_spin_action_bt_node", "nav2_wait_action_bt_node", "nav2_clear_costmap_service_bt_node", "nav2_is_stuck_condition_bt_node", "nav2_goal_reached_condition_bt_node", "nav2_initial_pose_received_condition_bt_node", "nav2_goal_updated_condition_bt_node", "nav2_reinitialize_global_localization_service_bt_node", "nav2_rate_controller_bt_node", "nav2_distance_controller_bt_node", "nav2_recovery_node_bt_node", "nav2_pipeline_sequence_bt_node", "nav2_round_robin_node_bt_node", "nav2_transform_available_condition_bt_node"] | list of behavior tree node shared libraries |
| transform_tolerance | 0.1 | TF transform tolerance |
| global_frame | "map" | Reference frame |
Expand Down Expand Up @@ -581,4 +581,4 @@ Namespace: /parent_ns/local_ns

| Input Port | Default | Description |
| ---------- | ------- | ----------- |
| hz | 10.0 | Rate to throttle |
| hz | 10.0 | Rate to throttle |

0 comments on commit caea7fa

Please sign in to comment.