Skip to content

Commit

Permalink
Moved semantic_map_publisher headers into include/semantic_map_publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresAmbrus committed Aug 14, 2015
1 parent 6ee6c31 commit e2b18a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions semantic_map_publisher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include_directories(include
${cloud_register_INCLUDE_DIRS}
)

add_executable(semantic_map_publisher include/semantic_map_publisher.h src/semantic_map_publisher.cpp src/semantic_map_publisher_main.cpp)
add_executable(semantic_map_publisher include/semantic_map_publisher/semantic_map_publisher.h src/semantic_map_publisher.cpp src/semantic_map_publisher_main.cpp)
add_dependencies(semantic_map_publisher semantic_map_generate_messages_cpp primitive_extraction_generate_messages_cpp semantic_map_publisher_generate_messages_cpp)


Expand All @@ -65,7 +65,7 @@ install(TARGETS semantic_map_publisher
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY include/
install(DIRECTORY include/semantic_map_publisher/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)

Expand Down
2 changes: 1 addition & 1 deletion semantic_map_publisher/src/semantic_map_publisher.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "semantic_map_publisher.h"
#include "semantic_map_publisher/semantic_map_publisher.h"
2 changes: 1 addition & 1 deletion semantic_map_publisher/src/semantic_map_publisher_main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "semantic_map_publisher.h"
#include "semantic_map_publisher/semantic_map_publisher.h"

int main(int argc, char **argv)
{
Expand Down

0 comments on commit e2b18a9

Please sign in to comment.