Skip to content

Commit 08ac611

Browse files
Update README.md
1 parent d9439eb commit 08ac611

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

34
This 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

1213
Our 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

1718
Note 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

2829
A 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

0 commit comments

Comments
 (0)