Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
letrend committed May 26, 2017
2 parents d575159 + ac6133f commit 99a149c
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ project( roboy_communication )

add_subdirectory( middleware )
add_subdirectory( simulation )
add_subdirectory( roboy_communication_control )
add_subdirectory( roboy_communication_cognition )
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ project( roboy_communication_cognition )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

find_package(catkin REQUIRED cmake_modules COMPONENTS
roscpp
std_msgs
std_srvs
message_generation
)

Expand All @@ -16,15 +14,11 @@ include_directories(
)

add_message_files(
DIRECTORY
msg
FILES
SpeechSynthesis.msg
)

add_service_files(
DIRECTORY
srv
FILES
AssertProperty.srv
CallQuery.srv
Expand All @@ -47,8 +41,9 @@ add_service_files(
)

generate_messages(
DEPENDENCIES std_msgs std_srvs
DEPENDENCIES
std_msgs
)

catkin_package( CATKIN_DEPENDS roscpp message_runtime message_generation
catkin_package( CATKIN_DEPENDS message_runtime std_msgs
INCLUDE_DIRS)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
<maintainer email="[email protected]">Alona Kharchenko</maintainer>
<license>BSD-3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>message_runtime</build_depend>
<run_depend>message_runtime</run_depend>
<run_depend>message_generation</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>

<export>
<architecture_independent/>
</export>
</package>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 99a149c

Please sign in to comment.