Skip to content

Flytte/semap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semap

SEMAP is a Semantic Environment Mapping Framework that provides a database system to store large-scale geometric maps in combination with semantic knowledge in order to create a multi-modal environment model that can represent a dynamic environment over time. The framework features an object-focused approach to describing the environment, where each object combines information about its semantics, naming what kind of object it is and what features it has, and its geometric shape and position in the environment. To enable the support of dynamic environments, SEMAP supports the description of articulated objects and features a transformation tree to allow flexible repositioning of objects.

The framework is build upon PostGIS and the SFCGAL plugin for PostGIS, it further makes use of SQLAlchemy to interface the SQL layer of PostGIS. SEMAP is completely integrated into ROS and brings a large set of services to address its query system, view the environment model and modify its components.

This repository hold the database implementation of the semantic environment mapping framework SEMAP.

But there are several other semap packages, that embed SEMAP into ROS:

The SEMAP framework is publicly available under GPL2 license. If you are interested in SEMAP and want to give the software a try, we are glad to support you!

Please contact the current maintainer, Henning Deeken ( hdeeken at uos.de ) and see the project's website for more information.

About

This repository hold the database implementation of the semantic environment mapping framework SEMAP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%