Skip to content

Commit

Permalink
remove any reference to the household database
Browse files Browse the repository at this point in the history
Everything is being moved to object_recognition_ros_tabletop
  • Loading branch information
vrabaud committed Sep 23, 2014
1 parent 51330e6 commit c446f51
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 791 deletions.
16 changes: 3 additions & 13 deletions CMakeLists.txt
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 2.8)
project(object_recognition_tabletop)

find_package(catkin REQUIRED ecto cmake_modules household_objects_database
find_package(catkin REQUIRED ecto cmake_modules
moveit_core object_recognition_core object_recognition_msgs opencv_candidate
pluginlib rosconsole roscpp shape_msgs sql_database tf)
catkin_package(INCLUDE_DIRS include)
pluginlib rosconsole roscpp shape_msgs tf)
catkin_package()

# deal with Python
catkin_python_setup()
Expand Down Expand Up @@ -34,13 +34,3 @@ ecto_sphinx(${CMAKE_CURRENT_SOURCE_DIR}/doc/source doc)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/conf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

# install the include folder
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/object_recognition_tabletop/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)

# install the plugin file
install(FILES ${PROJECT_SOURCE_DIR}/db_plugin.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
10 changes: 3 additions & 7 deletions conf/detection.object.ork
Expand Up @@ -27,10 +27,6 @@ pipeline2:
parameters:
object_ids: 'REDUCED_MODEL_SET'
db:
type: 'ObjectDbSqlHousehold'
host: 'wgs36'
port: 5432
user: 'willow'
password: 'willow'
name: 'household_objects'
module: 'object_recognition_tabletop'
type: CouchDB
root: http://localhost:5984
collection: object_recognition
7 changes: 0 additions & 7 deletions conf/detection.object.ros.ork
Expand Up @@ -58,13 +58,6 @@ pipeline2:
object_ids: 'all'
tabletop_object_ids: 'REDUCED_MODEL_SET'
db:
# type: 'ObjectDbSqlHousehold'
# host: 'wgs36'
# port: 5432
# user: 'willow'
# password: 'willow'
# name: 'household_objects'
# module: 'object_recognition_tabletop'
type: CouchDB
root: http://localhost:5984
collection: object_recognition
7 changes: 0 additions & 7 deletions db_plugin.xml

This file was deleted.

135 changes: 0 additions & 135 deletions include/object_recognition_tabletop/household.h

This file was deleted.

12 changes: 2 additions & 10 deletions package.xml
Expand Up @@ -13,29 +13,21 @@
<build_depend>assimp-dev</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>ecto</build_depend>
<build_depend>household_objects_database</build_depend>
<build_depend>moveit_core</build_depend>
<build_depend>object_recognition_core</build_depend>
<build_depend>object_recognition_msgs</build_depend>
<build_depend>opencv_candidate</build_depend>
<build_depend>sql_database</build_depend>
<build_depend>tf</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>tf</build_depend>

<run_depend>assimp</run_depend>
<run_depend>ecto</run_depend>
<run_depend>household_objects_database</run_depend>
<run_depend>moveit_core</run_depend>
<run_depend>object_recognition_core</run_depend>
<run_depend>object_recognition_msgs</run_depend>
<run_depend>opencv_candidate</run_depend>
<run_depend>sql_database</run_depend>
<run_depend>tf</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>tf</run_depend>

<buildtool_depend>catkin</buildtool_depend>

<export>
<object_recognition_core plugin="${prefix}/db_plugin.xml" />
</export>
</package>
19 changes: 0 additions & 19 deletions python/object_recognition_tabletop/db.py

This file was deleted.

1 change: 0 additions & 1 deletion src/CMakeLists.txt
@@ -1,3 +1,2 @@
add_subdirectory(db)
add_subdirectory(object)
add_subdirectory(table)
28 changes: 0 additions & 28 deletions src/db/CMakeLists.txt

This file was deleted.

99 changes: 0 additions & 99 deletions src/db/db_mesh.cpp

This file was deleted.

0 comments on commit c446f51

Please sign in to comment.