Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_behaviortree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
iri_core
iri_behaviortree
Commits
ae4a3865
Commit
ae4a3865
authored
5 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
d5ea5de2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-0
25 additions, 0 deletions
README.md
with
25 additions
and
0 deletions
README.md
0 → 100644
+
25
−
0
View file @
ae4a3865
IRI BehaviorTree
==============
## Description
It's a library to adapt the
[
behaviortree
](
https://github.com/BehaviorTree/BehaviorTree.CPP
)
library to the use
of
[
IRI modules
](
https://gitlab.iri.upc.edu/labrobotica/ros/iri_core/iri_ros_tools
)
.
It provides the possibility of creating asynchronous actions without the need of creating a class. Its
*tick*
function is called from the main thread. There isn't implemented any
*halt*
function.
## ROS dependencies
-
[
behaviortree_cpp_v3
](
https://github.com/BehaviorTree/BehaviorTree.CPP
)
## Installation
-
Move to workspace:
`roscd && cd ../src`
-
Clone the repository:
`git clone https://gitlab.iri.upc.edu/labrobotica/ros/iri_core/iri_behaviortree.git`
-
Compile:
`roscd && cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release`
## How to use it
Substitute the
*BehaviorTreeFactory*
object with an
*IriBehaviorTreeFactory*
object. To add an
*IriAsyncActionNode*
just call
*registerIriAsyncAction*
on the same way that a
*registerSimpleAction*
would be called.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment