Skip to content

Commit 8d6ef31

Browse files
committed
fix: add whitespaces to table
Signed-off-by: AJedancov <andrei.jedancov@gmail.com>
1 parent cdc4f60 commit 8d6ef31

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

migration/Kilted.rst

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -74,35 +74,35 @@ BT configuration
7474

7575
The 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

107107
An example for updated XML configuration file:
108108

0 commit comments

Comments
 (0)