Middleware for Robotics: Applications on Real-time Systems Software Development and Integration in Robotics

Size: px
Start display at page:

Download "Middleware for Robotics: Applications on Real-time Systems Software Development and Integration in Robotics"

Transcription

1 Middleware for Robotics: Applications on Real-time Systems Software Development and ntegration in Robotics Greg Broten, David Mackay and Rene Desgagnes Defence Research and Development Canada Recherche et développement pour la défense Canada Canada

2 Outline ntroduction Operational Environment and Requirements Architecture for Autonomy Performance Evaluation Conclusions

3 Background Defence R&D Canada (DRDC) develops autonomous systems. Use Component Based Software Engineering principles to build: Flexible, Portable, Modular, and, Extensible software. Why reusable software components? Autonomy is a collaborative effort. Encourage researchers to share algorithms and/or capabilities.

4 Background Build upon strong middleware: Network transparent, Hides data marshalling/unmarshalling, and, Supports distributed computing. Applicable to soft real-time implementations: Responsive, Predictable, Yet tolerates response sloppiness, Without major failures.

5 Operational Environment and Requirements Outdoor terrain: Semi to unstructured, Gravel roads, Dirt paths, Trails, and, Areas with vegetation. Defence R&D Canada R & D pour la défense Canada

6 Operational Environment and Requirements Outdoor terrain: Semi to unstructured, Gravel roads, Dirt paths, Trails, and, Areas with vegetation. Unmanned Ground Vehicles: 4 Wheels, Medium sized, Larger payload, 5-60 Km/hr. Defence R&D Canada R & D pour la défense Canada

7 Operational Environment and Requirements Sensing Limitations: Reliant upon laser rangefinders, 20 to 25 m maximum sensing range. mplications: Max. Sensing Distance Speed Time (m) (m/s) (s)

8 Stopping Distances Worst case scenario: Obstact detected, Panic stop must be initiated. dealized Vehicle: v0 mg cos θ mg sin θ mg Fb +θ +x

9 Stopping Distances Worst case scenario: Obstact detected, Panic stop must be initiated. dealized Vehicle: v0 mg cos θ mg sin θ mg Fb +θ +x Force Balance: Fx = mg sin θ F b = ma x a x = {sin θ F b mg }g

10 Stopping Distances Stopping Time: v(t) = v 0 + t 0 ẍ(τ)dτ = v 0 + a x t t s = v(t s) v 0 a x = v 0 a x v(t s ) = 0. Stopping Distance x(t) = t 0 ẋ(τ)dτ = t 0 v 0 +a x τdτ = v 0 t+1/2a x t 2 x s = v 0 t s + 1/2a x t 2 s = 1/2 v 2 0 a x.

11 Normalized braking force, F b /mg θ F b /mg v 0 a x t s x s (deg) (m/s) (m/s 2 ) (s) (m)

12 Available Processing Time Assume a 1 degree slope, Obstacle detection at 20 m, and, Speeds of 1 to 10 m/s. Speed Distance to Stop Available Distance Available Time (m/s) (s) (s) (s) Collision

13 Architecture for Autonomy Component Based Software Engineering approach building upon: ACE TAO implementation of CORBA Miro

14 Architecture for Autonomy Component Based Software Engineering approach building upon: ACE TAO implementation of CORBA Miro Hybrid mplementation: Real-time O.S. used where required

15 Architecture for Autonomy Flow Chart of DRDC s Hybrid Architecture LASER DRDC Hard Real time STEREO NS Other Real time TERRAN MAP MODEL SERVER TRAVERSE. MAP WAYPONT ARBTER VEHCLE NTEL. OBSTACLE DETECT. OBSTACLE AVOD. D*Lite PURE PURSUT ARC ARBTER DRDC Soft Real time VEHCLE DRDC Hard Real time

16 Architecture for Autonomy Notification Services for Soft Real-time Applications Component Consume Event Resolve Naming Service Notification Services Publish Event Register Component

17 Notification Services Soft Real-time Applications: mprecise, fuzzy deadlines. Numerous components that implement capabilities, Notification services facilitate data delivery, Though the publication of events.

18 Notification Services Soft Real-time Applications: mprecise, fuzzy deadlines. Numerous components that implement capabilities, Notification services facilitate data delivery, Though the publication of events. Time Window Aquire Sensor Data Publish Process Terrain Map Publish Process Traversibility Map Publish Process Obstacle Avoidance Publish Process Arbitration Publish Receive and Execute Commands Time

19 Event Publication Performance? Common UGV Data Structures Laser rangefinder and stereo data, Raw camera images, Terrain and Traversibility maps, Command and control structures. Component Structure Type Size Bytes Laser Range Sequence Long 361x4 5,776 Stereo Range Static Long 320x240x4 1,228,800 Stereo Range Sequence Double 320x240x4 2,457,600 Rect. mage Sequence Short 320x240x3 460,800 Raw mage Sequence Short 1024x768x3 4,718,952 Terrain Map Sequence Double 150x150x3 540,000 Traverse Map Sequence Double 40x40x2 25,600

20 Performance nvestigations Setup 3.2 GHZ ntel Pentium 4, Hyperthreading 1 GB RAM, 100 Mbit ethernet, Fedora Core 5, and, ACE and TAO

21 Performance nvestigations Setup 3.2 GHZ ntel Pentium 4, Hyperthreading 1 GB RAM, 100 Mbit ethernet, Fedora Core 5, and, ACE and TAO CORBA Publication Protocols OP: nternet nter-orb Protocol, UOP: Unix nter-orb Protocol, and, SHMOP: Shared Memory nter-orb Protocol.

22 Small Data Structures SCK Laser rangefinder data, Sequence structure, Publish 5,776 bytes by reference, 3600 samples. Transport Protocol Time us Std. us Local OP Ethernet OP Local UOP Local SHMOP

23 Medium Data Structures Terrain map, Sequence structure, Publish 540,000 bytes by reference, 1700 samples. Transport Protocol Time ms Std. ms Local OP Ethernet OP Local UOP Local SHMOP

24 Large Data Structures Stereo Range data, Sequence structure, Publish 1,228,800 bytes by either reference or pointer, 1000 samples. Transport Protocol Time ms Std. ms Publish By Local OP Reference Ethernet OP Reference Local UOP Reference Local SHMOP Reference Local OP Pointer Ethernet OP Pointer

25 Large Data Structures Stereo Range data, Static array, Publish 2,457,600 bytes by either reference or pointer, 1000 samples. Transport Protocol Time ms Std. ms Publish By Local OP Reference Ethernet OP Reference Local UOP Reference Local SHMOP Reference Local OP Pointer Ethernet OP Pointer

26 Very Large Data Structures Stereo Range data, rectified image and raw image Sequence Structure, Publish 6,408,552 bytes by reference, 1000 samples. Transport Protocol Time ms Std. ms Local OP Ethernet OP Local UOP Local SHMOP

27 Linux Shared Memory Large Data set: Stereo Range data, Static array, OP and Linux shared memory, 1000 samples. Storage Protocol Time us Std. us Static Shared Memory 35 4

28 Conclusions Hybrid architectures are applicable to UGVs: Hard real-time where required using RTEMS, Soft real-time for implementing automous capabilities under Miro/CORBA. CBSE approach to promote software resuse. Flexible, portable, modular and extensible. Publish/subscribe implementation: Performance is data structure size, storage type and invocation, Publication times: 100 s us 100 s ms. Time window avialable is in seconds. Generally, does not adversely affect performance. Static structures and Linux shared memory is faster.

The Efficiency Analysis of the Object Oriented Realization of the Client-Server Systems Based on the CORBA Standard 1

The Efficiency Analysis of the Object Oriented Realization of the Client-Server Systems Based on the CORBA Standard 1 S C H E D A E I N F O R M A T I C A E VOLUME 20 2011 The Efficiency Analysis of the Object Oriented Realization of the Client-Server Systems Based on the CORBA Standard 1 Zdzis law Onderka AGH University

More information

Applications > Robotics research and education > Assistant robot at home > Surveillance > Tele-presence > Entertainment/Education > Cleaning

Applications > Robotics research and education > Assistant robot at home > Surveillance > Tele-presence > Entertainment/Education > Cleaning Introduction robulab 10 is a multi-purpose mobile robot designed for various indoor applications, such as research and education, tele-presence, assistance to people staying at home. robulab 10 is a generic

More information

Cloud Based Localization for Mobile Robot in Outdoors

Cloud Based Localization for Mobile Robot in Outdoors 11/12/13 15:11 Cloud Based Localization for Mobile Robot in Outdoors Xiaorui Zhu (presenter), Chunxin Qiu, Yulong Tao, Qi Jin Harbin Institute of Technology Shenzhen Graduate School, China 11/12/13 15:11

More information

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving 3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving AIT Austrian Institute of Technology Safety & Security Department Christian Zinner Safe and Autonomous Systems

More information

Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing

Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing www.ijcsi.org 227 Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing Dhuha Basheer Abdullah 1, Zeena Abdulgafar Thanoon 2, 1 Computer Science Department, Mosul University,

More information

Preparing the Windows version of the software for use

Preparing the Windows version of the software for use Preparing the Windows version of the software for use System requirements Component Processor RAM Hard disk Drives Interfaces/network TCP/IP internet protocol Screen Installing the Conference Manager software

More information

Mobius TM Command & Control Software

Mobius TM Command & Control Software Mobius TM Command & Control Software Mobius TM is a user-friendly software solution used to command, control, and monitor multiple unmanned systems. In addition to its powerful confi gurable GUI, Mobius

More information

Upgrade Instructions Zephyr 4.7 (Windows Server Installation)

Upgrade Instructions Zephyr 4.7 (Windows Server Installation) Upgrade Instructions Zephyr 4.7 (Windows Server Installation) TECHNICAL SUPPORT NOTE Audience: Zephyr Enterprise and Community Edition customers migrating from version 4.1 (Build 6173 or 6212), version

More information

Web Application s Performance Testing

Web Application s Performance Testing Web Application s Performance Testing B. Election Reddy (07305054) Guided by N. L. Sarda April 13, 2008 1 Contents 1 Introduction 4 2 Objectives 4 3 Performance Indicators 5 4 Types of Performance Testing

More information

Intelligent Flexible Automation

Intelligent Flexible Automation Intelligent Flexible Automation David Peters Chief Executive Officer Universal Robotics February 20-22, 2013 Orlando World Marriott Center Orlando, Florida USA Trends in AI and Computing Power Convergence

More information

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving 3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving AIT Austrian Institute of Technology Safety & Security Department Manfred Gruber Safe and Autonomous Systems

More information

Terrain Traversability Analysis using Organized Point Cloud, Superpixel Surface Normals-based segmentation and PCA-based Classification

Terrain Traversability Analysis using Organized Point Cloud, Superpixel Surface Normals-based segmentation and PCA-based Classification Terrain Traversability Analysis using Organized Point Cloud, Superpixel Surface Normals-based segmentation and PCA-based Classification Aras Dargazany 1 and Karsten Berns 2 Abstract In this paper, an stereo-based

More information

Application of Android OS as Real-time Control Platform**

Application of Android OS as Real-time Control Platform** AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 2 http://dx.doi.org/10.7494/automat.2013.17.2.197 Krzysztof Ko³ek* Application of Android OS as Real-time Control Platform** 1. Introduction An android operating

More information

Improving the Database Logging Performance of the Snort Network Intrusion Detection Sensor

Improving the Database Logging Performance of the Snort Network Intrusion Detection Sensor -0- Improving the Database Logging Performance of the Snort Network Intrusion Detection Sensor Lambert Schaelicke, Matthew R. Geiger, Curt J. Freeland Department of Computer Science and Engineering University

More information

NoSQL Performance Test In-Memory Performance Comparison of SequoiaDB, Cassandra, and MongoDB

NoSQL Performance Test In-Memory Performance Comparison of SequoiaDB, Cassandra, and MongoDB bankmark UG (haftungsbeschränkt) Bahnhofstraße 1 9432 Passau Germany www.bankmark.de info@bankmark.de T +49 851 25 49 49 F +49 851 25 49 499 NoSQL Performance Test In-Memory Performance Comparison of SequoiaDB,

More information

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging In some markets and scenarios where competitive advantage is all about speed, speed is measured in micro- and even nano-seconds.

More information

ISOBUS s Past, Present and Future role in Agricultural Robotics and Automation

ISOBUS s Past, Present and Future role in Agricultural Robotics and Automation 1 / 42 ISOBUS s Past, Present and Future role in Agricultural Robotics and Automation Benjamin Fernandez Universidad Nacional de Educación a Distancia (UNED) Departamento de Ingeinería de Software y Sistemas

More information

Project Proposal Distributed Project Management

Project Proposal Distributed Project Management Proposal Distributed Management by Passakon Prathombutr Ashok Emani CS551 Fall 2001 CSTP UMKC 1 Contents Introduction...3 Goal and Objectives...4 Overall goal... 4 Specific objectives... 4 Significance...

More information

PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE

PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE TIGRAN HAKOBYAN SUJAL PATEL VANDANA MURALI INTRODUCTION Common Object Request

More information

UML-Based Service Robot Software Development: A Case Study

UML-Based Service Robot Software Development: A Case Study 8 UML-Based Service Robot Software Development: A Case Study Minseong Kim 1, Suntae Kim 1, Sooyong Park 1, Mun-Taek Choi 2, Munsang Kim 2 and Hassan Gomaa 3 Sogang University 1, Center for Intelligent

More information

I/O virtualization. Jussi Hanhirova Aalto University, Helsinki, Finland jussi.hanhirova@aalto.fi. 2015-12-10 Hanhirova CS/Aalto

I/O virtualization. Jussi Hanhirova Aalto University, Helsinki, Finland jussi.hanhirova@aalto.fi. 2015-12-10 Hanhirova CS/Aalto I/O virtualization Jussi Hanhirova Aalto University, Helsinki, Finland jussi.hanhirova@aalto.fi Outline Introduction IIoT Data streams on the fly processing Network packet processing in the virtualized

More information

Point & PointCentral 9.1

Point & PointCentral 9.1 Point - System Requirements The following system requirements are needed to install Point: Processor speed Memory (RAM) Disk space Printer Other Microsoft Windows 8 : 800 MHz (or higher) Microsoft Windows

More information

Visual Programming of Logic, Motion, and Robotics

Visual Programming of Logic, Motion, and Robotics ADVANCED Motion Controls October 2014 Visual Programming of Logic, Motion, and Robotics Sándor Barta Overview The art of programming consists of mentally translating a workflow into a sequential programming

More information

Industrial Application of MultiPARTES

Industrial Application of MultiPARTES Industrial Application of MultiPARTES January 21st, 2012 HiPEAC Workshop 2013 Integration of mixed-criticality subsystems on multi-core processors David Gonzalez (dgonzalez@ikerlan.es) 1 Definitions and

More information

ZVA64EE3110.2 PERFORMANCE BENCHMARK SOFINTEL IT ENGINEERING, S.L.

ZVA64EE3110.2 PERFORMANCE BENCHMARK SOFINTEL IT ENGINEERING, S.L. SOFINTEL IT ENGINEERING, S.L. JUN 2014 Table of Contents 1 Benchmark scenario... 3 2 Benchmark cases... 4 2.1 HTTP Profile with HTTPS Offload Listener, 1k key ssl certificate with RC4-SHA algorithm (stronger

More information

Introduction to System-on-Chip Design

Introduction to System-on-Chip Design NATIONAL KAOHSIUNG FIRST UNIVERSITY OF SCIENCE AND TECHNOLOGY Introduction to System-on-Chip Design Image compression with MCU Group 5 Professor: 陳 朝 烈 Administrator: 蔡 乙 銘 Members: 吳 柏 萱, 張 凱 傑, 孫 志 光

More information

Axon: A Flexible Substrate for Source- routed Ethernet. Jeffrey Shafer Brent Stephens Michael Foss Sco6 Rixner Alan L. Cox

Axon: A Flexible Substrate for Source- routed Ethernet. Jeffrey Shafer Brent Stephens Michael Foss Sco6 Rixner Alan L. Cox Axon: A Flexible Substrate for Source- routed Ethernet Jeffrey Shafer Brent Stephens Michael Foss Sco6 Rixner Alan L. Cox 2 Ethernet Tradeoffs Strengths Weaknesses Cheap Simple High data rate Ubiquitous

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

More information

Project Development Plan

Project Development Plan Project Development Plan Roverwerx A.R.M. IRP Santa Clara University Richard Rasay 1 TABLE OF CONTENTS Introduction 1 Software Design.3 Robot-Side Application.5 Client-Side Application.7 Current Status

More information

Hardware and Software Requirements for Installing California.pro

Hardware and Software Requirements for Installing California.pro Hardware and Requirements for Installing California.pro This document lists the hardware and software requirements to install and run California.pro. Workstation with SQL Server type: Pentium IV-compatible

More information

Idea Open srl Via Casilina Sud n.182-03013 - Ferentino FR p.iva e codice fiscale 02780900607 www.ideaopen.it ideaopensrl@gmail.com Pagina! 1 di!

Idea Open srl Via Casilina Sud n.182-03013 - Ferentino FR p.iva e codice fiscale 02780900607 www.ideaopen.it ideaopensrl@gmail.com Pagina! 1 di! Mirò is an easy to use and inexpensive assistive technology device and tool that allows people with disabilities, paralyzed or merely limited in their movements due to age, to perform normal daily activities

More information

MACHINE VISION ORIENTATION SENSOR THERMAL IMAGING 3D VISION DEEP LEARNING THERMAL IMAGING. www.motionmetrics.com

MACHINE VISION ORIENTATION SENSOR THERMAL IMAGING 3D VISION DEEP LEARNING THERMAL IMAGING. www.motionmetrics.com MACHINE VISION ORIENTATION SENSOR THERMAL IMAGING 3D VISION DEEP LEARNING THERMAL IMAGING www.motionmetrics.com EXTENDING MACHINE SENSES Trusted by the biggest names in mining... ABOUT US OUR CUSTOMERS

More information

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS What is an operating? A collection of software modules to assist programmers in enhancing efficiency, flexibility, and robustness An Extended Machine from the users

More information

A Data Centric Approach for Modular Assurance. Workshop on Real-time, Embedded and Enterprise-Scale Time-Critical Systems 23 March 2011

A Data Centric Approach for Modular Assurance. Workshop on Real-time, Embedded and Enterprise-Scale Time-Critical Systems 23 March 2011 A Data Centric Approach for Modular Assurance The Real-Time Middleware Experts Workshop on Real-time, Embedded and Enterprise-Scale Time-Critical Systems 23 March 2011 Gabriela F. Ciocarlie Heidi Schubert

More information

Separation of Concerns in Component-based Robotics

Separation of Concerns in Component-based Robotics Separation of Concerns in Component-based Robotics Davide Brugali Università degli Studi di Bergamo, Italy Robot Control Architectures Typical functions implemented in software Acquiring and interpreting

More information

Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU

Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU Savita Shiwani Computer Science,Gyan Vihar University, Rajasthan, India G.N. Purohit AIM & ACT, Banasthali University, Banasthali,

More information

OpenFlow with Intel 82599. Voravit Tanyingyong, Markus Hidell, Peter Sjödin

OpenFlow with Intel 82599. Voravit Tanyingyong, Markus Hidell, Peter Sjödin OpenFlow with Intel 82599 Voravit Tanyingyong, Markus Hidell, Peter Sjödin Outline Background Goal Design Experiment and Evaluation Conclusion OpenFlow SW HW Open up commercial network hardware for experiment

More information

FTP Automation Guide

FTP Automation Guide Products: R&S CRTU-W FTP Automation Guide with WCDMA Protocol Tester R&S CRTU-W Application Note 1CM68 This application note shows how to operate the Automation Manager tool in the R&S CRTU-W to perform

More information

LIST OF FIGURES. Figure No. Caption Page No.

LIST OF FIGURES. Figure No. Caption Page No. LIST OF FIGURES Figure No. Caption Page No. Figure 1.1 A Cellular Network.. 2 Figure 1.2 A Mobile Ad hoc Network... 2 Figure 1.3 Classifications of Threats. 10 Figure 1.4 Classification of Different QoS

More information

Chapter 3 Operating-System Structures

Chapter 3 Operating-System Structures Contents 1. Introduction 2. Computer-System Structures 3. Operating-System Structures 4. Processes 5. Threads 6. CPU Scheduling 7. Process Synchronization 8. Deadlocks 9. Memory Management 10. Virtual

More information

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Most data centers routinely utilize virtualization and cloud technology to benefit from the massive cost savings and resource

More information

A Performance Study of Load Balancing Strategies for Approximate String Matching on an MPI Heterogeneous System Environment

A Performance Study of Load Balancing Strategies for Approximate String Matching on an MPI Heterogeneous System Environment A Performance Study of Load Balancing Strategies for Approximate String Matching on an MPI Heterogeneous System Environment Panagiotis D. Michailidis and Konstantinos G. Margaritis Parallel and Distributed

More information

Dynamic Scheduling of Object Invocations in Distributed Object Oriented Real-Time Systems Jørgensen, Bo Nørregaard; Joosen, Wouter

Dynamic Scheduling of Object Invocations in Distributed Object Oriented Real-Time Systems Jørgensen, Bo Nørregaard; Joosen, Wouter Syddansk Universitet Dynamic Scheduling of Object Invocations in Distributed Object Oriented Real-Time Systems Jørgensen, Bo Nørregaard; Joosen, Wouter Published in: Lecture Notes in Computer Science Publication

More information

INTELLECT TM Software Package

INTELLECT TM Software Package AxxonSoft INTELLECT TM Software Package Quick Start Guide Version 1.0.0 Moscow 2010 1 Contents CONTENTS... 2 1 INTRODUCTION... 3 1.1 Document purpose... 3 1.2 Purpose of the Intellect software package...

More information

RiMONITOR. Monitoring Software. for RIEGL VZ-Line Laser Scanners. Ri Software. visit our website www.riegl.com. Preliminary Data Sheet

RiMONITOR. Monitoring Software. for RIEGL VZ-Line Laser Scanners. Ri Software. visit our website www.riegl.com. Preliminary Data Sheet Monitoring Software RiMONITOR for RIEGL VZ-Line Laser Scanners for stand-alone monitoring applications by autonomous operation of all RIEGL VZ-Line Laser Scanners adaptable configuration of data acquisition

More information

Transparent Optimization of Grid Server Selection with Real-Time Passive Network Measurements. Marcia Zangrilli and Bruce Lowekamp

Transparent Optimization of Grid Server Selection with Real-Time Passive Network Measurements. Marcia Zangrilli and Bruce Lowekamp Transparent Optimization of Grid Server Selection with Real-Time Passive Network Measurements Marcia Zangrilli and Bruce Lowekamp Overview Grid Services Grid resources modeled as services Define interface

More information

The University of Colorado at Denver and Health Sciences Center Robotics Society presents: PUMA

The University of Colorado at Denver and Health Sciences Center Robotics Society presents: PUMA The University of Colorado at Denver and Health Sciences Center Robotics Society presents: PUMA Required Faculty Advisor Statement I certify that the engineering design of the updated vehicle described

More information

Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6

Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6 Data Sheet savvi Version 5.3 savvi TM is a unified video analytics software solution that offers a wide variety of analytics functionalities through a single, easy to use platform that integrates with

More information

QoS and Communication Performance Management

QoS and Communication Performance Management Using a Real-Time, QoS-based ORB to Intelligently Manage Communications Bandwidth in a Multi-Protocol Environment Bill Beckwith Objective Interface Systems, Inc. OMG Embedded Workshop The Nature of CORBA

More information

Embedded/Real-Time Software Development with PathMATE and IBM Rational Systems Developer

Embedded/Real-Time Software Development with PathMATE and IBM Rational Systems Developer Generate Results. Real Models. Real Code. Real Fast. Embedded/Real-Time Software Development with PathMATE and IBM Rational Systems Developer Andreas Henriksson, Ericsson andreas.henriksson@ericsson.com

More information

FURBOT : un nouveau système de transport de marchandises en ville. Evangeline Pollard INRIA-RITS

FURBOT : un nouveau système de transport de marchandises en ville. Evangeline Pollard INRIA-RITS FURBOT : un nouveau système de transport de marchandises en ville Evangeline Pollard INRIA-RITS IMARA Informatique, Mathématiques, Automatique, pour la Route Automatisée became RITS Robotics & Intelligent

More information

SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs

SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs Fabian Hueske, TU Berlin June 26, 21 1 Review This document is a review report on the paper Towards Proximity Pattern Mining in Large

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network Application Note 8 Latency on a Switched Ethernet Network Introduction: This document serves to explain the sources of latency on a switched Ethernet network and describe how to calculate cumulative latency

More information

Implementing Large-Scale Autonomic Server Monitoring Using Process Query Systems. Christopher Roblee Vincent Berk George Cybenko

Implementing Large-Scale Autonomic Server Monitoring Using Process Query Systems. Christopher Roblee Vincent Berk George Cybenko Implementing Large-Scale Autonomic Server Monitoring Using Process Query Systems Christopher Roblee Vincent Berk George Cybenko These slides are based on the paper Implementing Large-Scale Autonomic Server

More information

ELECTRONIC QUALITY MANAGEMENT SOFTWARE

ELECTRONIC QUALITY MANAGEMENT SOFTWARE ELECTRONIC QUALITY MANAGEMENT SOFTWARE I.T. INFRASTRUCTURE REQUIREMENTS Version No.: 01 Issue Date: May 3, 2012 Table of Contents 1 INTRODUCTION... 3 2 ARCHITECTURE... 3 2.1. A web based user interface...

More information

Self-Adapting Load Balancing for DNS

Self-Adapting Load Balancing for DNS Self-Adapting Load Balancing for DNS Jo rg Jung, Simon Kiertscher, Sebastian Menski, and Bettina Schnor University of Potsdam Institute of Computer Science Operating Systems and Distributed Systems Before

More information

Large-Scale Distributed Computing 187.271 VL 2010S. Thomas Perl, Stefan Kögl. Bandwidth Allocation in Clouds. Bandwidth Allocation in Clouds

Large-Scale Distributed Computing 187.271 VL 2010S. Thomas Perl, Stefan Kögl. Bandwidth Allocation in Clouds. Bandwidth Allocation in Clouds Large-Scale Distributed Computing 187.271 VL 2010S Thomas Perl, Stefan Kögl Over view Workflow Motivation Implementation Test Setting Evaluation Findings Further work Workflow 1. Negotiate parameters in

More information

Cloud Panel Service Evaluation Scenarios

Cloud Panel Service Evaluation Scenarios Cloud Panel Service Evaluation Scenarios August 2014 Service Evaluation Scenarios The scenarios below are provided as a sample of how Finance may approach the evaluation of a particular service offered

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

QLIKVIEW SERVER LINEAR SCALING

QLIKVIEW SERVER LINEAR SCALING QLIKVIEW SERVER LINEAR SCALING QlikView Scalability Center Technical Brief Series June 212 qlikview.com Introduction This technical brief presents an investigation about how QlikView Server scales in performance

More information

Microsoft Windows Server 2003 with Internet Information Services (IIS) 6.0 vs. Linux Competitive Web Server Performance Comparison

Microsoft Windows Server 2003 with Internet Information Services (IIS) 6.0 vs. Linux Competitive Web Server Performance Comparison April 23 11 Aviation Parkway, Suite 4 Morrisville, NC 2756 919-38-28 Fax 919-38-2899 32 B Lakeside Drive Foster City, CA 9444 65-513-8 Fax 65-513-899 www.veritest.com info@veritest.com Microsoft Windows

More information

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com Advanced Methods for Manufacturing Workshop September 29, 2015 1 TetraVue does high resolution 3D

More information

Telemedicine. SIV 864: Special Module on Multimedia Applications. Sakti Srivastava, MBBS, MS

Telemedicine. SIV 864: Special Module on Multimedia Applications. Sakti Srivastava, MBBS, MS : Special Module on Multimedia Applications Telemedicine Sakti Srivastava, MBBS, MS Adjunct Professor, School of IT and Centre for BioMedical Engineering Indian Institute of Technology, Delhi Definition

More information

Huang-Ming Huang and Christopher Gill. Bala Natarajan and Aniruddha Gokhale

Huang-Ming Huang and Christopher Gill. Bala Natarajan and Aniruddha Gokhale Replication Strategies for Fault-Tolerant Real-Time CORBA Services Huang-Ming Huang and Christopher Gill Washington University, St. Louis, MO {hh1,cdgill}@cse.wustl.edu Bala Natarajan and Aniruddha Gokhale

More information

Efficiency Considerations of PERL and Python in Distributed Processing

Efficiency Considerations of PERL and Python in Distributed Processing Efficiency Considerations of PERL and Python in Distributed Processing Roger Eggen (presenter) Computer and Information Sciences University of North Florida Jacksonville, FL 32224 ree@unf.edu 904.620.1326

More information

An Efficient Hybrid P2P MMOG Cloud Architecture for Dynamic Load Management. Ginhung Wang, Kuochen Wang

An Efficient Hybrid P2P MMOG Cloud Architecture for Dynamic Load Management. Ginhung Wang, Kuochen Wang 1 An Efficient Hybrid MMOG Cloud Architecture for Dynamic Load Management Ginhung Wang, Kuochen Wang Abstract- In recent years, massively multiplayer online games (MMOGs) become more and more popular.

More information

Packet Capture in 10-Gigabit Ethernet Environments Using Contemporary Commodity Hardware

Packet Capture in 10-Gigabit Ethernet Environments Using Contemporary Commodity Hardware Packet Capture in 1-Gigabit Ethernet Environments Using Contemporary Commodity Hardware Fabian Schneider Jörg Wallerich Anja Feldmann {fabian,joerg,anja}@net.t-labs.tu-berlin.de Technische Universtität

More information

Simulation of wireless ad-hoc sensor networks with QualNet

Simulation of wireless ad-hoc sensor networks with QualNet Advanced Seminar Embedded Systems 2008/2009 Simulation of wireless ad-hoc sensor networks with QualNet Documentation by Tobias Doerffel Chemnitz, April 9, 2009 Contents Contents 1 Introduction 3 1.1 The

More information

Two-Level Metadata Management for Data Deduplication System

Two-Level Metadata Management for Data Deduplication System Two-Level Metadata Management for Data Deduplication System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3.,Young Woong Ko 1 1 Dept. of Computer Engineering, Hallym University Chuncheon, Korea { kongjs,

More information

Deploying Load balancing for Novell Border Manager Proxy using Session Failover feature of NBM 3.8.4 and L4 Switch

Deploying Load balancing for Novell Border Manager Proxy using Session Failover feature of NBM 3.8.4 and L4 Switch Novell Border Manager Appnote Deploying Load balancing for Novell Border Manager Proxy using Session Failover feature of NBM 3.8.4 and L4 Switch Bhavani ST and Gaurav Vaidya Software Consultant stbhavani@novell.com

More information

A Hybrid approach to Network Performance Monitoring based on Mobile Agents and CORBA

A Hybrid approach to Network Performance Monitoring based on Mobile Agents and CORBA A Hybrid approach to Network Performance Monitoring based on Mobile Agents and CORBA Christos Bohoris, George Pavlou, Antonio Liotta Centre for Communication Systems Research, School of Electronics, Computing

More information

Linux Kernel Architecture

Linux Kernel Architecture Linux Kernel Architecture Amir Hossein Payberah payberah@yahoo.com Contents What is Kernel? Kernel Architecture Overview User Space Kernel Space Kernel Functional Overview File System Process Management

More information

Exploration, Navigation and Self-Localization in an Autonomous Mobile Robot

Exploration, Navigation and Self-Localization in an Autonomous Mobile Robot Exploration, Navigation and Self-Localization in an Autonomous Mobile Robot Thomas Edlinger edlinger@informatik.uni-kl.de Gerhard Weiß weiss@informatik.uni-kl.de University of Kaiserslautern, Department

More information

JoramMQ, a distributed MQTT broker for the Internet of Things

JoramMQ, a distributed MQTT broker for the Internet of Things JoramMQ, a distributed broker for the Internet of Things White paper and performance evaluation v1.2 September 214 mqtt.jorammq.com www.scalagent.com 1 1 Overview Message Queue Telemetry Transport () is

More information

Robotic Home Assistant Care-O-bot: Past Present Future

Robotic Home Assistant Care-O-bot: Past Present Future Robotic Home Assistant Care-O-bot: Past Present Future M. Hans, B. Graf, R.D. Schraft Fraunhofer Institute for Manufacturing Engineering and Automation (IPA) Nobelstr. 12, Stuttgart, Germany E-mail: {hans,

More information

55. IWK Internationales Wissenschaftliches Kolloquium International Scientific Colloquium

55. IWK Internationales Wissenschaftliches Kolloquium International Scientific Colloquium PROCEEDINGS 55. IWK Internationales Wissenschaftliches Kolloquium International Scientific Colloquium 13-17 September 2010 Crossing Borders within the ABC Automation, Biomedical Engineering and Computer

More information

MTM delivers complete manufacturing solutions from top to bottom enterprise to the factory floor.

MTM delivers complete manufacturing solutions from top to bottom enterprise to the factory floor. Introduction (MTM) delivers high-quality automated portable tools and software systems to the aerospace industry which enable faster time to market for our customers. Our philosophy is to collaborate with

More information

Tour and Event Management for Museums

Tour and Event Management for Museums Tour and Event Management for Museums Artifax Event is a tour schedule and event management system that handles all aspects of group scheduling, docent, guide, room and space-related bookings. Used by

More information

GCE Computing. COMP3 Problem Solving, Programming, Operating Systems, Databases and Networking Report on the Examination.

GCE Computing. COMP3 Problem Solving, Programming, Operating Systems, Databases and Networking Report on the Examination. GCE Computing COMP3 Problem Solving, Programming, Operating Systems, Databases and Networking Report on the Examination 2510 Summer 2014 Version: 1.0 Further copies of this Report are available from aqa.org.uk

More information

CMS Central Monitoring System

CMS Central Monitoring System General In This Section CMS for Windows CMS Hardware CMS Functional Spec Relational Database Monitoring Interface Communication Network CMS Central Monitoring System General CMS Central Monitoring System

More information

POX CONTROLLER PERFORMANCE FOR OPENFLOW NETWORKS. Selçuk Yazar, Erdem Uçar POX CONTROLLER ЗА OPENFLOW ПЛАТФОРМА. Селчук Язар, Ердем Учар

POX CONTROLLER PERFORMANCE FOR OPENFLOW NETWORKS. Selçuk Yazar, Erdem Uçar POX CONTROLLER ЗА OPENFLOW ПЛАТФОРМА. Селчук Язар, Ердем Учар УПРАВЛЕНИЕ И ОБРАЗОВАНИЕ MANAGEMENT AND EDUCATION TOM IX (6) 2013 VOL. IX (6) 2013 POX CONTROLLER PERFORMANCE FOR OPENFLOW NETWORKS Selçuk Yazar, Erdem Uçar POX CONTROLLER ЗА OPENFLOW ПЛАТФОРМА Селчук

More information

NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage

NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage AdRem NetCrunch 6 Network Monitoring Server With NetCrunch, you always know exactly what is happening with your critical applications, servers, and devices. Document Explore physical and logical network

More information

Build Better Robots Faster. Radim ŠTEFAN

Build Better Robots Faster. Radim ŠTEFAN Build Better Robots Faster Radim ŠTEFAN What is Virtual Instrumentation? Speed Development with Graphical Programming LabVIEW C* LabVIEW C * * does not include code to generate UI High-Level Design Tools

More information

Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0

Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0 A Monitoring Cloud Service for Enterprise OpenStack Systems Cloud

More information

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 Remote Control comes as two separate files: the Remote Control Server installation file (.exe) and the Remote Control software package (.ava). The installation

More information

Citrix EdgeSight Active Application Monitoring Installation Guide

Citrix EdgeSight Active Application Monitoring Installation Guide Citrix EdgeSight Active Application Monitoring Installation Guide Citrix EdgeSight Active Application Monitoring Document Date: January 9, 2009 Copyright Use of the product documented in this guide is

More information

A1 and FARM scalable graph database on top of a transactional memory layer

A1 and FARM scalable graph database on top of a transactional memory layer A1 and FARM scalable graph database on top of a transactional memory layer Miguel Castro, Aleksandar Dragojević, Dushyanth Narayanan, Ed Nightingale, Alex Shamis Richie Khanna, Matt Renzelmann Chiranjeeb

More information

Service Oriented Architecture for Agricultural Vehicles

Service Oriented Architecture for Agricultural Vehicles Service Oriented Architecture for Agricultural Vehicles Leipzig, 30.9.2010 8. Workshop Automotive Software Engineering Dr. G. Kormann, M. Hoeh, H.J. Nissen THE END of Embedded Software? www.electronics-ktn.com/

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

RID-DoS: Real-time Inter-network Defense Against Denial of Service Attacks. Kathleen M. Moriarty. MIT Lincoln Laboratory.

RID-DoS: Real-time Inter-network Defense Against Denial of Service Attacks. Kathleen M. Moriarty. MIT Lincoln Laboratory. : Real-time Inter-network Defense Against Denial of Service Attacks Kathleen M. Moriarty 22 October 2002 This work was sponsored by the Air Force Contract number F19628-00-C-002. Opinions, interpretations,

More information

Benchmarking FreeBSD. Ivan Voras <ivoras@freebsd.org>

Benchmarking FreeBSD. Ivan Voras <ivoras@freebsd.org> Benchmarking FreeBSD Ivan Voras What and why? Everyone likes a nice benchmark graph :) And it's nice to keep track of these things The previous major run comparing FreeBSD to Linux

More information

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data White Paper Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data What You Will Learn Financial market technology is advancing at a rapid pace. The integration of

More information

The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes

The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes NE5C-MT January 2015 NE5C-MT 1 Contents Section Slide

More information

Purpose... 3. Computer Hardware Configurations... 6 Single Computer Configuration... 6 Multiple Server Configurations... 7. Data Encryption...

Purpose... 3. Computer Hardware Configurations... 6 Single Computer Configuration... 6 Multiple Server Configurations... 7. Data Encryption... Contents Purpose... 3 Background on Keyscan Software... 3 Client... 4 Communication Service... 4 SQL Server 2012 Express... 4 Aurora Optional Software Modules... 5 Computer Hardware Configurations... 6

More information

Dynamic Temporal Planning for Multirobot Systems

Dynamic Temporal Planning for Multirobot Systems Dynamic Temporal Planning for Multirobot Systems C. Ugur Usug and Sanem Sarıel-Talay {usugc,sariel}@itu.edu.tr Istanbul Technical University Artificial Intelligence and Robotics Laboratory (AIR http://air.cs.itu.edu.tr

More information

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems SOFT 437 Software Performance Analysis Ch 5:Web Applications and Other Distributed Systems Outline Overview of Web applications, distributed object technologies, and the important considerations for SPE

More information

Netowork QoS Provisioning Engine for Distributed Real-time and Embedded Systems

Netowork QoS Provisioning Engine for Distributed Real-time and Embedded Systems www.dre.vanderbilt.edu NetQoPE: A Middleware-based Netowork QoS Provisioning Engine for Distributed Real-time and Embedded Systems Jaiganesh Balasubramanian jai@dre.vanderbilt.edu Work done in collaboration

More information

Hardware/Software Guidelines

Hardware/Software Guidelines There are many things to consider when preparing for a TRAVERSE v11 installation. The number of users, application modules and transactional volume are only a few. Reliable performance of the system is

More information

Online Risk Assessment for Safe Autonomous Mobile Robots - A Perspective

Online Risk Assessment for Safe Autonomous Mobile Robots - A Perspective Online Risk Assessment for Safe Autonomous Mobile Robots - A Perspective H. Voos, P. Ertle Mobile Robotics Lab, University of Applied Sciences Ravensburg-Weingarten, Germany, (e-mail: voos@hs-weingarten.de).

More information

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty School of Computing and Mathematical Sciences Auckland University of Technology Auckland, New Zealand

More information