-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added mas_knowledge_base to the list of dependencies
- Loading branch information
1 parent
5a1902c
commit 9f7f7e5
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ find_package(catkin REQUIRED COMPONENTS | |
rospy | ||
smach | ||
roslint | ||
mas_knowledge_base | ||
) | ||
|
||
roslint_python() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="2"> | ||
<name>mas_execution_manager</name> | ||
<version>0.0.0</version> | ||
<description>A package for loading scenarios specified as state machines</description> | ||
<description>A package for loading and executing scenarios specified as state machines</description> | ||
|
||
<author email="[email protected]">Alex Mitrevski</author> | ||
<maintainer email="[email protected]">MAS robotics</maintainer> | ||
|
@@ -13,10 +13,11 @@ | |
<build_depend>rospy</build_depend> | ||
<build_depend>smach</build_depend> | ||
<build_depend>roslint</build_depend> | ||
<build_export_depend>rospy</build_export_depend> | ||
<build_export_depend>smach</build_export_depend> | ||
<build_depend>mas_knowledge_base</build_depend> | ||
|
||
<exec_depend>rospy</exec_depend> | ||
<exec_depend>smach</exec_depend> | ||
<exec_depend>mas_knowledge_base</exec_depend> | ||
|
||
<export> | ||
</export> | ||
|