Complex / real-world example behavior trees #182
aserbremen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
thanks for your contribution for ros python behavior trees. The package looks really cool. I want to use
ros2_ros_bt_py
in a more complex high-level planning scenario, where the behavior tree is in charge of allocating jobs to robots, then trigger services of various ROS2 nodes, send goal poses, trigger and monitor actions.I was wondering, if you can publish a more complex real-world behavior tree implementation using
ros2_ros_bt_py
. At the moment, I am not sure how to design subtrees, bt_nodes, or regular python nodes and how their interaction should look like. I am asking myself: what tasks should be done from wihtin the Web-UI or from within the python code.Beta Was this translation helpful? Give feedback.
All reactions