ROS 2 components for the integration of the BehaviorTree.CPP library in the DUA framework.
The integration of the BehaviorTree.CPP library in DUA is primarily aimed at robotics applications.
For this reason, the contents of this repository are organized to provide an integration framework for ROS 2-based software architectures.
The user is provided with a set of software components, which include a composable node acting as a Tree executor, than can be used to both build BTs quickly using existing components or to create and integrate custom nodes.
The following software packages are provided.
-
dua_btcpp_base: Base class forBT.CPPcustom extensions, based onpluginliband integrated in thebtcpp_executor. -
dua_btcpp_nodes: Library ofBT.CPPnodes and tools for the DUA framework. -
dua_btcpp_types: Definition of custom data types forBT.CPPintegration in DUA. -
btcpp_executor: ROS 2 composable node acting as BT executor. -
dua_behaviortree_cpp: Metapackage.
Copyright 2025 dotX Automation s.r.l.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.