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

How to generate semantic map which can visualize by visualisation_canvas?

asked 2012-09-14 02:58:24 -0500

sam gravatar image

I followed KnowRob documentation.

I want to generate semantic map OWL by adding objects one by one.

Where is the semantic map format doc which can visualize by visualisation_canvas?

And what's the simplest way to generate semantic map package to include my own semantic map OWL?

Thank you~

edit retag flag offensive close merge delete

Comments

< simplest way to generate semantic map package to include my own semantic map OWL?> Do I have to create semantic map package to add my own semantic map?! I think it is not necessary cause just want to add owls but not to add new functionality for existing package ?! Do I have missing understand?

Amal gravatar image Amal  ( 2012-12-02 10:33:14 -0500 )edit

I use "register_ros_package(ias_semantic_map)." to import. So I need to create a package for semantic map.

sam gravatar image sam  ( 2012-12-04 00:31:28 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
3

answered 2012-09-14 03:20:51 -0500

michikarg gravatar image

I think the simplest way is using the Semantic Map Editor:

http://ias.cs.tum.edu/kb/wiki/index.php/Mod_semantic_map

edit flag offensive delete link more

Comments

Yes, it's described in the second answer to your question and described on the very same Wiki page as the interactive semantic map editor.

moritz gravatar image moritz  ( 2012-09-23 12:29:22 -0500 )edit

What do you mean with "by programming"? Of course, you could also just create owl-files manually or using a script... the map editor is just facilitate the map building...

michikarg gravatar image michikarg  ( 2012-09-23 23:47:08 -0500 )edit

I want to use programming language to send data as semantic map editor's input to generate my own semantic map OWL. Or is there any other convenient way to generate semantic map OWL? Thank you~

sam gravatar image sam  ( 2012-09-25 04:56:32 -0500 )edit
3

answered 2012-09-17 19:52:07 -0500

moritz gravatar image

Alternatively to the interactive semantic map editor GUI, there is also a ROS service in the same package that accepts a SemanticMap message and generates an OWL description. It's described on the same Wiki page Michi has mentioned.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2012-09-14 02:58:24 -0500

Seen: 825 times

Last updated: Sep 17 '12