mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
0ccb510480
commit
34e3f8b6a8
@ -56,7 +56,7 @@ bt_navigator:
|
|||||||
- nav2_compute_path_through_poses_action_bt_node
|
- nav2_compute_path_through_poses_action_bt_node
|
||||||
- nav2_smooth_path_action_bt_node
|
- nav2_smooth_path_action_bt_node
|
||||||
- nav2_follow_path_action_bt_node
|
- nav2_follow_path_action_bt_node
|
||||||
#- nav2_spin_action_bt_node
|
- nav2_spin_action_bt_node
|
||||||
- nav2_wait_action_bt_node
|
- nav2_wait_action_bt_node
|
||||||
- nav2_assisted_teleop_action_bt_node
|
- nav2_assisted_teleop_action_bt_node
|
||||||
- nav2_back_up_action_bt_node
|
- nav2_back_up_action_bt_node
|
||||||
@ -94,7 +94,7 @@ bt_navigator:
|
|||||||
- nav2_controller_cancel_bt_node
|
- nav2_controller_cancel_bt_node
|
||||||
- nav2_path_longer_on_approach_bt_node
|
- nav2_path_longer_on_approach_bt_node
|
||||||
- nav2_wait_cancel_bt_node
|
- nav2_wait_cancel_bt_node
|
||||||
#- nav2_spin_cancel_bt_node
|
- nav2_spin_cancel_bt_node
|
||||||
- nav2_back_up_cancel_bt_node
|
- nav2_back_up_cancel_bt_node
|
||||||
- nav2_assisted_teleop_cancel_bt_node
|
- nav2_assisted_teleop_cancel_bt_node
|
||||||
- nav2_drive_on_heading_cancel_bt_node
|
- nav2_drive_on_heading_cancel_bt_node
|
||||||
@ -668,9 +668,9 @@ behavior_server:
|
|||||||
costmap_topic: local_costmap/costmap_raw
|
costmap_topic: local_costmap/costmap_raw
|
||||||
footprint_topic: local_costmap/published_footprint
|
footprint_topic: local_costmap/published_footprint
|
||||||
cycle_frequency: 10.0
|
cycle_frequency: 10.0
|
||||||
behavior_plugins: [ "backup", "drive_on_heading", "assisted_teleop", "wait"] # "removed spin",
|
behavior_plugins: [ "spin", "backup", "drive_on_heading", "assisted_teleop", "wait"] # "removed spin",
|
||||||
# spin:
|
spin:
|
||||||
# plugin: "nav2_behaviors/Spin"
|
plugin: "nav2_behaviors/Spin"
|
||||||
backup:
|
backup:
|
||||||
plugin: "nav2_behaviors/BackUp"
|
plugin: "nav2_behaviors/BackUp"
|
||||||
drive_on_heading:
|
drive_on_heading:
|
||||||
|
Loading…
Reference in New Issue
Block a user