fzi-forschungszentrum-informatik / ros2_ros_bt_py

This is a Behavior Tree library meant to be an alternative to SMACH, FlexBE and the like. It includes a ReactJS-based web GUI and all the building blocks you need to build moderately advanced mission control Behavior Trees without writing a single line of code!
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Implement capabilities #20

Open Oberacda opened 9 months ago

Oberacda commented 9 months ago

Currently, capabilities as dynamically dispatched subtrees are only present in the ROS1 version. We should also implement them in the ROS2 version.