Files
agv_pro_ros2/navigation2/tools/update_bt_diagrams.bash
T
2025-05-27 19:03:40 +08:00

15 lines
827 B
Bash
Executable File

#!/bin/bash
# Run this from the root of the workspace to update these behavior_tree images
# in the doc directory of the nav2_bt_navigator package
navigation2/tools/bt2img.py \
--behavior_tree navigation2/nav2_bt_navigator/behavior_trees/navigate_w_replanning.xml \
--image_out navigation2/nav2_bt_navigator/doc/simple_parallel \
--legend navigation2/nav2_bt_navigator/doc/legend
navigation2/tools/bt2img.py \
--behavior_tree navigation2/nav2_bt_navigator/behavior_trees/navigate_to_pose_w_replanning_and_recovery.xml \
--image_out navigation2/nav2_bt_navigator/doc/parallel_w_recovery
navigation2/tools/bt2img.py \
--behavior_tree navigation2/nav2_bt_navigator/behavior_trees/navigate_through_poses_w_replanning_and_recovery.xml \
--image_out navigation2/nav2_bt_navigator/doc/parallel_through_poses_w_recovery