Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Piruri committed Nov 6, 2020
1 parent dd2423c commit 7791fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>groot</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Graphical editor to create behaviour trees</description>

<maintainer email="[email protected]">Javier Ponce</maintainer>
Expand All @@ -14,7 +14,7 @@
<build_depend>cmake_modules</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>behavior_tree_core</build_depend>
<build_depend version_gte="3.2.0">behavior_tree_core</build_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>libqt5-opengl-dev</build_depend>
<build_depend>libqt5-svg-dev</build_depend>
Expand All @@ -25,7 +25,7 @@
<build_export_depend>cmake_modules</build_export_depend>
<build_export_depend>pluginlib</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>behavior_tree_core</build_export_depend>
<build_export_depend version_gte="3.2.0">behavior_tree_core</build_export_depend>
<build_export_depend>qtbase5-dev</build_export_depend>
<build_export_depend>libqt5-opengl-dev</build_export_depend>
<build_export_depend>libqt5-svg-dev</build_export_depend>
Expand All @@ -35,7 +35,7 @@

<exec_depend>pluginlib</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>behavior_tree_core</exec_depend>
<exec_depend version_gte="3.2.0">behavior_tree_core</exec_depend>
<exec_depend>qtbase5-dev</exec_depend>
<exec_depend>libqt5-opengl</exec_depend>
<exec_depend>libqt5-svg-dev</exec_depend>
Expand Down

0 comments on commit 7791fc1

Please sign in to comment.