File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# BehaviorTree.ROS2
2+ [ ![ Test] ( https://github.com/BehaviorTree/BehaviorTree.ROS2/actions/workflows/test.yml/badge.svg )] ( https://github.com/BehaviorTree/BehaviorTree.ROS2/actions/workflows/test.yml )
23
34This repository contains useful wrappers to use ROS2 and BehaviorTree.CPP together.
45
@@ -11,8 +12,8 @@ In particular, it provides a standard way to implement:
1112
1213Our main goals are:
1314
14- - to minimize the amount of bolierplate .
15- - to make asynchonous Actions non-blocking.
15+ - to minimize the amount of boilerplate .
16+ - to make asynchronous Actions non-blocking.
1617
1718Note that this library is compatible ** only** with:
1819
@@ -27,6 +28,6 @@ wrap your Nodes into plugins that can be loaded at run-time.
2728
2829A lot of code is either inspired or copied from [ Nav2] ( https://navigation.ros.org/ ) .
2930
30- To this reason we retain the same license and copyright.
31+ For this reason, we retain the same license and copyright.
3132
3233
You can’t perform that action at this time.
0 commit comments