diff --git a/CMakeLists.txt b/CMakeLists.txt index 4122e1da..8c2cbb0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ endif() if(catkin_FOUND) find_package(catkin REQUIRED COMPONENTS behavior_tree_core rosbag rosbag_storage roscpp) + find_package(behavior_tree_core 3.2.0 REQUIRED) find_package(cmake_modules REQUIRED) find_package(TinyXML2 REQUIRED) diff --git a/package.xml b/package.xml index 2816dad6..6090f423 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ groot - 1.2.1 + 1.2.2 Graphical editor to create behaviour trees Javier Ponce @@ -14,7 +14,7 @@ cmake_modules pluginlib roscpp - behavior_tree_core + behavior_tree_core qtbase5-dev libqt5-opengl-dev libqt5-svg-dev @@ -25,7 +25,7 @@ cmake_modules pluginlib roscpp - behavior_tree_core + behavior_tree_core qtbase5-dev libqt5-opengl-dev libqt5-svg-dev @@ -35,7 +35,7 @@ pluginlib roscpp - behavior_tree_core + behavior_tree_core qtbase5-dev libqt5-opengl libqt5-svg-dev