Difference between revisions of "Smartsoft"

From RobotinoWiki
(SmartSoft -- Robotino API/Web-interface Integration)
(SmartSoft -- Robotino API/Web-interface Integration)
Line 20: Line 20:
  
 
==SmartSoft -- Robotino API/Web-interface Integration==
 
==SmartSoft -- Robotino API/Web-interface Integration==
This section describes the integration or interaction of SmartSoft and the robotino services (API/webinterface).
+
This section describes the integration or interaction of SmartSoft with the robotino services (API/webinterface).
 
To enable the usage of the SmartSoft "standard components" (e.g. navigation,localization and mapping) with the robotino services e.g the robotino web-interface, some robotino specific components have been developed (see section below).<br>
 
To enable the usage of the SmartSoft "standard components" (e.g. navigation,localization and mapping) with the robotino services e.g the robotino web-interface, some robotino specific components have been developed (see section below).<br>
  

Revision as of 12:33, 18 February 2015

Introduction

PoweredBySmartSoft-single small.png SmartSoft is a component approach for robotics software based on communication patterns as core of a robotics component model.
This page describes how one can use SmartSoft together with Robotino.

What does SmartSoft and SmartMDSD for you?

  • A structured approach (separation of roles) to manage software efforts and system complexity in building your real world robotic applications. (The SmartSoft Approach)
  • An integrated toolchain (model driven software development) that realizes this approach and supports your system development. (The SmartMDSD Toolchain)
  • A set of reusable software components for localisation, navigation, mobile manipulation, task coordination, human robot interaction, object recognition and many more for immediate reuse in your applications. (Components)

See SmartSoft, the SmartMDSD Toolchain and components in action: Video Tutorials.

Links

SmartMDSD toolchain - All information about the toolchain, installation, tutorials, videos, downloads.

SmartSoft - The SmartSoft main repository with the core functions and most of the components.

SmartSoft - Robotino components - The SmartSoft robotino repository with the robotino specific functions.

SmartSoft -- Robotino API/Web-interface Integration

This section describes the integration or interaction of SmartSoft with the robotino services (API/webinterface). To enable the usage of the SmartSoft "standard components" (e.g. navigation,localization and mapping) with the robotino services e.g the robotino web-interface, some robotino specific components have been developed (see section below).

The combination of those components enables an easy to use interface (e.g robotino webinterface) to powerfully functionally such as collision free navigation, SLAM, localization, management of locations and maps. SmartSoft Robotino integration.png

Robotino specific SmartSoft components

A robot system consist typically of a set of components that makes use of specific hardware (base, laser, etc.) delivering the "basic services" and platform (specific hardware) independent components (e.g. navigation, localization).
This section describes those SmartSoft components that are specifically developed for the use with the robotino platform.
All other SmartSoft components can and are used in combination with those components as well, e.g. Sick-Laser components, all the navigation, localization and mapping components, etc. .

Name Description Component Hull
SmartRobotinoBaseServer The SmartRobotinoBaseServer makes robotino platforms available. It handles the communication with the hardware or the simulator. It offers several services for controlling the robot, such as sending navigation commands to the base and providing access to the robot's odometry. Position updates can be sent to the component to overcome odometry failures.
SmartRobotinoBaseServer.JPG
SmartRobotinoLaserServer The SmartRobotinoLaserServer makes laser scans from the robotino SIM simulator available. Scans can be requested by push newest or query communication.
SmartRobotinoLaserServer.JPG
SmartRobotinoIRServer The SmartRobotinoIRServer makes ir scans from the robotino platforms (and simulator) available.
SmartRobotinoIRServer.JPG
SmartRobotinoRPCBridge TEXT
SmartFestoFleetCom TEXT
SmartMultiRobotPathNavigation TEXT
SmartPathNavigation TEXT
SmartFestoMPSDocking TEXT
SmartRobotinoConveyerBeltServer TEXT

Documentation