[Documentation] [TitleIndex] [WordIndex

  Documentation Status

Cannot load information on name: cob_3d_mapping_semantics, distro: fuerte, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.
Cannot load information on name: cob_3d_mapping_semantics, distro: groovy, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.
Cannot load information on name: cob_3d_mapping_semantics, distro: hydro, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

This package can extract semantic information from a geometric map.

ROS API

semantic_extraction_node

The semantic_extraction_node gets the geometric map via service call from cob_3d_mapping_geometry_map and performs a tabletop extraction. The tables found are published as cob_3d_mapping_msgs/ShapeArray and as visualization_msgs/Marker.

Parameters

~tilt_angle (double, default: 3.0) ~height_min (double, default: 0.6) ~height_max (double, default: 1.2) ~area_min (double, default: 0.5) ~area_max (double, default: 3)

Usage/Examples

Start the mapping pipeline in cob_3d_mapping_pipeline

roslaunch cob_3d_mapping_pipeline mapping.launch

Perform a 360° scan of the room

rosrun cob_3d_mapping_pipeline test_360_scan.py

Check the consistency of the point map and the geometric map in rviz.
Start the semantic extraction of tables

roslaunch cob_3d_mapping_semantics extract_tables.launch

Trigger the table detection by running

roslaunch cob_3d_mapping_semantics get_tables_client.launch

Start moving to a table

roslaunch cob_3d_mapping_semantics move_to_table.launch

2013-05-18 12:27