Skip to content

Commit 368ee7c

Browse files
Update README.md
1 parent 550eff2 commit 368ee7c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# BehaviorTree.ROS
2-
ROS related code on top of the framework BehaviorTree.CPP
2+
3+
[BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP) is a __middleware independent__ framework
4+
to develop Behavior Trees in C++.
5+
6+
The library is not particularly opinionated about the way Actions and Conditions should be created; this gives
7+
more freedom to the developer, but can also be confusing for those people which are getting started with it.
8+
9+
[BehaviorTree.ROS](https://github.com/BehaviorTree/BehaviorTree.ROS) provides some practical examples and
10+
utilities related to [ROS (the Robotic Operative System)](http://www.ros.org).
11+
12+
ROS users can use this library or look at the way Nodes are implemented to implmenent their own version.

0 commit comments

Comments
 (0)