@@ -74,35 +74,35 @@ BT configuration
7474
7575The behavior tree XML configuration files may require updating the following names related to input ports used in BT Action Nodes:
7676
77- +-------------------------+--------------------------+----------------------------------------+
78- | BT Action Node ID | Input port | Example |
79- +=========================+==========================+========================================+
80- | FollowPath | controller_id | `FollowPath ` -> `follow_path ` |
81- +-------------------------+--------------------------+----------------------------------------+
82- | FollowPath | path_handler_id | `PathHandler ` -> `path_handler ` |
83- +-------------------------+--------------------------+----------------------------------------+
84- | FollowPath | goal_checker_id | `GoalChecker ` -> `goal_checker ` |
85- +-------------------------+--------------------------+----------------------------------------+
86- | FollowPath | progress_checker_id | `ProgressChecker` -> `progress_checker`|
87- +-------------------------+--------------------------+----------------------------------------+
88- | ComputePathToPose | planner_id | `GridBased ` -> `grid_based ` |
89- +-------------------------+--------------------------+----------------------------------------+
90- | ComputePathThroughPoses | planner_id | `GridBased ` -> `grid_based ` |
91- +-------------------------+--------------------------+----------------------------------------+
92- | SmoothPath | smoother_id | `RouteSmoother ` -> `route_smoother ` |
93- +-------------------------+--------------------------+----------------------------------------+
94- | ControllerSelector | default_controller | `FollowPath ` -> `follow_path ` |
95- +-------------------------+--------------------------+----------------------------------------+
96- | GoalCheckerSelector | default_goal_checker | `GoalChecker ` -> `goal_checker ` |
97- +-------------------------+--------------------------+----------------------------------------+
98- | ProgressCheckerSelector | default_progress_checker | `ProgressChecker` -> `progress_checker`|
99- +-------------------------+--------------------------+----------------------------------------+
100- | PlannerSelector | planner_id | `GridBased ` -> `grid_based ` |
101- +-------------------------+--------------------------+----------------------------------------+
102- | PathHandlerSelector | default_path_handler | `PathHandler ` -> `path_handler ` |
103- +-------------------------+--------------------------+----------------------------------------+
104- | SmootherSelector | default_smoother | `SimpleSmoother ` -> `simple_smoother ` |
105- +-------------------------+--------------------------+----------------------------------------+
77+ +-------------------------+--------------------------+----------------------------------------- +
78+ | BT Action Node ID | Input port | Example |
79+ +=========================+==========================+========================================= +
80+ | FollowPath | controller_id | `FollowPath ` -> `follow_path ` |
81+ +-------------------------+--------------------------+----------------------------------------- +
82+ | FollowPath | path_handler_id | `PathHandler ` -> `path_handler ` |
83+ +-------------------------+--------------------------+----------------------------------------- +
84+ | FollowPath | goal_checker_id | `GoalChecker ` -> `goal_checker ` |
85+ +-------------------------+--------------------------+----------------------------------------- +
86+ | FollowPath | progress_checker_id | `ProgressChecker ` -> `progress_checker ` |
87+ +-------------------------+--------------------------+----------------------------------------- +
88+ | ComputePathToPose | planner_id | `GridBased ` -> `grid_based ` |
89+ +-------------------------+--------------------------+----------------------------------------- +
90+ | ComputePathThroughPoses | planner_id | `GridBased ` -> `grid_based ` |
91+ +-------------------------+--------------------------+----------------------------------------- +
92+ | SmoothPath | smoother_id | `RouteSmoother ` -> `route_smoother ` |
93+ +-------------------------+--------------------------+----------------------------------------- +
94+ | ControllerSelector | default_controller | `FollowPath ` -> `follow_path ` |
95+ +-------------------------+--------------------------+----------------------------------------- +
96+ | GoalCheckerSelector | default_goal_checker | `GoalChecker ` -> `goal_checker ` |
97+ +-------------------------+--------------------------+----------------------------------------- +
98+ | ProgressCheckerSelector | default_progress_checker | `ProgressChecker ` -> `progress_checker ` |
99+ +-------------------------+--------------------------+----------------------------------------- +
100+ | PlannerSelector | planner_id | `GridBased ` -> `grid_based ` |
101+ +-------------------------+--------------------------+----------------------------------------- +
102+ | PathHandlerSelector | default_path_handler | `PathHandler ` -> `path_handler ` |
103+ +-------------------------+--------------------------+----------------------------------------- +
104+ | SmootherSelector | default_smoother | `SimpleSmoother ` -> `simple_smoother ` |
105+ +-------------------------+--------------------------+----------------------------------------- +
106106
107107An example for updated XML configuration file:
108108
0 commit comments