diff --git a/conf/detection.object.ros.ork b/conf/detection.object.ros.ork index 7eea9e5..2c63d6f 100644 --- a/conf/detection.object.ros.ork +++ b/conf/detection.object.ros.ork @@ -23,19 +23,16 @@ sink1: type: TablePublisher module: 'object_recognition_tabletop' inputs: [source1] - visualize: True sink2: type: Publisher module: 'object_recognition_ros.io' inputs: [source1] - visualize: True - publish_clusters: False + pipeline1: type: TabletopTableDetector module: 'object_recognition_tabletop' - subtype: '' inputs: [source1] outputs: [sink1] parameters: @@ -49,7 +46,6 @@ pipeline1: pipeline2: type: TabletopObjectDetector module: 'object_recognition_tabletop' - subtype: '' inputs: [source1, pipeline1] outputs: [sink2] parameters: diff --git a/db_plugin.xml b/db_plugin.xml index 8c36ff6..f19eb06 100644 --- a/db_plugin.xml +++ b/db_plugin.xml @@ -1,4 +1,4 @@ - + This is a plugin to wrap the DB used in Tabletop (based on the household DB) in the RViz plugin diff --git a/launch/tabletop.launch b/launch/tabletop.launch index 20f3dbd..15f7531 100644 --- a/launch/tabletop.launch +++ b/launch/tabletop.launch @@ -6,10 +6,12 @@ - - - - + + + + + + diff --git a/manifest.xml b/manifest.xml deleted file mode 100644 index d168ca6..0000000 --- a/manifest.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/package.xml b/package.xml index 994afc7..503abda 100644 --- a/package.xml +++ b/package.xml @@ -22,6 +22,7 @@ pcl_ros sql_database tf + pluginlib ecto ecto_pcl @@ -34,6 +35,7 @@ pcl_ros sql_database tf + pluginlib catkin diff --git a/stack.xml b/stack.xml deleted file mode 100644 index 878567a..0000000 --- a/stack.xml +++ /dev/null @@ -1,27 +0,0 @@ - - object_recognition_tabletop - 0.2.22 - A port of the old tabletop object recognition - Marius Muja - Vincent Rabaud - Vincent Rabaud - Jon Binney - BSD - Willow Garage - - http://ecto.willowgarage.com - catkin - ecto - ecto_pcl - ecto_ros - object_recognition_core - object_recognition_msgs - opencv_candidate - - ecto - ecto_pcl - ecto_ros - object_recognition_core - object_recognition_msgs - opencv_candidate -