15 lines
827 B
Bash
Executable File
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
|