Skip to content

Commit 652aea4

Browse files
committed
feat: add follow_object action to bt_navigator parameters
Signed-off-by: Alberto Tudela <[email protected]>
1 parent b7a20ad commit 652aea4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

nav2_behavior_tree/include/nav2_behavior_tree/bt_action_server_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ BtActionServer<ActionT, NodeT>::BtActionServer(
6767
"compute_path",
6868
"dock_robot",
6969
"drive_on_heading",
70+
"follow_object",
7071
"follow_path",
7172
"nav_thru_poses",
7273
"nav_to_pose",

nav2_bringup/params/nav2_params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ bt_navigator:
7575
- compute_path
7676
- dock_robot
7777
- drive_on_heading
78+
- follow_object
7879
- follow_path
7980
- nav_thru_poses
8081
- nav_to_pose

nav2_system_tests/src/system/nav2_system_params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ bt_navigator:
5959
- compute_path
6060
- dock_robot
6161
- drive_on_heading
62+
- follow_object
6263
- follow_path
6364
- nav_thru_poses
6465
- nav_to_pose

0 commit comments

Comments
 (0)