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 1
1
# 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 )
2
3
3
4
This repository contains useful wrappers to use ROS2 and BehaviorTree.CPP together.
4
5
@@ -11,8 +12,8 @@ In particular, it provides a standard way to implement:
11
12
12
13
Our main goals are:
13
14
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.
16
17
17
18
Note that this library is compatible ** only** with:
18
19
@@ -27,6 +28,6 @@ wrap your Nodes into plugins that can be loaded at run-time.
27
28
28
29
A lot of code is either inspired or copied from [ Nav2] ( https://navigation.ros.org/ ) .
29
30
30
- To this reason we retain the same license and copyright.
31
+ For this reason, we retain the same license and copyright.
31
32
32
33
You can’t perform that action at this time.
0 commit comments