Git Product home page Git Product logo

vimantic-rosnode's Introduction

ViMantic

ViMantic Client (ROS)

ViMantic is a distributed architecture for semantic mapping of environments using mobile robots. For this, we have used Unity to create virtual environments that represent the information obtained from the real environment. This architecture is composed of one or several clients (robots/agents) and a server.

Features

  • Use an ontology as a formal and clear model to accommodate semantic information, including also mechanisms for its manipulation, i.e. insertion, modification or query.
  • The model is automatically populated, i.e. it has a method to transform sensory data into high-level information, e.g. by recognizing objects.
  • ViMantic uses 3D virtual maps to represent the semantic knowledge acquired.

Requirements

This software uses Detectron2 as object recognizer. However, this architecture can be easily modified to use other object recognition systems.

Process

This node uses the Detectron2 to recognize objects in RGB images. It then extracts the point clouds of each detected object from a depth image. The point clouds are processed to try to fit the object and eliminate spurious points. Finally the information of the detected objects is sent to the architecture server.

Parameters

        #Name of the topic where the results are published
        <param name="topic_result" value="ViMantic/Detections"/>
        
        #Topic name where the RGB image is obtained
	<param name="topic_intensity" value="RGBD_4_intensity"/>
	    
        #Topic name where the depth image is obtained
        <param name="topic_depth" value="RGBD_4_depth"/>
        
        #Topic name of CNN input
        <param name="topic_republic" value="ViMantic/ToCNN"/>	
	
	#Minimum object size 
        <param name="min_size" value="0.05"/>
        
        #Topic name of CNN results
        <param name="topic_cnn" value="detectron2_ros/result"/>       
        
        #Enables debug mode
	<param name="debug" value="true"/>

vimantic-rosnode's People

Contributors

davidfernandezchaves avatar josematez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.