Integration with BehaviorTree.ROS2 #323
marip8
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Really nice work @marip8 👍 Would you happen to have a smaller(-ish) example tree perhaps? Might make it easier for potential users to figure out how to integrate / sequence the states. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently created a library of behavior tree node plugins for interacting with the MotoROS2 driver using BehaviorTree.ROS2. The repository can be found here:
https://github.com/marip8/motoros2_behavior_tree
You might find this useful for building a ROS2 application around a Yaskawa robot, such as this application based on
scan_n_plan_workshop
. Contributions and feedback welcome!Beta Was this translation helpful? Give feedback.
All reactions