Skip to content

Commit 6466ca3

Browse files
naiveHoboSteveMacenskicdelsey
authored
Add feedback in navigation2 actions (ros-navigation#1736)
* adding navigate to pose feedback and remove random crawl from master * adding controller feedback * recovery feedback actions * Update nav2_controller/src/nav2_controller.cpp Co-Authored-By: Carl Delsey <1828778+cdelsey@users.noreply.github.com> * Add feedback in wait action and make general improvements Signed-off-by: Sarthak Mittal <sarthakmittal2608@gmail.com> * Fix rebase errors * Make feedback reset across different goals Co-authored-by: stevemacenski <stevenmacenski@gmail.com> Co-authored-by: Carl Delsey <1828778+cdelsey@users.noreply.github.com>
1 parent de4feca commit 6466ca3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

‎nav2_bringup/bringup/params/nav2_multirobot_params_1.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ amcl_rclcpp_node:
4949
bt_navigator:
5050
ros__parameters:
5151
use_sim_time: True
52+
global_frame: map
53+
robot_base_frame: base_link
5254
bt_xml_filename: "navigate_w_replanning_and_recovery.xml"
5355
plugin_lib_names:
5456
- nav2_compute_path_to_pose_action_bt_node

‎nav2_bringup/bringup/params/nav2_multirobot_params_2.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ amcl_rclcpp_node:
4949
bt_navigator:
5050
ros__parameters:
5151
use_sim_time: True
52+
global_frame: map
53+
robot_base_frame: base_link
5254
bt_xml_filename: "navigate_w_replanning_and_recovery.xml"
5355
plugin_lib_names:
5456
- nav2_compute_path_to_pose_action_bt_node

‎nav2_bringup/bringup/params/nav2_params.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ amcl_rclcpp_node:
4949
bt_navigator:
5050
ros__parameters:
5151
use_sim_time: True
52+
global_frame: map
53+
robot_base_frame: base_link
5254
bt_xml_filename: "navigate_w_replanning_and_recovery.xml"
5355
plugin_lib_names:
5456
- nav2_compute_path_to_pose_action_bt_node

0 commit comments

Comments
 (0)