File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
You can’t perform that action at this time.
0 commit comments