diff --git a/CMakeLists.txt b/CMakeLists.txt index 102929f..f1273bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ find_package(catkin REQUIRED COMPONENTS rospy smach roslint + mas_knowledge_base ) roslint_python() diff --git a/README.md b/README.md index 6ac1b8b..47fab10 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,7 @@ mas_execution_manager * ``rospy`` * ``smach`` * ``smach_ros`` -* ``mongodb_store`` -* ``rosplan_dispatch_msgs`` (only for the scenario state base) -* ``rosplan_knowledge_msgs`` (only for the scenario state base) +* [``mas_knowledge_base``](https://github.com/b-it-bots/mas_knowledge_base) * ``mdr_monitoring_msgs`` ## Launch file parameters diff --git a/package.xml b/package.xml index 46511c7..678b873 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ mas_execution_manager 0.0.0 - A package for loading scenarios specified as state machines + A package for loading and executing scenarios specified as state machines Alex Mitrevski MAS robotics @@ -13,10 +13,11 @@ rospy smach roslint - rospy - smach + mas_knowledge_base + rospy smach + mas_knowledge_base