Technical Cognitive Systems

Size: px
Start display at page:

Download "Technical Cognitive Systems"

Transcription

1

2 Part XII Actuators

3 3 Outline Robot Bases Hardware Components Robot Arms

4 4 Outline Robot Bases Hardware Components Robot Arms

5 5 (Wheeled) Locomotion Goal: Bring the robot to a desired pose (x, y, θ): (position in x-axis, position in y-axis, angle with x-axis) 3 Degrees of Freedom (DOF).

6 6 (Wheeled) Locomotion Goal: Bring the robot to a desired pose (x, y, θ): (position in x-axis, position in y-axis, angle with x-axis) 3 Degrees of Freedom (DOF) Many robots have less controllable degrees of freedom.

7 7 Wheel Types

8 8 Robot Bases Ackermann steering differential-drive turnable wheel omniwheel mecanum-wheel

9 9 Ackerman-Steering car-like steering robust but hard to control (parking!) Issue: Outer wheels moves on a circle of different radius than inner wheel. steering angle should be different!

10 10 Differential-Drive Turns on spot Good choice for round robots Parking is easier

11 Turnable wheels Omnidirectional (can drive forwards, sideways and turn) On change of direction, requires reconfiguration of its wheels. Controllers should not oscillate PR2: Double wheel construction to reduce friction while turning the wheel Robot Bases Hardware Components Robot Arms 11

12 12 Omniwheels Omnidirectional (can drive forwards, sideways and turn) Wheels have free rollers at 90 o Three wheels are enough Hard to make them run smooth

13 Mecanum-Wheels Omnidirectional (can drive forwards, sideways and turn) Wheels have free rollers at 45o No reconfiguration is involved Depending on wheels, requires flat ground Linearity A (linear) combination of cartesian movements can be achieved with the linear combination of the respective wheel velocities. Robot Bases Hardware Components Robot Arms 13

14 14 Control of robot bases Cartesian pose in the plane: x x = y θ Wheel positions: q 1 q =... q n The forward kinematics, relating q to x is nonlinear and hard to work with.

15 15 Control of robot bases It s easier to use its derivatives: Cartesian Velocity ẋ ẋ = ẏ θ Wheel Velocities: q = q 1... q n These velocities are related by a matrix: The Jacobian matrix J q = Jẋ

16 16 Example: Omniwheel Kinematics orange: free roller turning green: wheel turning blue: resulting movement Forward: ( q 1, q 2, q 3 ) = (0, cos(30 o ), cos(30 o ))...

17 17 Outline Robot Bases Hardware Components Motors Encoders Gearboxes Robot Arms

18 18 Stepper Motor very standardized strong at low speeds used in printers moves repeatably feedforward by nature looses steps when friction/inertia/... is too high or is moving at its resonance frequency

19 19 Brushed DC Motor cheap used in toys turns without motor controller commutation with brushes (may wear out)

20 20 Brushless DC Motor cheap as well used e.g. in CDROM drives electronic commutation necessary (with sensors or sensorless) coils can be inside or outside (better cooling when outside)

21 21 Pulse Width Modulation (PWM) transistors are efficient when either on or off (not so efficient in between) switch the power on and off at a high freqency (and let the motor do the low-pass filtering)

22 22 Optical Encoders Robots typically use wheels for movement. If we measure how much the wheels travel, we can approximate our position. Typical Solution: Optical Encoders on the shaft of the wheels (or motors).

23 23 Absolute Optical Encoders Characteristics: They give the absolute position at all times. (Really only useful if the encoder does not turn more than once). Expensive Requires log 2 n tracks and sensors for a resolution of n ticks/rev.

24 24 Absolute Optical Encoders (2) Two main types: Binary code (b) Gray code (a). Advantage: Only one bit changes at a time.

25 25 One-track absolute encoder absolute encoder with only one track still needs log 2 n sensors mounted at precise positions!

26 26 Incremental Optical Encoders They are simpler: Only one track. They only give information about direction and ammount of rotation in steps (known as ticks ) That s OK: We can keep a counter in memory for the position. The direction is known using two IR receivers, placed as to receive the light from the emitter with a 90 degree phase difference. It also allows to quadruple the resolution of the disc. (400 ticks from a disc with 100 stripes).

27 Incremental Optical Encoders (2) Robot Bases Hardware Components Robot Arms 27

28 28 Incremental Optical Encoders (2)

29 29 Planetary (=Epicyclic) Gearbox good gear ratios good torque transmission very little play

30 Harmonic-Drive Gearbox very high gear ratio acceptable torque transmission highly nonlinear friction (practically) no play Roboteach Bases rotation of the inner ellipse Hardware moves Components the outer gear one tooth forward. Robot Arms 30

31 31 Cycloidal Gearbox very high gear ratio high torque transmission used in industrial robots prone to vibrations (practically) no play

32 32 Outline Robot Bases Hardware Components Robot Arms

33 33 Robot Arms How many degrees of freedom do we need?

34 34 Robot Arms How many degrees of freedom do we need? (It depends on the task!)

35 35 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera:

36 36 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF

37 37 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF placing an object (only position is important):

38 38 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF placing an object (only position is important): 3 DOF

39 39 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF placing an object (only position is important): 3 DOF placing an object (position and orientation):

40 40 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF placing an object (only position is important): 3 DOF placing an object (position and orientation): 6 DOF

41 41 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF placing an object (only position is important): 3 DOF placing an object (position and orientation): 6 DOF imitating a human arm:

42 42 Robot Arms How many degrees of freedom do we need? (It depends on the task!) pointing a camera: 2 DOF placing an object (only position is important): 3 DOF placing an object (position and orientation): 6 DOF imitating a human arm: 7 DOF (from shoulder ball joint)

43 43 Industrial Robots vs. Mobile Service Robots big & heavy high speed & accuracy powerful dangerous small & lightweight lower speed & accuracy reqirements better mass / payload ratio must be safer

44 44 An Example Lighweight Robot The Kuka LWR light (15kg) still strong (14kg payload on streched arm) brushless DC motors harmonic drive gearboxes impedance control to make it soft and safe What if impedance control fails? Still safer than industrial robots (it has less inertia).

45 45 Control Challenge Industrial robots have stiff joints ( PD control is enough) The LWR has elastic joints. modeled as two coupled spring-damper-mass systems

46 46 Control Challenge II contains 4 energy buffers 4 values are required to describe the dynamic state of a joint. Effectively, requires more measurements per joint to control it well, e.g. a torque sensor after reduction. The state chosen for the LWR is (q, q, τ, τ)

47 47 State Feedback Controller NOTE: This controller compensates the dynamics of the actual joint The State Feedback Control Law used in this robot is of the form: τ M = K P q e K D q e K T τ e K S τ e + Feedforward Where (q e, q e, τ e, τ e ) are the errors of the actual positions/torques w.r.t. the desired positions/torques. Feedforward term includes: gravity compensation, friction compensation, inertia, coriolis, etc. The torque sensor also allows to estimate gearbox friction and to precisely measure external torques.

48 48 Impedance Control Interface NOTE: The user interface, assuming an idealized joint Control Strategies: Position Control (May lead to strong forces) Force Control (May lead to far position offsets) Impedance Control: Force and Position are coupled: K: Stiffness D: Damping m: Mass (not controlled) τ = K(q desired q actual ) D q m q

49 49 PR2 Arms Second Example: PR2 Arms 7 DOF arms mechanical gravity compensation 2 infinite joints weak BLDC motors (< 10W) belt transmissions payload about 2 kg flexible joints but missing extra sensors lower performance, lower gains, damping... but still good enough! Intrinsically safe, no matter what the controllers do!

50 50 Gravity Compensation Just the law of the lever τ = L F

51 51 Gravity Compensation Just the law of the lever When the arm is inclined, we need to project the force... τ = cos(α) L F

52 Gravity Compensation Just the law of the lever When the arm is inclined, we need to project the force or the lever! τ = cos(α) L F Easy to calculate (just discard the vertical component of the center of mass!) 52

53 References Wheeled Locomotion Handbook of Robotics Some more extensive lecture notes: fer/cmsc828/classes/cse pdf Components Wikipedia Robot arms (Advanced): Albu-Schäffer, Alin : Regelung von Robotern mit elastischen Gelenken am Beispiel der DLR-Leichtbaumarme 53

54 54 Credits The contents of this lecture was composed of material from various sources, including: Wikipedia Course EML2322L from University of Florida: Projects/ Background Information/Background Information.htm

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Categories of Robots and their Hardware Components. Click to add Text Martin Jagersand

Categories of Robots and their Hardware Components. Click to add Text Martin Jagersand Categories of Robots and their Hardware Components Click to add Text Martin Jagersand Click to add Text Robot? Click to add Text Robot? How do we categorize these robots? What they can do? Most robots

More information

Administrative Notes. DC Motors; Torque and Gearing; Encoders; Motor Control. Today. Early DC Motors. Friday 1pm: Communications lecture

Administrative Notes. DC Motors; Torque and Gearing; Encoders; Motor Control. Today. Early DC Motors. Friday 1pm: Communications lecture At Actuation: ti DC Motors; Torque and Gearing; Encoders; Motor Control RSS Lecture 3 Wednesday, 11 Feb 2009 Prof. Seth Teller Administrative Notes Friday 1pm: Communications lecture Discuss: writing up

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 14. June 2013 J. Zhang 1 Robot Control

More information

MAGNETIC LEVITATION SUSPENSION CONTROL SYSTEM FOR REACTION WHEEL

MAGNETIC LEVITATION SUSPENSION CONTROL SYSTEM FOR REACTION WHEEL IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN 2321-8843 Vol. 1, Issue 4, Sep 2013, 1-6 Impact Journals MAGNETIC LEVITATION SUSPENSION CONTROL SYSTEM FOR REACTION

More information

Elements of Haptic Interfaces

Elements of Haptic Interfaces Elements of Haptic Interfaces Katherine J. Kuchenbecker Department of Mechanical Engineering and Applied Mechanics University of Pennsylvania kuchenbe@seas.upenn.edu Course Notes for MEAM 625, University

More information

Robot Actuators. Motors and Control. Stepper Motor Basics. Increased Resolution. Stepper motors. DC motors AC motors. Physics review: Nature is lazy.

Robot Actuators. Motors and Control. Stepper Motor Basics. Increased Resolution. Stepper motors. DC motors AC motors. Physics review: Nature is lazy. obot Actuators tepper motors Motors and Control DC motors AC motors Physics review: ature is lazy. Things seek lowest energy states. iron core vs. magnet magnetic fields tend to line up Electric fields

More information

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN PROGRAM OF STUDY ENGR.ROB Standard 1 Essential UNDERSTAND THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN The student will understand and implement the use of hand sketches and computer-aided drawing

More information

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

ServoStep technology

ServoStep technology What means "ServoStep" "ServoStep" in Ever Elettronica's strategy resumes seven keypoints for quality and performances in motion control applications: Stepping motors Fast Forward Feed Full Digital Drive

More information

10/21/2009. d R. d L. r L d B L08. POSE ESTIMATION, MOTORS. EECS 498-6: Autonomous Robotics Laboratory. Midterm 1. Mean: 53.9/67 Stddev: 7.

10/21/2009. d R. d L. r L d B L08. POSE ESTIMATION, MOTORS. EECS 498-6: Autonomous Robotics Laboratory. Midterm 1. Mean: 53.9/67 Stddev: 7. 1 d R d L L08. POSE ESTIMATION, MOTORS EECS 498-6: Autonomous Robotics Laboratory r L d B Midterm 1 2 Mean: 53.9/67 Stddev: 7.73 1 Today 3 Position Estimation Odometry IMUs GPS Motor Modelling Kinematics:

More information

Actuator Components 2

Actuator Components 2 Actuator Components 2 Term project midterm review Bearings Seals Sensors 1 Actuator Components Term Project Midterm Review Details of term project are contained in first lecture of the term Should be using

More information

CS545 Contents XIV. Components of a Robotic System. Signal Processing. Reading Assignment for Next Class

CS545 Contents XIV. Components of a Robotic System. Signal Processing. Reading Assignment for Next Class CS545 Contents XIV Components of a Robotic System Power Supplies and Power Amplifiers Actuators Transmission Sensors Signal Processing Linear filtering Simple filtering Optimal filtering Reading Assignment

More information

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Basic NC and CNC Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Micro machining Lab, I.I.T. Kanpur Outline 1. Introduction to CNC machine 2. Component

More information

Information and Program

Information and Program Robotics 1 Information and Program Prof. Alessandro De Luca Robotics 1 1 Robotics 1 2017/18! First semester (12 weeks)! Monday, October 2, 2017 Monday, December 18, 2017! Courses of study (with this course

More information

ACTUATORS AND SENSORS. Joint actuating system. Servomotors. Sensors

ACTUATORS AND SENSORS. Joint actuating system. Servomotors. Sensors ACTUATORS AND SENSORS Joint actuating system Servomotors Sensors JOINT ACTUATING SYSTEM Transmissions Joint motion low speeds high torques Spur gears change axis of rotation and/or translate application

More information

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي رقم )7107/363( Page 1 of 6 1- Mechatronics Actuators Board & Mechatronics Systems Board with Education Laboratory for

More information

Robotics: Evolution, Technology and Applications

Robotics: Evolution, Technology and Applications Robotics: Evolution, Technology and Applications By: Dr. Hamid D. Taghirad Head of Control Group, and Department of Electrical Engineering K.N. Toosi University of Tech. Department of Electrical Engineering

More information

DEVELOPMENT OF THE HUMANOID ROBOT HUBO-FX-1

DEVELOPMENT OF THE HUMANOID ROBOT HUBO-FX-1 DEVELOPMENT OF THE HUMANOID ROBOT HUBO-FX-1 Jungho Lee, KAIST, Republic of Korea, jungho77@kaist.ac.kr Jung-Yup Kim, KAIST, Republic of Korea, kirk1@mclab3.kaist.ac.kr Ill-Woo Park, KAIST, Republic of

More information

BRUSHLESS DC MOTOR FAMILY

BRUSHLESS DC MOTOR FAMILY BRUSHLESS DC MOTOR FAMILY Series NT HST Geared Brushless DC Permanent Magnet Motor The NT HST is designed to provide: Fast dynamic response High power density Compact package size Long life ball bearing

More information

IVR: Introduction to Control

IVR: Introduction to Control IVR: Introduction to Control OVERVIEW Control systems Transformations Simple control algorithms History of control Centrifugal governor M. Boulton and J. Watt (1788) J. C. Maxwell (1868) On Governors.

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction It is appropriate to begin the textbook on robotics with the definition of the industrial robot manipulator as given by the ISO 8373 standard. An industrial robot manipulator is

More information

More Info at Open Access Database by S. Dutta and T. Schmidt

More Info at Open Access Database  by S. Dutta and T. Schmidt More Info at Open Access Database www.ndt.net/?id=17657 New concept for higher Robot position accuracy during thermography measurement to be implemented with the existing prototype automated thermography

More information

Engineering Reference

Engineering Reference Engineering Reference Linear & Rotary Positioning Stages Table of Contents 1. Linear Positioning Stages...269 1.1 Precision Linear Angular Dynamic 1.2 Loading Accuracy Repeatability Resolution Straightness

More information

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors Assembly Language Topic 14 Motion Control Stepper and Servo Motors Objectives To gain an understanding of the operation of a stepper motor To develop a means to control a stepper motor To gain an understanding

More information

Sensors and Actuators

Sensors and Actuators Marcello Restelli Dipartimento di Elettronica e Informazione Politecnico di Milano email: restelli@elet.polimi.it tel: 02-2399-4015 Sensors and Actuators Robotics for Computer Engineering students A.A.

More information

FROM TORQUE-CONTROLLED TO INTRINSICALLY COMPLIANT

FROM TORQUE-CONTROLLED TO INTRINSICALLY COMPLIANT FROM TORQUE-CONTROLLED TO INTRINSICALLY COMPLIANT HUMANOID by Christian Ott 1 Alexander Dietrich Daniel Leidner Alexander Werner Johannes Englsberger Bernd Henze Sebastian Wolf Maxime Chalon Werner Friedl

More information

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh Teaching Children Proportional Control using ROBOLAB 2.9 By Dr C S Soh robodoc@fifth-r.com Objective Using ROBOLAB 2.9, children can experiment with proportional control the same way as undergraduates

More information

Technifutur. Maarten Daemen Sales Engineer / KUKA Automatisering + Robots NV KUKA LBR iiwa M. Daemen

Technifutur. Maarten Daemen Sales Engineer / KUKA Automatisering + Robots NV KUKA LBR iiwa M. Daemen Technifutur Maarten Daemen Sales Engineer / KUKA Automatisering + Robots NV 2016-11-28 page: 1 ii invite you page: 2 LBR iiwa LBR stands for Leichtbauroboter (German for lightweight robot), iiwa for intelligent

More information

Position Sensors. The Potentiometer.

Position Sensors. The Potentiometer. Position Sensors In this tutorial we will look at a variety of devices which are classed as Input Devices and are therefore called "Sensors" and in particular those sensors which are Positional in nature

More information

Position and Velocity Sensors

Position and Velocity Sensors Position and Velocity Sensors Introduction: A third type of sensor which is commonly used is a speed or position sensor. Position sensors are required when the location of an object is to be controlled.

More information

Encoding and Code Wheel Proposal for TCUT1800X01

Encoding and Code Wheel Proposal for TCUT1800X01 VISHAY SEMICONDUCTORS www.vishay.com Optical Sensors By Sascha Kuhn INTRODUCTION AND BASIC OPERATION The TCUT18X1 is a 4-channel optical transmissive sensor designed for incremental and absolute encoder

More information

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr.

Servo Tuning. Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa. Thanks to Dr. Servo Tuning Dr. Rohan Munasinghe Department. of Electronic and Telecommunication Engineering University of Moratuwa Thanks to Dr. Jacob Tal Overview Closed Loop Motion Control System Brain Brain Muscle

More information

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim MEM380 Applied Autonomous Robots I Winter 2011 Feedback Control USARSim Transforming Accelerations into Position Estimates In a perfect world It s not a perfect world. We have noise and bias in our acceleration

More information

Robotic System Simulation and Modeling Stefan Jörg Robotic and Mechatronic Center

Robotic System Simulation and Modeling Stefan Jörg Robotic and Mechatronic Center Robotic System Simulation and ing Stefan Jörg Robotic and Mechatronic Center Outline Introduction The SAFROS Robotic System Simulator Robotic System ing Conclusions Folie 2 DLR s Mirosurge: A versatile

More information

FUNDAMENTALS ROBOT TECHNOLOGY. An Introduction to Industrial Robots, T eleoperators and Robot Vehicles. D J Todd. Kogan Page

FUNDAMENTALS ROBOT TECHNOLOGY. An Introduction to Industrial Robots, T eleoperators and Robot Vehicles. D J Todd. Kogan Page FUNDAMENTALS of ROBOT TECHNOLOGY An Introduction to Industrial Robots, T eleoperators and Robot Vehicles D J Todd &\ Kogan Page First published in 1986 by Kogan Page Ltd 120 Pentonville Road, London Nl

More information

Actuators, sensors and control architecture

Actuators, sensors and control architecture Actuators, sensors and control architecture a robot is composed of three fundamental parts actuators besides motors and transmissions, they constitute the locomotion apparatus (wheels, crawlers, mechanical

More information

Haptic Tele-Assembly over the Internet

Haptic Tele-Assembly over the Internet Haptic Tele-Assembly over the Internet Sandra Hirche, Bartlomiej Stanczyk, and Martin Buss Institute of Automatic Control Engineering, Technische Universität München D-829 München, Germany, http : //www.lsr.ei.tum.de

More information

Robotic Capture and De-Orbit of a Tumbling and Heavy Target from Low Earth Orbit

Robotic Capture and De-Orbit of a Tumbling and Heavy Target from Low Earth Orbit www.dlr.de Chart 1 Robotic Capture and De-Orbit of a Tumbling and Heavy Target from Low Earth Orbit Steffen Jaekel, R. Lampariello, G. Panin, M. Sagardia, B. Brunner, O. Porges, and E. Kraemer (1) M. Wieser,

More information

CIS009-2, Mechatronics Signals & Motors

CIS009-2, Mechatronics Signals & Motors CIS009-2, Signals & Motors Bedfordshire 13 th December 2012 Outline 1 2 3 4 5 6 7 8 3 Signals Two types of signals exist: 4 Bedfordshire 52 Analogue signal In an analogue signal voltages and currents continuously

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot

Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot Quy-Hung Vu, Byeong-Sang Kim, Jae-Bok Song Korea University 1 Anam-dong, Seongbuk-gu, Seoul, Korea vuquyhungbk@yahoo.com, lovidia@korea.ac.kr,

More information

As before, the speed resolution is given by the change in speed corresponding to a unity change in the count. Hence, for the pulse-counting method

As before, the speed resolution is given by the change in speed corresponding to a unity change in the count. Hence, for the pulse-counting method Velocity Resolution with Step-Up Gearing: As before, the speed resolution is given by the change in speed corresponding to a unity change in the count. Hence, for the pulse-counting method It follows that

More information

HexGen HEX HL Hexapod Six-DOF Positioning System

HexGen HEX HL Hexapod Six-DOF Positioning System HexGen HE300-230HL Hexapods and Robotics HexGen HE300-230HL Hexapod Six-DOF Positioning System Six degree-of-freedom positioning with linear travels to 60 mm and angular travels to 30 Precision design

More information

Robotics 2 Collision detection and robot reaction

Robotics 2 Collision detection and robot reaction Robotics 2 Collision detection and robot reaction Prof. Alessandro De Luca Handling of robot collisions! safety in physical Human-Robot Interaction (phri)! robot dependability (i.e., beyond reliability)!

More information

Computer Numeric Control

Computer Numeric Control Computer Numeric Control TA202A 2017-18(2 nd ) Semester Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur Computer Numeric Control A system in which actions are controlled by the direct

More information

HexGen HEX HL Hexapod Six-DOF Positioning System

HexGen HEX HL Hexapod Six-DOF Positioning System HexGen HE300-230HL Hexapods and Robotics HexGen HE300-230HL Hexapod Six-DOF Positioning System Six degree-of-freedom positioning with linear travels to 60 mm and angular travels to 30 Precision design

More information

MAE106 Laboratory Exercises Lab # 5 - PD Control of DC motor position

MAE106 Laboratory Exercises Lab # 5 - PD Control of DC motor position MAE106 Laboratory Exercises Lab # 5 - PD Control of DC motor position University of California, Irvine Department of Mechanical and Aerospace Engineering Goals Understand how to implement and tune a PD

More information

HexGen HEX HL Hexapod Six-DOF Positioning System

HexGen HEX HL Hexapod Six-DOF Positioning System HexGen HE300-230HL Hexapods and Robotics HexGen HE300-230HL Hexapod Six-DOF Positioning System Six degree-of-freedom positioning with linear travels to 60 mm and angular travels to 30 Precision design

More information

AE2610 Introduction to Experimental Methods in Aerospace

AE2610 Introduction to Experimental Methods in Aerospace AE2610 Introduction to Experimental Methods in Aerospace Lab #3: Dynamic Response of a 3-DOF Helicopter Model C.V. Di Leo 1 Lecture/Lab learning objectives Familiarization with the characteristics of dynamical

More information

Biologically Inspired Robot Manipulator for New Applications in Automation Engineering

Biologically Inspired Robot Manipulator for New Applications in Automation Engineering Preprint of the paper which appeared in the Proc. of Robotik 2008, Munich, Germany, June 11-12, 2008 Biologically Inspired Robot Manipulator for New Applications in Automation Engineering Dipl.-Biol. S.

More information

MTL rotary encoders are all based on space-saving design and available in many types from ultra-small types to high-resolution products.

MTL rotary encoders are all based on space-saving design and available in many types from ultra-small types to high-resolution products. MTL rotary encoders are all based on space-saving design and available in many types from ultra-small types to high-resolution products. Series name Appearance Type name Features MES -3- P 5 9.6 64~1024

More information

SERIES elastic actuation (SEA) is a departure from the traditional

SERIES elastic actuation (SEA) is a departure from the traditional 1080 IEEE/ASME TRANSACTIONS ON MECHATRONICS, VOL. 19, NO. 3, JUNE 2014 Design and Control Considerations for High-Performance Series Elastic Actuators Nicholas Paine, Student Member, IEEE, Sehoon Oh, Member,

More information

Tektronix AFG10022 Function Generator. Coming soon to B10: Sin, Square, Ramp, Swept, Arbitrary, Noise. Linear Actuators. Non-magnetized iron plunger

Tektronix AFG10022 Function Generator. Coming soon to B10: Sin, Square, Ramp, Swept, Arbitrary, Noise. Linear Actuators. Non-magnetized iron plunger 4/19/18 Tektronix AFG10022 Function Generator Coming soon to B10: Sin, Square, Ramp, Swept, Arbitrary, Noise 508 Linear Actuators Solenoids (stationary coil) Non-magnetized iron plunger Iron always pulled

More information

The control of the ball juggler

The control of the ball juggler 18th Telecommunications forum TELFOR 010 Serbia, Belgrade, November 3-5, 010. The control of the ball juggler S.Triaška, M.Žalman Abstract The ball juggler is a mechanical machinery designed to demonstrate

More information

OPTICS IN MOTION. Introduction: Competing Technologies: 1 of 6 3/18/2012 6:27 PM.

OPTICS IN MOTION. Introduction: Competing Technologies:  1 of 6 3/18/2012 6:27 PM. 1 of 6 3/18/2012 6:27 PM OPTICS IN MOTION STANDARD AND CUSTOM FAST STEERING MIRRORS Home Products Contact Tutorial Navigate Our Site 1) Laser Beam Stabilization to design and build a custom 3.5 x 5 inch,

More information

PIMag Precision Linear Stage

PIMag Precision Linear Stage PIMag Precision Linear Stage High Velocity and Precision due to Magnetic Direct Drive V-551 Travel ranges to 230 mm Velocity up to 0.5 m/s Absolute encoder with 1 nm resolution Highest precision with PIOne

More information

Introduction To Robotics (Kinematics, Dynamics, and Design)

Introduction To Robotics (Kinematics, Dynamics, and Design) Introduction To Robotics (Kinematics, Dynamics, and Design) SESSION # 5: Concepts & Defenitions Ali Meghdari, Professor School of Mechanical Engineering Sharif University of Technology Tehran, IRAN 11365-9567

More information

An Introduction To Modular Robots

An Introduction To Modular Robots An Introduction To Modular Robots Introduction Morphology and Classification Locomotion Applications Challenges 11/24/09 Sebastian Rockel Introduction Definition (Robot) A robot is an artificial, intelligent,

More information

Design of Joint Controller Circuit for PA10 Robot Arm

Design of Joint Controller Circuit for PA10 Robot Arm Design of Joint Controller Circuit for PA10 Robot Arm Sereiratha Phal and Manop Wongsaisuwan Department of Electrical Engineering, Faculty of Engineering, Chulalongkorn University, Bangkok, 10330, Thailand.

More information

Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET)

Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET) Interfacing dspace to the Quanser Rotary Series of Experiments (SRV02ET) Nicanor Quijano and Kevin M. Passino The Ohio State University, Department of Electrical Engineering, 2015 Neil Avenue, Columbus

More information

Mechatronics of the Humanoid Robot ROMAN

Mechatronics of the Humanoid Robot ROMAN Mechatronics of the Humanoid Robot ROMAN Krzysztof Mianowski 1 and Norbert Schmitz and Karsten Berns 2 1 Institute of Aeronautics and Applied Mechanics, Faculty of Power and Aeronautical Engineering, Warsaw

More information

Stepping Motor. Applications. Structure and operation. Code names. Mobile equipment Digital cameras, Mobile equipments, PDA, etc.

Stepping Motor. Applications. Structure and operation. Code names. Mobile equipment Digital cameras, Mobile equipments, PDA, etc. Stepping Motor pplications Mobile equipment Digital cameras, Mobile equipments, PD, etc. Office automation equipment Printers, facsimiles, Typewriters, Photocopiers, FDD head drives, CD-ROM pickup drives,

More information

Glossary. Glossary Engineering Reference. 35

Glossary. Glossary Engineering Reference. 35 Glossary Engineering Reference Glossary Abbe error The positioning error resulting from angular motion and an offset between the measuring device and the point of interest. Abbe offset The value of the

More information

NMC Charkha: A Design Analysis from Technological Considerations

NMC Charkha: A Design Analysis from Technological Considerations NMC Charkha: A Design Analysis from Technological Considerations R.Chattopadhyay, R.B.Chavan and R.K.Nayak Department of Textile Technology Indian Institute of Technology, New Delhi 110 016, India Introduction

More information

Lecture 5. In The Name of Allah. Instrumentation. Dr. Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Lecture 5. In The Name of Allah. Instrumentation. Dr. Ali Karimpour Associate Professor Ferdowsi University of Mashhad In The Name of Allah Instrumentation Dr. Ali Karimpour Associate Professor Ferdowsi University of Mashhad Position Sensors Topics to be covered include: v v v v v v Introduction Resistive Displacement

More information

MOBILE ROBOT LOCALIZATION with POSITION CONTROL

MOBILE ROBOT LOCALIZATION with POSITION CONTROL T.C. DOKUZ EYLÜL UNIVERSITY ENGINEERING FACULTY ELECTRICAL & ELECTRONICS ENGINEERING DEPARTMENT MOBILE ROBOT LOCALIZATION with POSITION CONTROL Project Report by Ayhan ŞAVKLIYILDIZ - 2011502093 Burcu YELİS

More information

Dimensions: Specifications:

Dimensions: Specifications: Rover 5 Rover 5 is a new breed of tracked robot chassis designed specifically for students and hobbyist. Unlike conventional tracked chassis s the clearance can be adjusted by rotating the gearboxes in

More information

3. What is the difference between Switched Reluctance motor and variable reluctance stepper motor?(may12)

3. What is the difference between Switched Reluctance motor and variable reluctance stepper motor?(may12) EE6703 SPECIAL ELECTRICAL MACHINES UNIT III SWITCHED RELUCTANCE MOTOR PART A 1. What is switched reluctance motor? The switched reluctance motor is a doubly salient, singly excited motor. This means that

More information

Chapter 1 Introduction to Robotics

Chapter 1 Introduction to Robotics Chapter 1 Introduction to Robotics PS: Most of the pages of this presentation were obtained and adapted from various sources in the internet. 1 I. Definition of Robotics Definition (Robot Institute of

More information

Application Note Using MagAlpha Devices to Replace Optical Encoders

Application Note Using MagAlpha Devices to Replace Optical Encoders Application Note Using MagAlpha Devices to Replace Optical Encoders Introduction The standard way to measure the angular position or speed of a rotating shaft is to use an optical encoder. Optical encoders

More information

Peter Berkelman. ACHI/DigitalWorld

Peter Berkelman. ACHI/DigitalWorld Magnetic Levitation Haptic Peter Berkelman ACHI/DigitalWorld February 25, 2013 Outline: Haptics - Force Feedback Sample devices: Phantoms, Novint Falcon, Force Dimension Inertia, friction, hysteresis/backlash

More information

Active Vibration Isolation of an Unbalanced Machine Tool Spindle

Active Vibration Isolation of an Unbalanced Machine Tool Spindle Active Vibration Isolation of an Unbalanced Machine Tool Spindle David. J. Hopkins, Paul Geraghty Lawrence Livermore National Laboratory 7000 East Ave, MS/L-792, Livermore, CA. 94550 Abstract Proper configurations

More information

On Observer-based Passive Robust Impedance Control of a Robot Manipulator

On Observer-based Passive Robust Impedance Control of a Robot Manipulator Journal of Mechanics Engineering and Automation 7 (2017) 71-78 doi: 10.17265/2159-5275/2017.02.003 D DAVID PUBLISHING On Observer-based Passive Robust Impedance Control of a Robot Manipulator CAO Sheng,

More information

Development and Control of a Three DOF Spherical Induction Motor

Development and Control of a Three DOF Spherical Induction Motor Development and Control of a Three DOF Spherical Induction Motor Masaaki Kumagai kumagai@tjcc.tohoku-gakuin.ac.jp Tohoku-Gakuin University Sendai, Japan RDE Lab. Ralph L. Hollis The Robotics Institute

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

ROBOTICS, Jump to the next generation

ROBOTICS, Jump to the next generation ROBOTICS, Jump to the next generation Erich Lohrmann Area Director Latin America KUKA Roboter GmbH COPY RIGHTS by Erich Lohrmann Human Evolution Robotic Evolution (by KUKA) International Conference on

More information

Introduction to Humanoid Robotics by Dr. Rawichote Chalodhorn (Choppy)

Introduction to Humanoid Robotics by Dr. Rawichote Chalodhorn (Choppy) Introduction to Humanoid Robotics by Dr. Rawichote Chalodhorn (Choppy) Humanoid Robotics Lab, Neural System Group, Dept. of Computer Science & Engineering, University of Washington. RoboCup soccer The

More information

Differential Mobile Robot Controller Study: A Low Cost Experiment Based on a Small Arduino Based Prototype

Differential Mobile Robot Controller Study: A Low Cost Experiment Based on a Small Arduino Based Prototype 017 5th Mediterranean Conference on Control and Automation (MED) July 3-6, 017. Valletta, Malta Differential Mobile Robot Controller Study: A Low Cost Experiment Based on a Small Arduino Based Prototype

More information

Essential Understandings with Guiding Questions Robotics Engineering

Essential Understandings with Guiding Questions Robotics Engineering Essential Understandings with Guiding Questions Robotics Engineering 1 st Quarter Theme: Orientation to a Successful Laboratory Experience Student Expectations Safety Emergency MSDS Organizational Systems

More information

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018 ME375 Lab Project Bradley Boane & Jeremy Bourque April 25, 2018 Introduction: The goal of this project was to build and program a two-wheel robot that travels forward in a straight line for a distance

More information

QIROX : The system for automated welding and cutting.

QIROX : The system for automated welding and cutting. QIROX 217 QIROX : The system for automated welding and cutting. QIROX is the new CLOOS product brand comprising all solutions for automated welding and cutting. Due to its modular design, the QIROX system

More information

Sloshing Damping Control in a Cylindrical Container on a Wheeled Mobile Robot Using Dual-Swing Active-Vibration Reduction

Sloshing Damping Control in a Cylindrical Container on a Wheeled Mobile Robot Using Dual-Swing Active-Vibration Reduction Sloshing Damping Control in a Cylindrical Container on a Wheeled Mobile Robot Using Dual-Swing Active-Vibration Reduction Masafumi Hamaguchi and Takao Taniguchi Department of Electronic and Control Systems

More information

Exercise 2-2. Antenna Driving System EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION

Exercise 2-2. Antenna Driving System EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION Exercise 2-2 Antenna Driving System EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the mechanical aspects and control of a rotating or scanning radar antenna. DISCUSSION

More information

Advanced Servo Tuning

Advanced Servo Tuning Advanced Servo Tuning Dr. Rohan Munasinghe Department of Electronic and Telecommunication Engineering University of Moratuwa Servo System Elements position encoder Motion controller (software) Desired

More information

Designing With Motion Handbook

Designing With Motion Handbook Designing With Motion Handbook Chapter IV Brush There are many different types of systems that can use manyy different types of motor such as BLDC, Brush, Stepper, Hollow Core, etc. But for this write-up,

More information

Introduction to BLDC Motor Control Using Freescale MCU. Tom Wang Segment Biz. Dev. Manager Avnet Electronics Marketing Asia

Introduction to BLDC Motor Control Using Freescale MCU. Tom Wang Segment Biz. Dev. Manager Avnet Electronics Marketing Asia Introduction to BLDC Motor Control Using Freescale MCU Tom Wang Segment Biz. Dev. Manager Avnet Electronics Marketing Asia Agenda Introduction to Brushless DC Motors Motor Electrical and Mechanical Model

More information

Robot Joint Angle Control Based on Self Resonance Cancellation Using Double Encoders

Robot Joint Angle Control Based on Self Resonance Cancellation Using Double Encoders Robot Joint Angle Control Based on Self Resonance Cancellation Using Double Encoders Akiyuki Hasegawa, Hiroshi Fujimoto and Taro Takahashi 2 Abstract Research on the control using a load-side encoder for

More information

(Refer Slide Time: 00:50)

(Refer Slide Time: 00:50) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 03 Classification of CNC Machine

More information

PRODUCTS AND LAB SOLUTIONS

PRODUCTS AND LAB SOLUTIONS PRODUCTS AND LAB SOLUTIONS Answering the most challenging academic questions with innovative technology and methods Quanser is the global leader in the design and manufacture of lab solutions and products

More information

MASTER SHIFU. STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab

MASTER SHIFU. STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab MASTER SHIFU STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab COURSE NUMBER: EEL 5666C TA: Andy Gray, Nick Cox INSTRUCTORS: Dr. A. Antonio Arroyo, Dr.

More information

Perception. Read: AIMA Chapter 24 & Chapter HW#8 due today. Vision

Perception. Read: AIMA Chapter 24 & Chapter HW#8 due today. Vision 11-25-2013 Perception Vision Read: AIMA Chapter 24 & Chapter 25.3 HW#8 due today visual aural haptic & tactile vestibular (balance: equilibrium, acceleration, and orientation wrt gravity) olfactory taste

More information

Lecture 5 Introduction to control

Lecture 5 Introduction to control Lecture 5 Introduction to control Feedback control is a way of automatically adjusting a variable to a desired value despite possible external influence or variations. Eg: Heating your house. No feedback

More information

A Do-and-See Approach for Learning Mechatronics Concepts

A Do-and-See Approach for Learning Mechatronics Concepts Proceedings of the 5 th International Conference of Control, Dynamic Systems, and Robotics (CDSR'18) Niagara Falls, Canada June 7 9, 2018 Paper No. 124 DOI: 10.11159/cdsr18.124 A Do-and-See Approach for

More information

Frequency Capture Characteristics of Gearbox Bidirectional Rotary Vibration System

Frequency Capture Characteristics of Gearbox Bidirectional Rotary Vibration System Frequency Capture Characteristics of Gearbox Bidirectional Rotary Vibration System Ruqiang Mou, Li Hou, Zhijun Sun, Yongqiao Wei and Bo Li School of Manufacturing Science and Engineering, Sichuan University

More information

Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback

Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback Implementation of Conventional and Neural Controllers Using Position and Velocity Feedback Expo Paper Department of Electrical and Computer Engineering By: Christopher Spevacek and Manfred Meissner Advisor:

More information

SVP LASER TECHNOLOGIES PVT. LTD.

SVP LASER TECHNOLOGIES PVT. LTD. MCNC LITE MODEL: MULTICNC PROTOTYPING MACHINE MODELS FEATURES: Based on openbuild V-slot extrusion designs. DELRIN rollers, XL timer belts drive with KEVLAR reinforcement, 400 Watts spindle, 1 Nm stepper

More information

(Refer Slide Time: 01:19)

(Refer Slide Time: 01:19) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 06 Questions MCQ Discussion on

More information

Data Sheet. AEDT-9340 Series High Temperature 115 C 1250/2500 CPR 6-Channel Commutation Encoder. Description. Features.

Data Sheet. AEDT-9340 Series High Temperature 115 C 1250/2500 CPR 6-Channel Commutation Encoder. Description. Features. AEDT-9340 Series High Temperature 115 C 1250/2500 CPR 6-Channel Commutation Encoder Data Sheet Description The AEDT-9340 optical encoder series are high temperature six channel optical incremental encoder

More information