ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

semantic map input

asked 2012-08-19 16:24:22 -0500

Astronaut gravatar image

Hello

Im new in knowrob package and would like to know what is the input and output of the semantic map. Is the bitmap image a input and semantic map can be create from bitmap image or what is the general input ( like RGB image or point claud datas) for semantic maps in knowrob. Please any help?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-08-19 19:00:06 -0500

moritz gravatar image

A semantic map is a data structure, it is not a processing unit, so there are no inputs or outputs. The map consists of object instances at different poses in space and their composition of sub-parts. The objects are described as instances of more generic object classes and inherit their properties. I've already pointed you to related publications and can only recommend to read about the concepts behind semantic maps, e.g. in [1].

You can, in principle, create semantic maps from very different input sources: In [1], RGB-D data is used, in the KnowRob tutorial at the ROS Fall School 2010, we have interfaced the tabletop_object_detector, you can use image-based recognition methods like the RoboEarth object recognition system, or you can build the map yourself, manually or with the (experimental) semantic map editor (some docs).

Moritz

[1] http://ias.cs.tum.edu/_media/spezial/bib/iros12semantic_mapping.pdf

edit flag offensive delete link more

Comments

Ok. Thanks. So none of this methods is based on simple bitmap (black and white ) png image???

Astronaut gravatar image Astronaut  ( 2012-08-19 19:17:19 -0500 )edit

No. If you want to automatically create a 3D map with objects inside, you need to have an input format that provides this information. Black and white PNG images are great for distinguishing obstacles from free space, but don't tell you which objects are where. How should the system know?

moritz gravatar image moritz  ( 2012-08-19 19:28:17 -0500 )edit

ok. Understand. Thanks.

Astronaut gravatar image Astronaut  ( 2012-08-19 19:29:51 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-08-19 16:24:22 -0500

Seen: 359 times

Last updated: Aug 19 '12