How to generate semantic map which can visualize by visualisation_canvas?
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~
< 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?
I use "register_ros_package(ias_semantic_map)." to import. So I need to create a package for semantic map.