SlideShare a Scribd company logo
Actuation and Control Design 
for Safe Wearable Robotic Arms 
V. Salvucci Y. Kimura S. Oh T. Koseki Y. Hori 
The University of Tokyo
Outline 
1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 
2 Wearable Robotic Arms with Redundant Biarticular Actuators 
Actuator Redundancy Problem 
Conventional Solution: Pseudo-inverse Matrix (2 − norm) 
Proposed Solution: The 1− norm Approach 
Experimental Validation 
3 Conclusions
Outline 
1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 
2 Wearable Robotic Arms with Redundant Biarticular Actuators 
Actuator Redundancy Problem 
Conventional Solution: Pseudo-inverse Matrix (2 − norm) 
Proposed Solution: The 1− norm Approach 
Experimental Validation 
3 Conclusions
Maximum Output Force in Wearable Robotic Arms: Safety Problem 
robot max force 
human max force 
MGA Exoskeleton [Carignan 2009] (qualitative representation of max forces) 
Robotic Arms: one motor in the shoulder and one in the elbow produce a 
maximum force with quadrilateral shape 
Human Arms: due to the presence of redundant biarticular muscles 
produce a maximum force with hexagonal shape 
The difference in shape is not safe in case of controller failure 
) Biarticular actuation is a solution
Outline 
1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 
2 Wearable Robotic Arms with Redundant Biarticular Actuators 
Actuator Redundancy Problem 
Conventional Solution: Pseudo-inverse Matrix (2 − norm) 
Proposed Solution: The 1− norm Approach 
Experimental Validation 
3 Conclusions
What are Bi-articular Actuators? 
Multi-articular actuators produce torque in 2 (or more) consecutive joints 
Biceps brachii 
Coracobrachialis Brachialis 
Simplified model of human musculo-skeletal structure 
f1 −e1: antagonistic pair of mono-articular muscles 
f2 −e2: antagonistic pair of mono-articular muscles 
f3 − e3: antagonistic pair of bi-articular muscles
Why Bi-Articular Actuators? 
1 Homogeneous Maximum Force at End Effector [Fujikawa 1999]
Wearable Robotic Arms with Redundant Biarticular Actuators 
hu human max force 
robot max force 
controllable max force (2-n) 
Saitama University (qualitative representation of max forces) 
Maximum human force and maximum robot force match 
However, using the conventional redundancy resolution controller 
(2-norm), the controllable force is smaller than the realizable force 
) Our solution is an Infinity Norm based Resolution Controller
Actuator Redundancy Problem 
Model 
( 
T1 = (f1 − e1)r + (f3 − e3)r 
T2 = (f2 − e2)r + (f3 − e3)r 
Statics 
( 
T1 = 1 + 3 
T2 = 2 + 3 
Given desired T1 and T2 ) 1=?, 2=?, 3=?
Conventional Approach: Pseudo-inverse Matrix (2 − norm) 
Moore Penrose is the simplest pseudo inverse matrix = 2 − norm [Klein 1983] 
2 − norm optimization criteria 
minimize 
q 
 2 
1 +  2 
2 +  2 
3 (1) 
subject to 
( 
T1 = 1 + 3 
T2 = 2 + 3 
(2) 
Closed form solution 
 
 
1 = 2 
3T1 − 1 
3T2 
2 = −1 
3T1 + 2 
3T2 
3 = 1 
3T1 + 1 
3T2 
(3) 
T = [2.0, 1.5] )  = [0.83, 0.33, 1.17] 
Given F ) T = 
 
JT  
F 
T )  using (3)
Proposed Solution: The 1− norm Approach [Salvucci 2010] 
1− norm optimization criteria 
minimize max{|1|, |2|, |3|} (4) 
subject to 
( 
T1 = 1 + 3 
T2 = 2 + 3 
(5) 
Closed form solution [Salvucci 2010] 
if T1T2  0 ) 
8: 
1 = T1−T2 
2 
2 = T2−T1 
2 
3 = T1+T2 
2 
(6) 
if T1T2  0 
and |T1|  |T2| 
) 
8: 
1 = T1 − T2 
2 
2 = T2 
2 
3 = T2 
2 
(7) 
if T1T2  0 
and |T1|  |T2| 
) 
8: 
1 = T1 
2 
2 = T2 − T1 
2 
3 = T1 
2 
(8) 
T = [2.0, 1.5] )  = [1.0, 0.5, 1.0] 
Given F ) T = 
 
JT  
F 
T )  using (6), (7), or (8)
BiWi: Bi-Articularly Actuated  Wire Driven Robot Arm [Salvucci 2011a] 
+ Human-like actuation structure 
+ Wire Transmission ) low link 
inertia (safety, energy efficiency) 
+ Mono-/bi- articular torque 
decoupling (statics) 
- Not intrinsically compliant, but 
solvable with springs 
- Transmission loss in the wires
Feedforward Control Strategy 
F∗ = [F∗ 
y ]T and T∗ = [T∗ 
x , F∗ 
1 ,T∗ 
2 ]T : desired output forces and input 
torque. 
[ ∗ 
1 , ∗ 
2 ,  ∗ 
3 ]: desired actuator joint torques 
[e∗ 
1 , f ∗ 
1 , e∗ 
2 , f ∗ 
2 , e∗ 
3 , f ∗ 
3 ]: motor reference torques calculated as: 
e∗ 
i = 
 
i if  ∗ 
i  0 
0 otherwise 
Ktli  ∗ 
f ∗ 
i = 
 
i if  ∗ 
Ki  ∗ 
i  0 
0 otherwise 
(9) 
where Ktl2=1.33 (thrust wire transmission lost), Ktl1 = K3 = 0. 
Fx and Fy : measured forces at the end effector.
Infinity Norm VS 2-norm [Salvucci 2011b] 
1 = −60◦ 
2 = 120◦ 
1 = −25◦ 
2 = 50◦ 
Measured maximum output force Relative difference in output force 
Fdiff = 
|F∞−n| − |F2−n| 
|F2−n| 
(10)
Outline 
1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 
2 Wearable Robotic Arms with Redundant Biarticular Actuators 
Actuator Redundancy Problem 
Conventional Solution: Pseudo-inverse Matrix (2 − norm) 
Proposed Solution: The 1− norm Approach 
Experimental Validation 
3 Conclusions
Conclusions 
robot max force 
human max force 
hu human max force 
robot max force 
controllable max force (2-n) 
controllable max force (i-n) 
Biarticular Actuation + Infinity Norm Resolution Controller 
+ 
Increased safety in wearable robotic arms
Thank you for your kind attention 
V. Salvucci Y. Kimura S. Oh T. Koseki Y. Hori 
www.hori.k.u-tokyo.ac.jp www.koseki.t.u-tokyo.ac.jp 
www.valeriosalvucci.com
2 − norm Vs 1− norm in 2D 
Equation with infinite solutions 
k = x +
y 
k,  and

More Related Content

What's hot

Joystick Operated Steering System
Joystick Operated Steering SystemJoystick Operated Steering System
Joystick Operated Steering System
IRJET Journal
 
ICIC2015Paper0030
ICIC2015Paper0030ICIC2015Paper0030
ICIC2015Paper0030
Kaliprasad Mahapatro
 
Ejercicios de meriam
Ejercicios de meriamEjercicios de meriam
Ejercicios de meriam
AndresGuambuguete
 
Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...
Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...
Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...
CrimsonPublishersMAPP
 
03 20256 ijict
03 20256 ijict03 20256 ijict
03 20256 ijict
IAESIJEECS
 
Performance measurement and dynamic analysis of two dof robotic arm manipulator
Performance measurement and dynamic analysis of two dof robotic arm manipulatorPerformance measurement and dynamic analysis of two dof robotic arm manipulator
Performance measurement and dynamic analysis of two dof robotic arm manipulator
eSAT Journals
 
Dynamics and control of a robotic arm having four links
Dynamics and control of a robotic arm having four linksDynamics and control of a robotic arm having four links
Dynamics and control of a robotic arm having four links
Amin A. Mohammed
 
The cubic root unscented kalman filter to estimate the position and orientat...
The cubic root unscented kalman filter to estimate  the position and orientat...The cubic root unscented kalman filter to estimate  the position and orientat...
The cubic root unscented kalman filter to estimate the position and orientat...
IJECEIAES
 
Single degree of freedom system free vibration part -i and ii
Single degree of freedom system  free vibration part -i and iiSingle degree of freedom system  free vibration part -i and ii
Single degree of freedom system free vibration part -i and ii
Sachin Patil
 
Ch06 5
Ch06 5Ch06 5
Ch06 5
Rendy Robert
 
Design and analysis of worm pair used in self locking system with development...
Design and analysis of worm pair used in self locking system with development...Design and analysis of worm pair used in self locking system with development...
Design and analysis of worm pair used in self locking system with development...
eSAT Publishing House
 
Impedance-Based Combination of Visual and Force Control for a Tendon-Driven R...
Impedance-Based Combination of Visual and Force Controlfor a Tendon-Driven R...Impedance-Based Combination of Visual and Force Controlfor a Tendon-Driven R...
Impedance-Based Combination of Visual and Force Control for a Tendon-Driven R...
wakerjin
 
Robot force control
Robot force controlRobot force control
Robot force control
justiceli
 
SLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network TopologySLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network Topology
toukaigi
 
8389 ch06
8389 ch068389 ch06
8389 ch06
Espirituanna
 
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier SplinesPlatoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
Kaustav Mondal
 
30120140506008
3012014050600830120140506008
30120140506008
IAEME Publication
 
Kinetics kinematics
Kinetics kinematicsKinetics kinematics
Kinetics kinematics
shanth_95
 

What's hot (18)

Joystick Operated Steering System
Joystick Operated Steering SystemJoystick Operated Steering System
Joystick Operated Steering System
 
ICIC2015Paper0030
ICIC2015Paper0030ICIC2015Paper0030
ICIC2015Paper0030
 
Ejercicios de meriam
Ejercicios de meriamEjercicios de meriam
Ejercicios de meriam
 
Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...
Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...
Crimson Publishers-Electro Magneto Elastic Actuator for Nanotechnology and Bi...
 
03 20256 ijict
03 20256 ijict03 20256 ijict
03 20256 ijict
 
Performance measurement and dynamic analysis of two dof robotic arm manipulator
Performance measurement and dynamic analysis of two dof robotic arm manipulatorPerformance measurement and dynamic analysis of two dof robotic arm manipulator
Performance measurement and dynamic analysis of two dof robotic arm manipulator
 
Dynamics and control of a robotic arm having four links
Dynamics and control of a robotic arm having four linksDynamics and control of a robotic arm having four links
Dynamics and control of a robotic arm having four links
 
The cubic root unscented kalman filter to estimate the position and orientat...
The cubic root unscented kalman filter to estimate  the position and orientat...The cubic root unscented kalman filter to estimate  the position and orientat...
The cubic root unscented kalman filter to estimate the position and orientat...
 
Single degree of freedom system free vibration part -i and ii
Single degree of freedom system  free vibration part -i and iiSingle degree of freedom system  free vibration part -i and ii
Single degree of freedom system free vibration part -i and ii
 
Ch06 5
Ch06 5Ch06 5
Ch06 5
 
Design and analysis of worm pair used in self locking system with development...
Design and analysis of worm pair used in self locking system with development...Design and analysis of worm pair used in self locking system with development...
Design and analysis of worm pair used in self locking system with development...
 
Impedance-Based Combination of Visual and Force Control for a Tendon-Driven R...
Impedance-Based Combination of Visual and Force Controlfor a Tendon-Driven R...Impedance-Based Combination of Visual and Force Controlfor a Tendon-Driven R...
Impedance-Based Combination of Visual and Force Control for a Tendon-Driven R...
 
Robot force control
Robot force controlRobot force control
Robot force control
 
SLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network TopologySLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network Topology
 
8389 ch06
8389 ch068389 ch06
8389 ch06
 
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier SplinesPlatoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
 
30120140506008
3012014050600830120140506008
30120140506008
 
Kinetics kinematics
Kinetics kinematicsKinetics kinematics
Kinetics kinematics
 

Similar to Actuation and Control Design for Safe Wearable Robotic Arms

sdof-1211798306003307-8.pptx
sdof-1211798306003307-8.pptxsdof-1211798306003307-8.pptx
sdof-1211798306003307-8.pptx
SahilDhanvijay2
 
321807031-Finite-Element-Analysis-Questions-Only.pdf
321807031-Finite-Element-Analysis-Questions-Only.pdf321807031-Finite-Element-Analysis-Questions-Only.pdf
321807031-Finite-Element-Analysis-Questions-Only.pdf
suneelKUMAR259
 
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Shizuoka Inst. Science and Tech.
 
Dynamic stiffness and eigenvalues of nonlocal nano beams
Dynamic stiffness and eigenvalues of nonlocal nano beamsDynamic stiffness and eigenvalues of nonlocal nano beams
Dynamic stiffness and eigenvalues of nonlocal nano beams
University of Glasgow
 
Base excitation of dynamic systems
Base excitation of dynamic systemsBase excitation of dynamic systems
Base excitation of dynamic systems
University of Glasgow
 
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
cscpconf
 
Fir 05 dynamics
Fir 05 dynamicsFir 05 dynamics
Fir 05 dynamics
nguyendattdh
 
Control Analysis of a mass- loaded String
Control Analysis of a mass- loaded StringControl Analysis of a mass- loaded String
Control Analysis of a mass- loaded String
AM Publications
 
Actuator Constrained Optimal Control of Formations Near the Libration Points
Actuator Constrained Optimal Control of Formations Near the Libration PointsActuator Constrained Optimal Control of Formations Near the Libration Points
Actuator Constrained Optimal Control of Formations Near the Libration Points
Belinda Marchand
 
Julio Bravo's Master Graduation Project
Julio Bravo's Master Graduation ProjectJulio Bravo's Master Graduation Project
Julio Bravo's Master Graduation Project
Julio Bravo
 
assignemts.pdf
assignemts.pdfassignemts.pdf
assignemts.pdf
ramish32
 
Ma8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
Ma8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONSMa8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
Ma8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
BIBIN CHIDAMBARANATHAN
 
discrete-time-systems and discetre time fourier
discrete-time-systems and discetre time fourierdiscrete-time-systems and discetre time fourier
discrete-time-systems and discetre time fourier
pranavrajrkmv
 
Fir 05 dynamics
Fir 05 dynamicsFir 05 dynamics
Fir 05 dynamics
nguyendattdh
 
Fir 05 dynamics 2-dof
Fir 05 dynamics 2-dofFir 05 dynamics 2-dof
Fir 05 dynamics 2-dof
nguyendattdh
 
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot ArmsAdaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
toukaigi
 
DIMENSIONAL ANALYSIS (Lecture notes 08)
DIMENSIONAL ANALYSIS (Lecture notes 08)DIMENSIONAL ANALYSIS (Lecture notes 08)
DIMENSIONAL ANALYSIS (Lecture notes 08)
Shekh Muhsen Uddin Ahmed
 
Amma kalviyagam-free-formula-hand-book
Amma kalviyagam-free-formula-hand-bookAmma kalviyagam-free-formula-hand-book
Amma kalviyagam-free-formula-hand-book
SenthilKumar Selvaraj
 
Study of vibration and its effects on health of a two
Study of vibration and its effects on health of a twoStudy of vibration and its effects on health of a two
Study of vibration and its effects on health of a two
eSAT Publishing House
 
structural dynamics free and force vibration undamped impulse load
structural dynamics free and force vibration undamped impulse loadstructural dynamics free and force vibration undamped impulse load
structural dynamics free and force vibration undamped impulse load
tekalign24
 

Similar to Actuation and Control Design for Safe Wearable Robotic Arms (20)

sdof-1211798306003307-8.pptx
sdof-1211798306003307-8.pptxsdof-1211798306003307-8.pptx
sdof-1211798306003307-8.pptx
 
321807031-Finite-Element-Analysis-Questions-Only.pdf
321807031-Finite-Element-Analysis-Questions-Only.pdf321807031-Finite-Element-Analysis-Questions-Only.pdf
321807031-Finite-Element-Analysis-Questions-Only.pdf
 
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
 
Dynamic stiffness and eigenvalues of nonlocal nano beams
Dynamic stiffness and eigenvalues of nonlocal nano beamsDynamic stiffness and eigenvalues of nonlocal nano beams
Dynamic stiffness and eigenvalues of nonlocal nano beams
 
Base excitation of dynamic systems
Base excitation of dynamic systemsBase excitation of dynamic systems
Base excitation of dynamic systems
 
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
 
Fir 05 dynamics
Fir 05 dynamicsFir 05 dynamics
Fir 05 dynamics
 
Control Analysis of a mass- loaded String
Control Analysis of a mass- loaded StringControl Analysis of a mass- loaded String
Control Analysis of a mass- loaded String
 
Actuator Constrained Optimal Control of Formations Near the Libration Points
Actuator Constrained Optimal Control of Formations Near the Libration PointsActuator Constrained Optimal Control of Formations Near the Libration Points
Actuator Constrained Optimal Control of Formations Near the Libration Points
 
Julio Bravo's Master Graduation Project
Julio Bravo's Master Graduation ProjectJulio Bravo's Master Graduation Project
Julio Bravo's Master Graduation Project
 
assignemts.pdf
assignemts.pdfassignemts.pdf
assignemts.pdf
 
Ma8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
Ma8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONSMa8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
Ma8353 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS
 
discrete-time-systems and discetre time fourier
discrete-time-systems and discetre time fourierdiscrete-time-systems and discetre time fourier
discrete-time-systems and discetre time fourier
 
Fir 05 dynamics
Fir 05 dynamicsFir 05 dynamics
Fir 05 dynamics
 
Fir 05 dynamics 2-dof
Fir 05 dynamics 2-dofFir 05 dynamics 2-dof
Fir 05 dynamics 2-dof
 
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot ArmsAdaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
 
DIMENSIONAL ANALYSIS (Lecture notes 08)
DIMENSIONAL ANALYSIS (Lecture notes 08)DIMENSIONAL ANALYSIS (Lecture notes 08)
DIMENSIONAL ANALYSIS (Lecture notes 08)
 
Amma kalviyagam-free-formula-hand-book
Amma kalviyagam-free-formula-hand-bookAmma kalviyagam-free-formula-hand-book
Amma kalviyagam-free-formula-hand-book
 
Study of vibration and its effects on health of a two
Study of vibration and its effects on health of a twoStudy of vibration and its effects on health of a two
Study of vibration and its effects on health of a two
 
structural dynamics free and force vibration undamped impulse load
structural dynamics free and force vibration undamped impulse loadstructural dynamics free and force vibration undamped impulse load
structural dynamics free and force vibration undamped impulse load
 

Recently uploaded

23PH301 - Optics - Optical Lenses.pptx
23PH301 - Optics  -  Optical Lenses.pptx23PH301 - Optics  -  Optical Lenses.pptx
23PH301 - Optics - Optical Lenses.pptx
RDhivya6
 
11.1 Role of physical biological in deterioration of grains.pdf
11.1 Role of physical biological in deterioration of grains.pdf11.1 Role of physical biological in deterioration of grains.pdf
11.1 Role of physical biological in deterioration of grains.pdf
PirithiRaju
 
AJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdfAJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
RitabrataSarkar3
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
Sérgio Sacani
 
Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...
Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...
Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...
Travis Hills MN
 
Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...
Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...
Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...
frank0071
 
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
LengamoLAppostilic
 
molar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptxmolar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptx
Anagha Prasad
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
vluwdy49
 
GBSN - Biochemistry (Unit 6) Chemistry of Proteins
GBSN - Biochemistry (Unit 6) Chemistry of ProteinsGBSN - Biochemistry (Unit 6) Chemistry of Proteins
GBSN - Biochemistry (Unit 6) Chemistry of Proteins
Areesha Ahmad
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
Sérgio Sacani
 
(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...
(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...
(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...
Scintica Instrumentation
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
University of Hertfordshire
 
Basics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different formsBasics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different forms
MaheshaNanjegowda
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
Vandana Devesh Sharma
 
Pests of Storage_Identification_Dr.UPR.pdf
Pests of Storage_Identification_Dr.UPR.pdfPests of Storage_Identification_Dr.UPR.pdf
Pests of Storage_Identification_Dr.UPR.pdf
PirithiRaju
 
The cost of acquiring information by natural selection
The cost of acquiring information by natural selectionThe cost of acquiring information by natural selection
The cost of acquiring information by natural selection
Carl Bergstrom
 
Sciences of Europe journal No 142 (2024)
Sciences of Europe journal No 142 (2024)Sciences of Europe journal No 142 (2024)
Sciences of Europe journal No 142 (2024)
Sciences of Europe
 
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Leonel Morgado
 

Recently uploaded (20)

23PH301 - Optics - Optical Lenses.pptx
23PH301 - Optics  -  Optical Lenses.pptx23PH301 - Optics  -  Optical Lenses.pptx
23PH301 - Optics - Optical Lenses.pptx
 
11.1 Role of physical biological in deterioration of grains.pdf
11.1 Role of physical biological in deterioration of grains.pdf11.1 Role of physical biological in deterioration of grains.pdf
11.1 Role of physical biological in deterioration of grains.pdf
 
AJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdfAJAY KUMAR NIET GreNo Guava Project File.pdf
AJAY KUMAR NIET GreNo Guava Project File.pdf
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
 
Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...
Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...
Travis Hills of MN is Making Clean Water Accessible to All Through High Flux ...
 
Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...
Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...
Juaristi, Jon. - El canon espanol. El legado de la cultura española a la civi...
 
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
 
molar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptxmolar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptx
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
 
GBSN - Biochemistry (Unit 6) Chemistry of Proteins
GBSN - Biochemistry (Unit 6) Chemistry of ProteinsGBSN - Biochemistry (Unit 6) Chemistry of Proteins
GBSN - Biochemistry (Unit 6) Chemistry of Proteins
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
 
(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...
(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...
(June 12, 2024) Webinar: Development of PET theranostics targeting the molecu...
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
 
Basics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different formsBasics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different forms
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
 
Pests of Storage_Identification_Dr.UPR.pdf
Pests of Storage_Identification_Dr.UPR.pdfPests of Storage_Identification_Dr.UPR.pdf
Pests of Storage_Identification_Dr.UPR.pdf
 
The cost of acquiring information by natural selection
The cost of acquiring information by natural selectionThe cost of acquiring information by natural selection
The cost of acquiring information by natural selection
 
Sciences of Europe journal No 142 (2024)
Sciences of Europe journal No 142 (2024)Sciences of Europe journal No 142 (2024)
Sciences of Europe journal No 142 (2024)
 
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
 

Actuation and Control Design for Safe Wearable Robotic Arms

  • 1. Actuation and Control Design for Safe Wearable Robotic Arms V. Salvucci Y. Kimura S. Oh T. Koseki Y. Hori The University of Tokyo
  • 2. Outline 1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 2 Wearable Robotic Arms with Redundant Biarticular Actuators Actuator Redundancy Problem Conventional Solution: Pseudo-inverse Matrix (2 − norm) Proposed Solution: The 1− norm Approach Experimental Validation 3 Conclusions
  • 3. Outline 1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 2 Wearable Robotic Arms with Redundant Biarticular Actuators Actuator Redundancy Problem Conventional Solution: Pseudo-inverse Matrix (2 − norm) Proposed Solution: The 1− norm Approach Experimental Validation 3 Conclusions
  • 4. Maximum Output Force in Wearable Robotic Arms: Safety Problem robot max force human max force MGA Exoskeleton [Carignan 2009] (qualitative representation of max forces) Robotic Arms: one motor in the shoulder and one in the elbow produce a maximum force with quadrilateral shape Human Arms: due to the presence of redundant biarticular muscles produce a maximum force with hexagonal shape The difference in shape is not safe in case of controller failure ) Biarticular actuation is a solution
  • 5. Outline 1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 2 Wearable Robotic Arms with Redundant Biarticular Actuators Actuator Redundancy Problem Conventional Solution: Pseudo-inverse Matrix (2 − norm) Proposed Solution: The 1− norm Approach Experimental Validation 3 Conclusions
  • 6. What are Bi-articular Actuators? Multi-articular actuators produce torque in 2 (or more) consecutive joints Biceps brachii Coracobrachialis Brachialis Simplified model of human musculo-skeletal structure f1 −e1: antagonistic pair of mono-articular muscles f2 −e2: antagonistic pair of mono-articular muscles f3 − e3: antagonistic pair of bi-articular muscles
  • 7. Why Bi-Articular Actuators? 1 Homogeneous Maximum Force at End Effector [Fujikawa 1999]
  • 8. Wearable Robotic Arms with Redundant Biarticular Actuators hu human max force robot max force controllable max force (2-n) Saitama University (qualitative representation of max forces) Maximum human force and maximum robot force match However, using the conventional redundancy resolution controller (2-norm), the controllable force is smaller than the realizable force ) Our solution is an Infinity Norm based Resolution Controller
  • 9. Actuator Redundancy Problem Model ( T1 = (f1 − e1)r + (f3 − e3)r T2 = (f2 − e2)r + (f3 − e3)r Statics ( T1 = 1 + 3 T2 = 2 + 3 Given desired T1 and T2 ) 1=?, 2=?, 3=?
  • 10. Conventional Approach: Pseudo-inverse Matrix (2 − norm) Moore Penrose is the simplest pseudo inverse matrix = 2 − norm [Klein 1983] 2 − norm optimization criteria minimize q 2 1 + 2 2 + 2 3 (1) subject to ( T1 = 1 + 3 T2 = 2 + 3 (2) Closed form solution   1 = 2 3T1 − 1 3T2 2 = −1 3T1 + 2 3T2 3 = 1 3T1 + 1 3T2 (3) T = [2.0, 1.5] ) = [0.83, 0.33, 1.17] Given F ) T = JT F T ) using (3)
  • 11. Proposed Solution: The 1− norm Approach [Salvucci 2010] 1− norm optimization criteria minimize max{|1|, |2|, |3|} (4) subject to ( T1 = 1 + 3 T2 = 2 + 3 (5) Closed form solution [Salvucci 2010] if T1T2 0 ) 8: 1 = T1−T2 2 2 = T2−T1 2 3 = T1+T2 2 (6) if T1T2 0 and |T1| |T2| ) 8: 1 = T1 − T2 2 2 = T2 2 3 = T2 2 (7) if T1T2 0 and |T1| |T2| ) 8: 1 = T1 2 2 = T2 − T1 2 3 = T1 2 (8) T = [2.0, 1.5] ) = [1.0, 0.5, 1.0] Given F ) T = JT F T ) using (6), (7), or (8)
  • 12. BiWi: Bi-Articularly Actuated Wire Driven Robot Arm [Salvucci 2011a] + Human-like actuation structure + Wire Transmission ) low link inertia (safety, energy efficiency) + Mono-/bi- articular torque decoupling (statics) - Not intrinsically compliant, but solvable with springs - Transmission loss in the wires
  • 13. Feedforward Control Strategy F∗ = [F∗ y ]T and T∗ = [T∗ x , F∗ 1 ,T∗ 2 ]T : desired output forces and input torque. [ ∗ 1 , ∗ 2 , ∗ 3 ]: desired actuator joint torques [e∗ 1 , f ∗ 1 , e∗ 2 , f ∗ 2 , e∗ 3 , f ∗ 3 ]: motor reference torques calculated as: e∗ i = i if ∗ i 0 0 otherwise Ktli ∗ f ∗ i = i if ∗ Ki ∗ i 0 0 otherwise (9) where Ktl2=1.33 (thrust wire transmission lost), Ktl1 = K3 = 0. Fx and Fy : measured forces at the end effector.
  • 14. Infinity Norm VS 2-norm [Salvucci 2011b] 1 = −60◦ 2 = 120◦ 1 = −25◦ 2 = 50◦ Measured maximum output force Relative difference in output force Fdiff = |F∞−n| − |F2−n| |F2−n| (10)
  • 15. Outline 1 Maximum Output Force in Wearable Robotic Arms: Safety Problem 2 Wearable Robotic Arms with Redundant Biarticular Actuators Actuator Redundancy Problem Conventional Solution: Pseudo-inverse Matrix (2 − norm) Proposed Solution: The 1− norm Approach Experimental Validation 3 Conclusions
  • 16. Conclusions robot max force human max force hu human max force robot max force controllable max force (2-n) controllable max force (i-n) Biarticular Actuation + Infinity Norm Resolution Controller + Increased safety in wearable robotic arms
  • 17. Thank you for your kind attention V. Salvucci Y. Kimura S. Oh T. Koseki Y. Hori www.hori.k.u-tokyo.ac.jp www.koseki.t.u-tokyo.ac.jp www.valeriosalvucci.com
  • 18. 2 − norm Vs 1− norm in 2D Equation with infinite solutions k = x +
  • 19. y k, and
  • 20. are constant x and y represent the motor torques ) bounded 2 − norm minimize p x2 + y2 1− norm minimize max {|x|, |y|} Solutions Comparison max{|y∞|, |x∞|} max{|y2|, |x2|}
  • 21. References C. Carignan, J. Tang, and S. Roderick. Development of an exoskeleton haptic interface for virtual task training. In Intelligent Robots and Systems, 2009. IROS 2009. IEEE/RSJ International Conference on, pages 3697–3702, 2009. T. Fujikawa, T. Oshima, M. Kumamoto, and N. Yokoi. Output force at the endpoint in human upper extremities and coordinating activities of each antagonistic pairs of muscles. Transactions of the Japan Society of Mechanical Engineers. C, 65(632): 1557–1564, 1999. V. Salvucci, S. Oh, and Y. Hori. Infinity norm approach for precise force control of manipulators driven by bi-articular actuators. In IECON 2010 - 36th Annual Conference on IEEE Industrial Electronics Society, pages 1908–1913, 2010. V. Salvucci, Y. Kimura, S. Oh, and Y. Hori. BiWi: Bi-Articularly actuated and wire driven robot arm. In IEEE International Conference on Mechatronics (ICM), 2011a. V. Salvucci, Y. Kimura, S. Oh, and Y. Hori. Experimental verification of infinity norm approach for force maximization of manipulators driven by bi-articular actuators. In American Control Conference (ACC), 2011b.