Tutorial/Ver3?

Introduction To SIGverse 3.0

Introduction

SIGverse is a well-designed free Virtual Reality cloud based simulator it is ment for human-robot interaction.
You can rapidly test alogrmiths and train artificial intelligence structures based on controlled realistic environments.
Our simulator is ROS (robot operating system) fully connective, easy to use and to edit it allows personalisations and improvements.
SIGverse 3.0 is the latest version of the SIGVerse system.

Improvements and add-ons

We introduced several improvements into the SIGverse 3.0 version :

  1. Unity based client makes the simulator, compatible with unity assets which allows personalisations and improvements.
  2. Full connectivity to ROS (Robotic operating system) with dynamic topic/service generation .
  3. Uses JSON / BSON communication protocol and can be connected to API based applications.

System overview

The system is client-server based architecture.

System_Overview.png

Unity based Client is used to simulate the environment with high quality physics and graphics and makes it easy to personalize and edit features through unity assets. The server operate the connection to ROS this enables complex robotics operations and interaction.

Client side

Unity Based Client

Unity Client contains to main parts which make the streigth of the SIGverse system.

1- Unity assets add several interactive devices such as HTC VIVE, Oculus rift ... and enables the human to interact with the environments.

Client_Unity.png

2- ROSbridge communication allows the robots to be operated through ROS.

Client_Server.png

Server Side

ROS based server

The server makes it possible to operate robots though ROS providing to the SIGverse system a big flexibility and allows multiple client-server interactions.

Architecture

The server uses two main components which enables the client to communicate with ROS.

Server_side.png
  1. SIGVerseROSBridge uses BSON messaging and creates ROS nodes according to the static specifications.
    This module uses BSON to handle large memory messaging files like images.
  2. ROSbridge which uses JSON messaging and provides a dynamic messaging interface.
    This module is uses to handle low memory messages.

Front page   New List of pages Search Recent changes   Help   RSS of recent changes