LAUROPE Six Legged Walking Robot for Planetary Exploration participating in the SpaceBot Cup

Size: px
Start display at page:

Download "LAUROPE Six Legged Walking Robot for Planetary Exploration participating in the SpaceBot Cup"

Transcription

1 FZI RESEARCH CENTER FOR INFORMATION TECHNOLOGY LAUROPE Six Legged Walking Robot for Planetary Exploration participating in the SpaceBot Cup ASTRA 2015, ESA/ESTEC, Noordwijk 12. Mai 2015

2 Outline SpaceBot Cup Challenge LAURON V & Competition setup PlexNav Framework Localisation, Mapping and Navigation Object detection and Tracking Mobile Manipulation Lessons learned & Conclusion FZI Forschungszentrum Informatik 2

3 Outline SpaceBot Cup Challenge LAURON V & Competition setup PlexNav Framework Localisation, Mapping and Navigation Object detection and Tracking Mobile Manipulation Lessons learned & Conclusion FZI Forschungszentrum Informatik 3

4 SpaceBot Cup - Tasks Planetary Exploration and Sample Return mission The challenge: Navigate in previously unknown Terrain Map the environment Find 3 predefined objects Collect 2 and assemble them at a third Return to start (with obstacles) Additional obstacles Control only via ground station Time delay on communication (2s in each direction) Bidirectional communication only at Checkpoints High level of autonomy required FZI Forschungszentrum Informatik 4

5 SpaceBot Cup - Environment Mostly sand and rocks Gravel Soft sand (deep) Large boulders Various inclines Minimum 15% Maximum 30% Overlaps Obstacles in the obvious path Object positions unknown Rough height map given shortly before the competition High level of mobility required FZI Forschungszentrum Informatik 5

6 LAUROPE LAURON V 6 legged bio inspired walking robot as main system Technical data: Footprint: 90 cm x 80 cm Weight: about. 42 kg 4 DoF per Leg, 2 DoF in the Head 26 Degrees of Freedom Modular Sensorhead (Stereo, IR Camera, LIDAR, ) Behaviour Based control Battery runtime > 120min. Behaviour Based control allows traversal of unknown terrain (without sensor information) Delta joint allows adaption to steep inclines and the use of the front legs for mobile manipulation FZI Forschungszentrum Informatik 6

7 LAUROPE - LAURON V Posture behaviours govern the overall robot pose Reactive leg behaviours adapt to the environment FZI Forschungszentrum Informatik 7

8 LAUROPE LAURON V KaRoLa Karlsruhe Rotating Laserscanner Provides high resolution (~ points) 3D Pointcloud of the environment Custom made mandible gripper Specifically designed for walking robots Can lift up to 2,3kg Objects of up to 50cm diameter Object containers Mounted based on kinematic analysis Various modifications Chains instead of belts Larger feet for softer sand FZI Forschungszentrum Informatik 8

9 Outline SpaceBot Cup Challenge LAURON V & Competition setup PlexNav Framework Localisation, Mapping and Navigation Object detection and Tracking Mobile Manipulation Lessons learned & Conclusion FZI Forschungszentrum Informatik 9

10 Planetary Exploration and Navigation Framework PlexNav Architecture PlexNav Data Mission Layer Goal List Mission Control Skill Layer Capability Management Task Allocation Object List Perception Manipulation Special Sensors Environment Global Map Local Maps Robot Layer Behaviour Control Robot Abstaction Hardware Abstraction Simulation Interface FZI Forschungszentrum Informatik 11 ROADS

11 Skills Localisation & Mapping Visual odometry (FOVIS) based on RGBD data very accurate localisation but can drift/fail 3D Laserscans taken by KaRoLa Pointcloud matching with ICP and VO as prior Poses are saved as factor graph Feature based loop closing Individual and overall map are used for PlexMaps FZI Forschungszentrum Informatik 12

12 Skills - Planning PlexMap as basis for planning and visualisation 2,5 D Height map Quadtree data structure ( based on Octomap) Each cell stores height, variance (roughness) and resolution Modified RRT* to generate plans that respect the robots capabilities (considering roughness, available data, inclination and footprint inclination) Successfully transferred the approach to KAIRO FZI Forschungszentrum Informatik 14

13 Skills Object detection & tracking Simple yet effective color based detection Pixel blob detection Size and color evaluation (confidence) Tracking and position estimation Verification Works with on RGB only 3D pose estimation with fitting of geometric shapes FZI Forschungszentrum Informatik 15

14 Skills Object detection & tracking FZI Forschungszentrum Informatik 16

15 Skills Object manipulation Custom gripper can grasp both target objects in the same gripping pose Current measurements provide feedback Predefined manipulation pose (restricted kinematic) and storage procedures Final grasping position generated from object fitting (perception) Body is used to compensate underactuated kinematics FZI Forschungszentrum Informatik 17

16 Skills Object manipulation FZI Forschungszentrum Informatik 18

17 Outline SpaceBot Cup Challenge LAURON V & Competition setup PlexNav Framework Localisation, Mapping and Navigation Object detection and Tracking Mobile Manipulation Lessons learned & Conclusion FZI Forschungszentrum Informatik 19

18 Lessons learned during the Competition LAUROPEs run in the competition was not successful Introspection for autonomous systems is critical Main reason for the SBC 2013 to not work properly was the missing information which system actually failed (mission control) Autonomy is key The delayed communication effectively prohibited any ground station control Without the capability to intervene, the system needs to be designed with a top level approach Rather than individual skills, the overall system should be the focus Flexible mission control for activation of various skills is required FZI Forschungszentrum Informatik 20

19 Lessons learned during the Competition Simulations and early analogue tests are very valuable Loop closing feature set could be used effectively and was trained completely in simulation Self build objects and delayed communication allowed to test these subsystems early on ROS as framework worked very well for high level tasks Loosely coupled structure allowed to quickly adapt during development Visualisation tools already provided are very useful Walking robots for space exploration Six legs can handle challenging terrain Mobile manipulation with the legs is very feasible FZI Forschungszentrum Informatik 21

20 Conclusions LAUROPE Bio inspired hexapod LAURON V as robot for the Planetary exploration Behaviour based control enables terrain adaption Prepared for rough terrain and mobile manipulation Can overcome even steep slopes without sensor data KaRoLa for localisation and mapping PlexNav High level framework for planetary exploration Provides skills like localisation, mapping and object detection Robot agnostic implementation allows adaption to other robots Full 3D localisation and accurate map building even in sparse environments SpaceBot Cup Walking robots can be used quite well in such an environment and to fulfil the required tasks FZI Forschungszentrum Informatik 22

21 FZI Forschungszentrum Informatik 23

22 Questions? FZI Forschungszentrum Informatik 24

23 PlexNav Architecture Data Mission Layer Goal List Mission Control Skill Layer Capability Management Task Allocation Object List Perception Manipulation Special Sensors Environment Global Map Local Maps Robot Layer Behaviour Control Robot Abstaction Hardware Abstraction Simulation Interface FZI Forschungszentrum Informatik 25

24 PlexNav - Mission Control State Monitoring & Update Ground Control Capability Finished/ Aborted Task Monitoring & Command Publish current State & Execute next Capability Task Management Selection of Capability {id1,id2,string} Goal List Object List Capabilities Fine Localize Object Refine Manipulation Pose Move to POI Manipulate FZI Forschungszentrum Informatik 26

25 PlexNav - Mission Control Execution of individual capability is governed by a state machine provided with it -> complexitiy of the interface is reduced MoveToPOI Skill Fine Localization Skill FZI Forschungszentrum Informatik 27

26 PlexNav - Communication Uses available ROS tools Diagnostic functionality for monitoring Permanent monitoring of mission status Communication with ROS bridge master connect ( plexmap, TCP) TCP server: :2342 connect( :2342) Plexmap data messages FZI Forschungszentrum Informatik 28

27 PlexNav - Communication Uses available ROS tools Diagnostic functionality for monitoring Permanent monitoring of mission status Communication with ROS bridge master master FZI Forschungszentrum Informatik 29

28 LAUROPE Early test systems Sensor testbed for selection of appropriate sensors Omnidirectional platform with final sensor setup for tests of individual skills and functions Gazebo based simulation environment for development of walking capabilities and overall mission ROS Based software for easy integration FZI Forschungszentrum Informatik 30

3D Simultaneous Localization and Mapping and Navigation Planning for Mobile Robots in Complex Environments

3D Simultaneous Localization and Mapping and Navigation Planning for Mobile Robots in Complex Environments 3D Simultaneous Localization and Mapping and Navigation Planning for Mobile Robots in Complex Environments Sven Behnke University of Bonn, Germany Computer Science Institute VI Autonomous Intelligent Systems

More information

Final Project Report: Mobile Pick and Place

Final Project Report: Mobile Pick and Place Final Project Report: Mobile Pick and Place Xiaoyang Liu (xiaoyan1) Juncheng Zhang (junchen1) Karthik Ramachandran (kramacha) Sumit Saxena (sumits1) Yihao Qian (yihaoq) Adviser: Dr Matthew Travers Carnegie

More information

Robotics. CSPP Artificial Intelligence March 10, 2004

Robotics. CSPP Artificial Intelligence March 10, 2004 Robotics CSPP 56553 Artificial Intelligence March 10, 2004 Roadmap Robotics is AI-complete Integration of many AI techniques Classic AI Search in configuration space (Ultra) Modern AI Subsumption architecture

More information

16-662: Robot Autonomy Project Bi-Manual Manipulation Final Report

16-662: Robot Autonomy Project Bi-Manual Manipulation Final Report 16-662: Robot Autonomy Project Bi-Manual Manipulation Final Report Oliver Krengel, Abdul Zafar, Chien Chih Ho, Rohit Murthy, Pengsheng Guo 1 Introduction 1.1 Goal We aim to use the PR2 robot in the search-based-planning

More information

Anibal Ollero Professor and head of GRVC University of Seville (Spain)

Anibal Ollero Professor and head of GRVC University of Seville (Spain) Aerial Manipulation Anibal Ollero Professor and head of GRVC University of Seville (Spain) aollero@us.es Scientific Advisor of the Center for Advanced Aerospace Technologies (Seville, Spain) aollero@catec.aero

More information

ArchGenTool: A System-Independent Collaborative Tool for Robotic Architecture Design

ArchGenTool: A System-Independent Collaborative Tool for Robotic Architecture Design ArchGenTool: A System-Independent Collaborative Tool for Robotic Architecture Design Emanuele Ruffaldi (SSSA) I. Kostavelis, D. Giakoumis, D. Tzovaras (CERTH) Overview Problem Statement Existing Solutions

More information

Planning, Execution and Learning Application: Examples of Planning for Mobile Manipulation and Articulated Robots

Planning, Execution and Learning Application: Examples of Planning for Mobile Manipulation and Articulated Robots 15-887 Planning, Execution and Learning Application: Examples of Planning for Mobile Manipulation and Articulated Robots Maxim Likhachev Robotics Institute Carnegie Mellon University Two Examples Planning

More information

Mobile Robots Locomotion

Mobile Robots Locomotion Mobile Robots Locomotion Institute for Software Technology 1 Course Outline 1. Introduction to Mobile Robots 2. Locomotion 3. Sensors 4. Localization 5. Environment Modelling 6. Reactive Navigation 2 Today

More information

Spring 2016 :: :: Robot Autonomy :: Team 7 Motion Planning for Autonomous All-Terrain Vehicle

Spring 2016 :: :: Robot Autonomy :: Team 7 Motion Planning for Autonomous All-Terrain Vehicle Spring 2016 :: 16662 :: Robot Autonomy :: Team 7 Motion Planning for Autonomous All-Terrain Vehicle Guan-Horng Liu, Samuel Wang, Shu-Kai Lin, Chris Wang, Tiffany May Advisor : Mr. George Kantor OUTLINE

More information

Planetary Rover Absolute Localization by Combining Visual Odometry with Orbital Image Measurements

Planetary Rover Absolute Localization by Combining Visual Odometry with Orbital Image Measurements Planetary Rover Absolute Localization by Combining Visual Odometry with Orbital Image Measurements M. Lourakis and E. Hourdakis Institute of Computer Science Foundation for Research and Technology Hellas

More information

H2020 Space Robotic SRC- OG4

H2020 Space Robotic SRC- OG4 H2020 Space Robotic SRC- OG4 CCT/COMET ORB Workshop on Space Rendezvous 05/12/2017 «Smart Sensors for Smart Missions» Contacts: Sabrina Andiappane, sabrina.andiappane@thalesaleniaspace.com Vincent Dubanchet,

More information

Visual Perception for Robots

Visual Perception for Robots Visual Perception for Robots Sven Behnke Computer Science Institute VI Autonomous Intelligent Systems Our Cognitive Robots Complete systems for example scenarios Equipped with rich sensors Flying robot

More information

A Modular Software Framework for Eye-Hand Coordination in Humanoid Robots

A Modular Software Framework for Eye-Hand Coordination in Humanoid Robots A Modular Software Framework for Eye-Hand Coordination in Humanoid Robots Jurgen Leitner, Simon Harding, Alexander Forster and Peter Corke Presentation: Hana Fusman Introduction/ Overview The goal of their

More information

Team Description Paper Team AutonOHM

Team Description Paper Team AutonOHM Team Description Paper Team AutonOHM Jon Martin, Daniel Ammon, Helmut Engelhardt, Tobias Fink, Tobias Scholz, and Marco Masannek University of Applied Science Nueremberg Georg-Simon-Ohm, Kesslerplatz 12,

More information

VALIDATION OF 3D ENVIRONMENT PERCEPTION FOR LANDING ON SMALL BODIES USING UAV PLATFORMS

VALIDATION OF 3D ENVIRONMENT PERCEPTION FOR LANDING ON SMALL BODIES USING UAV PLATFORMS ASTRA 2015 VALIDATION OF 3D ENVIRONMENT PERCEPTION FOR LANDING ON SMALL BODIES USING UAV PLATFORMS Property of GMV All rights reserved PERIGEO PROJECT The work presented here is part of the PERIGEO project

More information

ACE Project Report. December 10, Reid Simmons, Sanjiv Singh Robotics Institute Carnegie Mellon University

ACE Project Report. December 10, Reid Simmons, Sanjiv Singh Robotics Institute Carnegie Mellon University ACE Project Report December 10, 2007 Reid Simmons, Sanjiv Singh Robotics Institute Carnegie Mellon University 1. Introduction This report covers the period from September 20, 2007 through December 10,

More information

CONTENT ENGINEERING & VISION LABORATORY. Régis Vinciguerra

CONTENT ENGINEERING & VISION LABORATORY. Régis Vinciguerra CONTENT ENGINEERING & VISION LABORATORY Régis Vinciguerra regis.vinciguerra@cea.fr ALTERNATIVE ENERGIES AND ATOMIC ENERGY COMMISSION Military Applications Division (DAM) Nuclear Energy Division (DEN) Technological

More information

An Interactive Technique for Robot Control by Using Image Processing Method

An Interactive Technique for Robot Control by Using Image Processing Method An Interactive Technique for Robot Control by Using Image Processing Method Mr. Raskar D. S 1., Prof. Mrs. Belagali P. P 2 1, E&TC Dept. Dr. JJMCOE., Jaysingpur. Maharashtra., India. 2 Associate Prof.

More information

Advanced Vision Guided Robotics. David Bruce Engineering Manager FANUC America Corporation

Advanced Vision Guided Robotics. David Bruce Engineering Manager FANUC America Corporation Advanced Vision Guided Robotics David Bruce Engineering Manager FANUC America Corporation Traditional Vision vs. Vision based Robot Guidance Traditional Machine Vision Determine if a product passes or

More information

Learning Semantic Environment Perception for Cognitive Robots

Learning Semantic Environment Perception for Cognitive Robots Learning Semantic Environment Perception for Cognitive Robots Sven Behnke University of Bonn, Germany Computer Science Institute VI Autonomous Intelligent Systems Some of Our Cognitive Robots Equipped

More information

Space Robotics. Ioannis Rekleitis

Space Robotics. Ioannis Rekleitis Space Robotics Ioannis Rekleitis On-Orbit Servicing of Satellites Work done at the Canadian Space Agency Guy Rouleau, Ioannis Rekleitis, Régent L'Archevêque, Eric Martin, Kourosh Parsa, and Erick Dupuis

More information

Segway RMP Experiments at Georgia Tech

Segway RMP Experiments at Georgia Tech Segway RMP Experiments at Georgia Tech DARPA MARS Segway Workshop September 23, 2003 Tom Collins Major activities Interface to MissionLab Teleoperation experiments Use of laser range finder for terrain

More information

BIN PICKING APPLICATIONS AND TECHNOLOGIES

BIN PICKING APPLICATIONS AND TECHNOLOGIES BIN PICKING APPLICATIONS AND TECHNOLOGIES TABLE OF CONTENTS INTRODUCTION... 3 TYPES OF MATERIAL HANDLING... 3 WHOLE BIN PICKING PROCESS... 4 VISION SYSTEM: HARDWARE... 4 VISION SYSTEM: SOFTWARE... 5 END

More information

Autonomous Robot Navigation: Using Multiple Semi-supervised Models for Obstacle Detection

Autonomous Robot Navigation: Using Multiple Semi-supervised Models for Obstacle Detection Autonomous Robot Navigation: Using Multiple Semi-supervised Models for Obstacle Detection Adam Bates University of Colorado at Boulder Abstract: This paper proposes a novel approach to efficiently creating

More information

Robotics. Haslum COMP3620/6320

Robotics. Haslum COMP3620/6320 Robotics P@trik Haslum COMP3620/6320 Introduction Robotics Industrial Automation * Repetitive manipulation tasks (assembly, etc). * Well-known, controlled environment. * High-power, high-precision, very

More information

Motion Planning of a Robotic Arm on a Wheeled Vehicle on a Rugged Terrain * Abstract. 1 Introduction. Yong K. Hwangt

Motion Planning of a Robotic Arm on a Wheeled Vehicle on a Rugged Terrain * Abstract. 1 Introduction. Yong K. Hwangt Motion Planning of a Robotic Arm on a Wheeled Vehicle on a Rugged Terrain * Yong K. Hwangt Abstract This paper presents a set of motion planners for an exploration vehicle on a simulated rugged terrain.

More information

Introduction to Autonomous Mobile Robots

Introduction to Autonomous Mobile Robots Introduction to Autonomous Mobile Robots second edition Roland Siegwart, Illah R. Nourbakhsh, and Davide Scaramuzza The MIT Press Cambridge, Massachusetts London, England Contents Acknowledgments xiii

More information

Mobile Manipulation for the KUKA youbot Platform. A Major Qualifying Project Report. submitted to the Faculty. of the WORCESTER POLYTECHNIC INSTITUTE

Mobile Manipulation for the KUKA youbot Platform. A Major Qualifying Project Report. submitted to the Faculty. of the WORCESTER POLYTECHNIC INSTITUTE Mobile Manipulation for the KUKA youbot Platform A Major Qualifying Project Report submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree

More information

Manipulating a Large Variety of Objects and Tool Use in Domestic Service, Industrial Automation, Search and Rescue, and Space Exploration

Manipulating a Large Variety of Objects and Tool Use in Domestic Service, Industrial Automation, Search and Rescue, and Space Exploration Manipulating a Large Variety of Objects and Tool Use in Domestic Service, Industrial Automation, Search and Rescue, and Space Exploration Sven Behnke Computer Science Institute VI Autonomous Intelligent

More information

AUTONOMOUS LONG-RANGE ROVER NAVIGATION EXPERIMENTAL RESULTS

AUTONOMOUS LONG-RANGE ROVER NAVIGATION EXPERIMENTAL RESULTS AUTONOMOUS LONG-RANGE ROVER NAVIGATION EXPERIMENTAL RESULTS Erick Dupuis, Joseph Nsasi Bakambu, Ioannis Rekleitis, Jean-Luc Bedwani, Sébastien Gemme, Jean-Patrice Rivest-Caissy Canadian Space Agency 6767

More information

t Bench for Robotics and Autonomy Andrea Merlo

t Bench for Robotics and Autonomy Andrea Merlo t Bench for Robotics and Autonomy Andrea Merlo Agenda Introduction TBRA Overview Objectives Architecture / Technical Description Status Test Results Roadmap he context of a Rover, dance, Navigation and

More information

InFuse: A Comprehensive Framework for Data Fusion in Space Robotics

InFuse: A Comprehensive Framework for Data Fusion in Space Robotics InFuse InFuse: A Comprehensive Framework for Data Fusion in Space Robotics June 20 th, 2017 Shashank Govindaraj (Space Applications Services, Belgium) Overview 1. Motivations & Objectives 2. InFuse within

More information

Building Reliable 2D Maps from 3D Features

Building Reliable 2D Maps from 3D Features Building Reliable 2D Maps from 3D Features Dipl. Technoinform. Jens Wettach, Prof. Dr. rer. nat. Karsten Berns TU Kaiserslautern; Robotics Research Lab 1, Geb. 48; Gottlieb-Daimler- Str.1; 67663 Kaiserslautern;

More information

Spring 2016, Robot Autonomy, Final Report (Team 7) Motion Planning for Autonomous All-Terrain Vehicle

Spring 2016, Robot Autonomy, Final Report (Team 7) Motion Planning for Autonomous All-Terrain Vehicle Spring 2016, 16662 Robot Autonomy, Final Report (Team 7) Motion Planning for Autonomous All-Terrain Vehicle Guan-Horng Liu 1, Samuel Wang 1, Shu-Kai Lin 1, Chris Wang 2, and Tiffany May 1 Advisors: Mr.

More information

Intern Presentation:

Intern Presentation: : Gripper Stereo and Assisted Teleoperation Stanford University December 13, 2010 Outline 1. Introduction 2. Hardware 3. Research 4. Packages 5. Conclusion Introduction Hardware Research Packages Conclusion

More information

3D Collision Avoidance for Navigation in Unstructured Environments

3D Collision Avoidance for Navigation in Unstructured Environments 3D Collision Avoidance for Navigation in Unstructured Environments Armin Hornung Humanoid Robots Lab, University of Freiburg May 5, 2011 Motivation Personal robots are to operate in arbitrary complex environments:

More information

CARE-O-BOT-RESEARCH: PROVIDING ROBUST ROBOTICS HARDWARE TO AN OPEN SOURCE COMMUNITY

CARE-O-BOT-RESEARCH: PROVIDING ROBUST ROBOTICS HARDWARE TO AN OPEN SOURCE COMMUNITY CARE-O-BOT-RESEARCH: PROVIDING ROBUST ROBOTICS HARDWARE TO AN OPEN SOURCE COMMUNITY Dipl.-Ing. Florian Weißhardt Fraunhofer Institute for Manufacturing Engineering and Automation IPA Outline Objective

More information

Generality and Simple Hands

Generality and Simple Hands Generality and Simple Hands with Grasp Invariance Matthew T. Mason and Alberto Rodriguez February 18, 2011 Outline 1. Overview of Robotics Institute (Mason) 2. Simple hands project (Mason) 3. Grasp invariance

More information

Simulation of Deformation in Robotics

Simulation of Deformation in Robotics Asia Simulation Conference 2009 Oct. 7, 2009 Robots vs Creatures Simulation of Deformation in Robotics Shinichi Hirai Dept. Robotics Ritsumeikan Univ. http://www.ritsumei.ac.jp/se/~hirai/ Robots rigid

More information

Mobile Manipulation A Mobile Platform Supporting a Manipulator System for an Autonomous Robot

Mobile Manipulation A Mobile Platform Supporting a Manipulator System for an Autonomous Robot Mobile Manipulation A Mobile Platform Supporting a Manipulator System for an Autonomous Robot U.M. Nassal, M. Damm, T.C. Lueth Institute for Real-Time Computer Systems and Robotics (IPR) University of

More information

Hand. Desk 4. Panda research 5. Franka Control Interface (FCI) Robot Model Library. ROS support. 1 technical data is subject to change

Hand. Desk 4. Panda research 5. Franka Control Interface (FCI) Robot Model Library. ROS support. 1 technical data is subject to change TECHNICAL DATA 1, 2 Arm degrees of freedom 7 DOF payload 3 kg sensitivity joint torque sensors in all 7 axes maximum reach 855 mm joint position limits A1: -170/170, A2: -105/105, [ ] A3: -170/170, A4:

More information

Reconfigurable Robot

Reconfigurable Robot Reconfigurable Robot What is a Reconfigurable Robot? Self-reconfiguring modular robots are autonomous kinematic machines with variable morphology They are able to deliberately change their own shape by

More information

Two Autonomous Robots for the DLR SpaceBot Cup Lessons Learned from 60 Minutes on the Moon

Two Autonomous Robots for the DLR SpaceBot Cup Lessons Learned from 60 Minutes on the Moon Published in Proceedings of ISR 2016: 47st International Symposium on Robotics, 2016. Publisher: VDE, ISBN: 978-3-8007-4231-8 2016 IEEE. Personal use of this material is permitted. Permission from IEEE

More information

Gaussian Process-based Visual Servoing Framework for an Aerial Parallel Manipulator

Gaussian Process-based Visual Servoing Framework for an Aerial Parallel Manipulator Gaussian Process-based Visual Servoing Framework for an Aerial Parallel Manipulator Sungwook Cho, David Hyunchul Shim and Jinwhan Kim Korea Advanced Institute of Science and echnology (KAIS), Daejeon,

More information

H2020 Space Robotic SRC- OG4

H2020 Space Robotic SRC- OG4 H2020 Space Robotic SRC- OG4 2 nd PERASPERA workshop Presentation by Sabrina Andiappane Thales Alenia Space France This project has received funding from the European Union s Horizon 2020 research and

More information

Safe Long-Range Travel for Planetary Rovers through Forward Sensing

Safe Long-Range Travel for Planetary Rovers through Forward Sensing Safe Long-Range Travel for Planetary Rovers through Forward Sensing 12 th ESA Workshop on Advanced Space Technologies for Robotics & Automation Yashodhan Nevatia Space Applications Services May 16 th,

More information

ROBOTICS (5 cfu) 09/02/2016. Last and first name Matricola Graduating

ROBOTICS (5 cfu) 09/02/2016. Last and first name Matricola Graduating ROBOTICS (5 cfu) 09/02/2016 Last and first name Matricola Graduating PART 1 - QUIZ (8 marks) 1. For a 3x3 matrix to be a rotation matrix, it should hold - each row vector has module 1 T F - the product

More information

Introduction to Mobile Robotics Techniques for 3D Mapping

Introduction to Mobile Robotics Techniques for 3D Mapping Introduction to Mobile Robotics Techniques for 3D Mapping Wolfram Burgard, Michael Ruhnke, Bastian Steder 1 Why 3D Representations Robots live in the 3D world. 2D maps have been applied successfully for

More information

An Epic Laser Battle

An Epic Laser Battle FLOWSTONE.qxd 2/14/2011 3:52 PM Page 20 by the staff of Robot An Epic Laser Battle BETWEEN ROBOTS Behind the Scenes! How we created vision-based programming using FlowStone Last month we introduced FlowStone,

More information

The Fawkes Robot Software Framework

The Fawkes Robot Software Framework Nov 28th 2016 MSL Workshop 2016 The Fawkes Robot Software Framework Software Stack for the RoboCup Logistics League Matthias Löbach Tim Niemueller Carologistics RoboCup participant since 2012 Joint team

More information

LASERDATA LIS build your own bundle! LIS Pro 3D LIS 3.0 NEW! BETA AVAILABLE! LIS Road Modeller. LIS Orientation. LIS Geology.

LASERDATA LIS build your own bundle! LIS Pro 3D LIS 3.0 NEW! BETA AVAILABLE! LIS Road Modeller. LIS Orientation. LIS Geology. LIS 3.0...build your own bundle! NEW! LIS Geology LIS Terrain Analysis LIS Forestry LIS Orientation BETA AVAILABLE! LIS Road Modeller LIS Editor LIS City Modeller colors visualization I / O tools arithmetic

More information

Abstract. 1 Introduction. 2 Concept of the mobile experimental

Abstract. 1 Introduction. 2 Concept of the mobile experimental ISR / ROBOTIK 2010 Mobile Experimental Platform for the Development of Environmentally Interactive Control Algorithms towards the Implementation on a Walking Humanoid Robot Giulio Milighetti, Janko Petereit

More information

Motion Planning Strategy For a 6-DOFs Robotic Arm In a Controlled Environment

Motion Planning Strategy For a 6-DOFs Robotic Arm In a Controlled Environment University of Bonn, Germany Computer Science Department Motion Planning Strategy For a 6-DOFs Robotic Arm In a Controlled Environment Angeliki Topalidou-Kyniazopoulou Thesis Committee Sven Behnke Maren

More information

People Pose Detection Koen Buys (KU Leuven)

People Pose Detection Koen Buys (KU Leuven) People Pose Detection Koen Buys (KU Leuven) May 10, 2013 What is this all about What Human pose detection and tracking Human recognition Applications in: Human robot interaction Medical field Entertainment

More information

Field-of-view dependent registration of point clouds and incremental segmentation of table-tops using time-offlight

Field-of-view dependent registration of point clouds and incremental segmentation of table-tops using time-offlight Field-of-view dependent registration of point clouds and incremental segmentation of table-tops using time-offlight cameras Dipl.-Ing. Georg Arbeiter Fraunhofer Institute for Manufacturing Engineering

More information

Flexible Modeling and Simulation Architecture for Haptic Control of Maritime Cranes and Robotic Arms

Flexible Modeling and Simulation Architecture for Haptic Control of Maritime Cranes and Robotic Arms Flexible Modeling and Simulation Architecture for Haptic Control of Maritime Cranes and Robotic Arms F. Sanfilippo, H. P. Hildre, V. Æsøy and H.X. Zhang Department of Maritime Technology and Operation

More information

Mobile Robots: An Introduction.

Mobile Robots: An Introduction. Mobile Robots: An Introduction Amirkabir University of Technology Computer Engineering & Information Technology Department http://ce.aut.ac.ir/~shiry/lecture/robotics-2004/robotics04.html Introduction

More information

A Repository Of Sensor Data For Autonomous Driving Research

A Repository Of Sensor Data For Autonomous Driving Research A Repository Of Sensor Data For Autonomous Driving Research Michael Shneier, Tommy Chang, Tsai Hong, Gerry Cheok, Harry Scott, Steve Legowik, Alan Lytle National Institute of Standards and Technology 100

More information

Super Assembling Arms

Super Assembling Arms Super Assembling Arms Yun Jiang, Nan Xiao, and Hanpin Yan {yj229, nx27, hy95}@cornell.edu Abstract Although there are more and more things personal robots can do for us at home, they are unable to accomplish

More information

INF Introduction to Robot Operating System

INF Introduction to Robot Operating System INF3480 - Introduction to Robot Operating System February 22, 2017 Justinas Mišeikis Side Note This is an overview lecture, but do expect exam question on ROS topic also. Please pay more attention to the

More information

2002 Intelligent Ground Vehicle Competition Design Report. Grizzly Oakland University

2002 Intelligent Ground Vehicle Competition Design Report. Grizzly Oakland University 2002 Intelligent Ground Vehicle Competition Design Report Grizzly Oakland University June 21, 2002 Submitted By: Matt Rizzo Brian Clark Brian Yurconis Jelena Nikolic I. ABSTRACT Grizzly is the product

More information

Tight Coupling between Manipulation and Perception using SLAM

Tight Coupling between Manipulation and Perception using SLAM Tight Coupling between Manipulation and Perception using SLAM Benzun Pious Wisely Babu Christopher Bove Michael A. Gennert Robotics Engineering Department Worcester Polytechnic Institute Worcester, MA

More information

Improving Vision-Based Distance Measurements using Reference Objects

Improving Vision-Based Distance Measurements using Reference Objects Improving Vision-Based Distance Measurements using Reference Objects Matthias Jüngel, Heinrich Mellmann, and Michael Spranger Humboldt-Universität zu Berlin, Künstliche Intelligenz Unter den Linden 6,

More information

Maintaining static stability and continuous motion in rough terrain hexapod locomotion without terrain mapping*

Maintaining static stability and continuous motion in rough terrain hexapod locomotion without terrain mapping* 24th Mediterranean Conference on Control and Automation (MED) June 21-24, 2016, Athens, Greece Maintaining static stability and continuous motion in rough terrain hexapod locomotion without terrain mapping*

More information

Sensor Integration and Image Georeferencing for Airborne 3D Mapping Applications

Sensor Integration and Image Georeferencing for Airborne 3D Mapping Applications Sensor Integration and Image Georeferencing for Airborne 3D Mapping Applications By Sameh Nassar and Naser El-Sheimy University of Calgary, Canada Contents Background INS/GPS Integration & Direct Georeferencing

More information

Introduction to Robotics

Introduction to Robotics Jianwei Zhang zhang@informatik.uni-hamburg.de Universität Hamburg Fakultät für Mathematik, Informatik und Naturwissenschaften Technische Aspekte Multimodaler Systeme 05. July 2013 J. Zhang 1 Task-level

More information

video 1 video 2 Motion Planning (It s all in the discretization) Digital Actors Basic problem Basic problem Two Possible Discretizations

video 1 video 2 Motion Planning (It s all in the discretization) Digital Actors Basic problem Basic problem Two Possible Discretizations Motion Planning (It s all in the discretization) Motion planning is the ability for an agent to compute its own motions in order to achieve certain goals. ll autonomous robots and digital actors should

More information

Vision-based Mobile Robot Localization and Mapping using Scale-Invariant Features

Vision-based Mobile Robot Localization and Mapping using Scale-Invariant Features Vision-based Mobile Robot Localization and Mapping using Scale-Invariant Features Stephen Se, David Lowe, Jim Little Department of Computer Science University of British Columbia Presented by Adam Bickett

More information

MOTION. Feature Matching/Tracking. Control Signal Generation REFERENCE IMAGE

MOTION. Feature Matching/Tracking. Control Signal Generation REFERENCE IMAGE Head-Eye Coordination: A Closed-Form Solution M. Xie School of Mechanical & Production Engineering Nanyang Technological University, Singapore 639798 Email: mmxie@ntuix.ntu.ac.sg ABSTRACT In this paper,

More information

How to win

How to win How to win RoboCup@Work? The Swarmlab@Work approach revealed Sjriek Alers 1, Daniel Claes 1, Joscha Fossel 1, Daniel Hennes 2, Karl Tuyls 1, and Gerhard Weiss 1 1 Maastricht University, P.O. Box 616, 6200

More information

Autonomous Robotics Toolbox ASTRA November 2004, ESA/ESTEC, Noordwijk, The Netherlands

Autonomous Robotics Toolbox ASTRA November 2004, ESA/ESTEC, Noordwijk, The Netherlands In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 Autonomous Robotics Toolbox ASTRA 2004

More information

Modeling the manipulator and flipper pose effects on tip over stability of a tracked mobile manipulator

Modeling the manipulator and flipper pose effects on tip over stability of a tracked mobile manipulator Modeling the manipulator and flipper pose effects on tip over stability of a tracked mobile manipulator Chioniso Dube Mobile Intelligent Autonomous Systems Council for Scientific and Industrial Research,

More information

PLANNING MOTIONS OF ROBOTIC SYSTEMS SUBJECT TO FORCE AND FRICTION CONSTRAINTS WITH AN APPLICATION TO A ROBOTIC CLIMBER

PLANNING MOTIONS OF ROBOTIC SYSTEMS SUBJECT TO FORCE AND FRICTION CONSTRAINTS WITH AN APPLICATION TO A ROBOTIC CLIMBER PLANNING MOTIONS OF ROBOTIC SYSTEMS SUBJECT TO FORCE AND FRICTION CONSTRAINTS WITH AN APPLICATION TO A ROBOTIC CLIMBER Akhil Madhani, Steven Dubowsky Department of Mechanical Engineering Massachusetts

More information

Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education

Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education DIPARTIMENTO DI INGEGNERIA INDUSTRIALE Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education Mattia Mazzucato, Sergio Tronco, Andrea Valmorbida, Fabio Scibona and Enrico

More information

Terrain Data Real-time Analysis Based on Point Cloud for Mars Rover

Terrain Data Real-time Analysis Based on Point Cloud for Mars Rover Terrain Data Real-time Analysis Based on Point Cloud for Mars Rover Haoruo ZHANG 1, Yuanjie TAN, Qixin CAO. Abstract. With the development of space exploration, more and more aerospace researchers pay

More information

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 9 Toyomi Fujita and Yuya Kondo Tohoku Institute of Technology Japan 1. Introduction A 3D configuration and terrain sensing

More information

The University of Missouri - Columbia Electrical & Computer Engineering Department EE4330 Robotic Control and Intelligence

The University of Missouri - Columbia Electrical & Computer Engineering Department EE4330 Robotic Control and Intelligence The University of Missouri - Columbia Final Exam 1) Clear your desk top of all handwritten papers and personal notes. You may keep only your textbook, a cheat sheet, the test paper, a calculator and a

More information

Quadruped Robots and Legged Locomotion

Quadruped Robots and Legged Locomotion Quadruped Robots and Legged Locomotion J. Zico Kolter Computer Science Department Stanford University Joint work with Pieter Abbeel, Andrew Ng Why legged robots? 1 Why Legged Robots? There is a need for

More information

Humanoid Robotics. Inverse Kinematics and Whole-Body Motion Planning. Maren Bennewitz

Humanoid Robotics. Inverse Kinematics and Whole-Body Motion Planning. Maren Bennewitz Humanoid Robotics Inverse Kinematics and Whole-Body Motion Planning Maren Bennewitz 1 Motivation Plan a sequence of configurations (vector of joint angle values) that let the robot move from its current

More information

Set up and Foundation of the Husky

Set up and Foundation of the Husky Set up and Foundation of the Husky Marisa Warner, Jeremy Gottlieb, Gabriel Elkaim Worcester Polytechnic Institute University of California, Santa Cruz Abstract Clearpath s Husky A200 is an unmanned ground

More information

Inverse Kinematics. Given a desired position (p) & orientation (R) of the end-effector

Inverse Kinematics. Given a desired position (p) & orientation (R) of the end-effector Inverse Kinematics Given a desired position (p) & orientation (R) of the end-effector q ( q, q, q ) 1 2 n Find the joint variables which can bring the robot the desired configuration z y x 1 The Inverse

More information

Mobile robotics KMR QUANTEC

Mobile robotics KMR QUANTEC Mobile robotics KMR QUANTEC EN KMR QUANTEC A new dimension in robotics with service-proven KUKA quality It works with the utmost precision using the latest KR QUANTEC shelf-mounted robots and KUKA s service-proven

More information

Robot For Assistance. Master Project ME-GY 996. Presented By: Karim Chamaa. Presented To: Dr. Vikram Kapila

Robot For Assistance. Master Project ME-GY 996. Presented By: Karim Chamaa. Presented To: Dr. Vikram Kapila Robot For Assistance Master Project ME-GY 996 Presented By: Karim Chamaa Presented To: Dr. Vikram Kapila Project Description Building a robot with an assistance duty. Goals: Build a cheap and independent

More information

Centipede Robot Locomotion

Centipede Robot Locomotion Master Project Centipede Robot Locomotion Brian Jiménez García [brian.jimenez@epfl.ch] Supervisor: Auke Jan Ikspeert Biologically Inspired Robotics Group (BIRG) Swiss Federal Institute of Technology Lausanne

More information

Mannequin Simulation. D. Chablat. 21/11/2016 D. Chablat 1

Mannequin Simulation. D. Chablat. 21/11/2016 D. Chablat 1 Mannequin Simulation D. Chablat 21/11/2016 D. Chablat 1 DELMIA workbench Use of Delmia's 5 virtual human workbench Human Builder Human Activity Analysis Human Posture Analysis Human Measurements Editor

More information

Robot mechanics and kinematics

Robot mechanics and kinematics University of Pisa Master of Science in Computer Science Course of Robotics (ROB) A.Y. 2017/18 cecilia.laschi@santannapisa.it http://didawiki.cli.di.unipi.it/doku.php/magistraleinformatica/rob/start Robot

More information

Humanoid Robotics. Inverse Kinematics and Whole-Body Motion Planning. Maren Bennewitz

Humanoid Robotics. Inverse Kinematics and Whole-Body Motion Planning. Maren Bennewitz Humanoid Robotics Inverse Kinematics and Whole-Body Motion Planning Maren Bennewitz 1 Motivation Planning for object manipulation Whole-body motion to reach a desired goal configuration Generate a sequence

More information

OFERTA O120410PA CURRENT DATE 10/04//2012 VALID UNTIL 10/05/2012 SUMMIT XL

OFERTA O120410PA CURRENT DATE 10/04//2012 VALID UNTIL 10/05/2012 SUMMIT XL OFERTA O120410PA CURRENT DATE 10/04//2012 VALID UNTIL 10/05/2012 SUMMIT XL CLIENT CLIENT: Gaitech REPRESENTANT: Andrew Pether MAIL: andyroojp@hotmail.com PRODUCT Introduction The SUMMIT XL has skid-steering

More information

Individual Lab Report #6. Pratik Chatrath. Team A / Team Avengers. Teammates: Tushar Agrawal, Sean Bryan. January 28, 2016

Individual Lab Report #6. Pratik Chatrath. Team A / Team Avengers. Teammates: Tushar Agrawal, Sean Bryan. January 28, 2016 Individual Lab Report #6 Pratik Chatrath Team A / Team Avengers Teammates: Tushar Agrawal, Sean Bryan January 28, 2016 I. Individual Progress Overall in the last semester, I worked on developing obstacle

More information

Mobile Robotics. Mathematics, Models, and Methods. HI Cambridge. Alonzo Kelly. Carnegie Mellon University UNIVERSITY PRESS

Mobile Robotics. Mathematics, Models, and Methods. HI Cambridge. Alonzo Kelly. Carnegie Mellon University UNIVERSITY PRESS Mobile Robotics Mathematics, Models, and Methods Alonzo Kelly Carnegie Mellon University HI Cambridge UNIVERSITY PRESS Contents Preface page xiii 1 Introduction 1 1.1 Applications of Mobile Robots 2 1.2

More information

Last update: May 6, Robotics. CMSC 421: Chapter 25. CMSC 421: Chapter 25 1

Last update: May 6, Robotics. CMSC 421: Chapter 25. CMSC 421: Chapter 25 1 Last update: May 6, 2010 Robotics CMSC 421: Chapter 25 CMSC 421: Chapter 25 1 A machine to perform tasks What is a robot? Some level of autonomy and flexibility, in some type of environment Sensory-motor

More information

Robot mechanics and kinematics

Robot mechanics and kinematics University of Pisa Master of Science in Computer Science Course of Robotics (ROB) A.Y. 2016/17 cecilia.laschi@santannapisa.it http://didawiki.cli.di.unipi.it/doku.php/magistraleinformatica/rob/start Robot

More information

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department 2016 Control and Measurement Laboratory Robotino Robot (Mobile Robot System) Robotino Robot Objectives: The

More information

CMU Amazon Picking Challenge

CMU Amazon Picking Challenge CMU Amazon Picking Challenge Team Harp (Human Assistive Robot Picker) Graduate Developers Abhishek Bhatia Alex Brinkman Lekha Walajapet Feroza Naina Rick Shanor Search Based Planning Lab Maxim Likhachev

More information

Constraint-Based Task Programming with CAD Semantics: From Intuitive Specification to Real-Time Control

Constraint-Based Task Programming with CAD Semantics: From Intuitive Specification to Real-Time Control Constraint-Based Task Programming with CAD Semantics: From Intuitive Specification to Real-Time Control Nikhil Somani, Andre Gaschler, Markus Rickert, Alexander Perzylo, and Alois Knoll Abstract In this

More information

The NAO Robot, a case of study Robotics Franchi Alessio Mauro

The NAO Robot, a case of study Robotics Franchi Alessio Mauro The NAO Robot, a case of study Robotics 2013-2014 Franchi Alessio Mauro alessiomauro.franchi@polimi.it Who am I? Franchi Alessio Mauro Master Degree in Computer Science Engineer at Politecnico of Milan

More information

COMBINING TASK AND MOTION PLANNING FOR COMPLEX MANIPULATION

COMBINING TASK AND MOTION PLANNING FOR COMPLEX MANIPULATION COMBINING TASK AND MOTION PLANNING FOR COMPLEX MANIPULATION 16-662: ROBOT AUTONOMY PROJECT Team: Gauri Gandhi Keerthana Manivannan Lekha Mohan Rohit Dashrathi Richa Varma ABSTRACT Robots performing household

More information

Ant-Like Robotic Platform

Ant-Like Robotic Platform Ant-Like Robotic Platform Certain materials are included under the fair use exemption of the U.S. Copyright Law and have been prepared according to the fair use guidelines and are restricted from further

More information

Vision Assisted Laser Scanner Navigation for Autonomous Robots

Vision Assisted Laser Scanner Navigation for Autonomous Robots Vision Assisted Laser Scanner Navigation for Autonomous Robots Jens Christian Andersen, Nils A. Andersen, Ole Ravn Automation Ørsted DTU, Technical University of Denmark, DTU-build. 326, DK-2800 Kgs. Lyngby,

More information

What is a Manipulator? 2007 RoboJackets TE Sessions 10/16/2007. Keys to Understanding Manipulators TE Sessions Manipulators 10/16/07

What is a Manipulator? 2007 RoboJackets TE Sessions 10/16/2007. Keys to Understanding Manipulators TE Sessions Manipulators 10/16/07 2007 TE Sessions Manipulators 10/16/07 www.robojackets.org Keys to Understanding Manipulators What is a manipulator? What kinds of manipulators are there? What are the different types of joints and linkages

More information