Skip to content

Commit adec04b

Browse files
authored
Fix link to global blackboard tutorial (#94)
1 parent aa7fd83 commit adec04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behaviortree_ros2/tree_execution_server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Furthermore, the user can customize it to:
1818

1919
- Register custom BT Nodes directly (static linking).
2020
- Attach additional loggers. The **Groot2** publisher will be attached by default.
21-
- Use the "global blackboard", a new idiom/pattern explained in [this tutorial](https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/examples/t19_global_blackboard.cpp).
21+
- Use the "global blackboard", a new idiom/pattern explained in [this tutorial](https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/examples/t16_global_blackboard.cpp).
2222
- Customize the feedback of the `rclcpp_action::Server`.
2323

2424
## Customization points

0 commit comments

Comments
 (0)