Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
* fix catkin_lint warnings
* remove obsolete test folder
  • Loading branch information
rhaschke committed Apr 25, 2020
1 parent 2f42f9c commit 691edb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ find_package(Boost COMPONENTS system filesystem thread)
catkin_package(
INCLUDE_DIRS include
LIBRARIES warehouse_ros
CATKIN_DEPENDS roscpp rostime std_msgs geometry_msgs
CATKIN_DEPENDS roscpp rostime std_msgs geometry_msgs tf
DEPENDS Boost
)

include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
link_directories(${catkin_LINK_DIRS})
link_directories(${Boost_LIBRARY_DIRS})

set(warehouse_srcs
src/database_loader.cpp
Expand Down
4 changes: 0 additions & 4 deletions test/mongo_ros.test

This file was deleted.

0 comments on commit 691edb0

Please sign in to comment.