SlideShare a Scribd company logo
1 of 73
Download to read offline
0 / 24
2021/10/8
A mathematical Introduction to
Robotic Manipulation
: Zhang Xinyi ( )
2021.10.8@
1 / 24
2021/10/8
• Zhang Xinyi ( )
•
•
•
“Grasp planning considering both entanglement and collision for a 2-jaw gripper”
“Learning policies for sequentially picking up entangle-prone cable harnesses”
•
Chapter 6 Hand Dynamics and Control
Self-Introduction
Self-Introduction 1 / 72
2 / 24
2021/10/8
Some References
• Besides this book, I made this slides under the references of other two books:
A Mathematical Introduction
to Robotic Manipulation
Modern Robotics
Introduction to Robotics
Mechanics and Control
Chapter 6 Hand Dynamics and Control Some References 2 / 72
3 / 24
2021/10/8
Contents Goal
1. Lagrange’s Equations with Constraints
Calculate the dynamics of a mechanical system subject to Pfaffian
constraints
2. Robot Hand Dynamics
Derive the equations of motion for a multifingered hand
manipulating an object
3. Redundant and Nonmanipulable Robot Systems
Derive more complex equations of motion for redundant or
nonmanipulable robot system
4. Kinematics and Statics of Tendon actuation Describe the kinematics of tendon-driven systems
5. Control of Robot Hands
Introduce an extended control law for constraints-involved system
and other control structures
Chapter 6: Hand Dynamics and Control
Chapter 6 Hand Dynamics and Control Outline 3 / 72
4 / 24
2021/10/8
Contents of This Talk
• Recall
• Lagrange’s Equations with Constraints
• Robot Hand Dynamics
• Redundant and Nonmanipulable Robot Systems
• Kinematics and Statics of Tendon Actuation
• Control of Robot Hand
Chapter 6 Hand Dynamics and Control Outline 4 / 72
5 / 24
2021/10/8
Contents of This Talk
• Recall
Chapter 4 Robot Dynamics and Control
Chapter 5 Multifingered Hand Kinematics
• Lagrange’s Equations with Constraints
• Robot Hand Dynamics
• Redundant and Nonmanipulable Robot Systems
• Kinematics and Statics of Tendon Actuation
• Control of Robot Hand
Chapter 6 Hand Dynamics and Control Outline 5 / 72
6 / 24
2021/10/8
Recall
• We only need to recall Jacobian
Chapter 6 Hand Dynamics and Control Jacobian 6 / 72
7 / 24
2021/10/8
Recall
1. Lagrange’s equations
Energy-based
Determine and exploit structural
properties of the dynamics
• Robotic dynamics: deriving the equation of motion including !, ̇
!, ̈
! and %
• Forward dynamics: find joint accelerations
Given !, ̇
! and %, find ̈
!
• Inverse dynamics: find joint forces and torques
Given !, ̇
! and ̈
!, find %
• Two approaches for solving robot dynamics problem.
2. Newton-Euler equations
Rely on & = ()
Often used for numerical solution of
forward/inverse dynamics
Chapter 6 Hand Dynamics and Control Robotic dynamics 7 / 72
8 / 24
2021/10/8
• Lagrange’s equation
!: mass of the body, assume origin of {b} =CoM
"#: total force and moment acting on the body
!$#: linear momentum of the body
: angular momentum of the body
• Newton-Euler equations
• Lagrange’s equation for open-
chain robot manipulator
=
Chapter 6 Hand Dynamics and Control Robotic Dymanics 8 / 72
9 / 24
2021/10/8
Recall
Contact model
Common contact types
Grasp map: map the contact forces to the total object force
Definition of force closure
Definition of internal forces
Grasp constraints
Relationship between forces and velocities
Chapter 6 Hand Dynamics and Control Grasp & manipulation 9 / 72
10 / 24
2021/10/8
Contents of This Talk
• Recall
• Lagrange’s Equations with Constraints
Pfaffian constraints
Lagrange multipliers
Lagrange-d’Alembert formulation
The Nature of nonholonomoic constraints
• Robot Hand Dynamics
• Redundant and Nonmanipulable Robot Systems
• Kinematics and Statics of Tendon Actuation
• Control of Robot Hand
Chapter 6 Hand Dynamics and Control Outline 10 / 72
11 / 24
2021/10/8
• A constraint restricts the motion of the mechanical system by limiting the
set of paths which the system can follow.
• e.g. An idealized planar pendulum
• All trajectories of the particles must satisfy the algebraic constraint:
This constraint acts via constraint forces, which modify the motion to
insure the constraint is always satisfied.
• Holonomic constraint vs. nonholonomic constraint
Constraints
Constraint force:
Tension
1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 11 / 72
12 / 24
2021/10/8
Constraints
• Configuration space can be represented by vector:
(", $, %) ∈ ℝ)
• They always satisfy this equation:
• (Constraint involves velocity)
• It’s a nonholonomic constraint this system could move
between two arbitrary states with some constraint of velocity.
• Holonomic constraint vs. nonholonomic constraint
• Let’s explain simply using some mechanical system examples with constraints
1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints
Planar unicycle
12 / 72
13 / 24
2021/10/8
Constraints
• Configuration space can be represented by vector:
("#, "%, "&,"') ∈ ℝ'
• These four joints always satisfy these equations:
• Degree of Freedom: one
• It’s a holonomic constraint because it reduces degrees of
freedom in the system
• Holonomic constraint vs. nonholonomic constraint
Planar four-bar linkage
1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 13 / 72
14 / 24
2021/10/8
Holonomic/Nonholonomic Constraint
• If we set
!: dimensions of configuration space " = ("%, … , "()
*: number of independent constraints
A question: whether the system could be moved between two arbitrary states without
violating the velocity constraint?
• Holonomic constraints can be represented locally as algebraic constraints:
ℎ " = 0, ℎ ∶ ℝ( → ℝ0
Answer: No
• Nonholonomic constraints can be represented as
ℎ ", ̇
" = 0
Answer: Yes
1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 14 / 72
15 / 24
2021/10/8
Holonomic constraint
• Holonomic constraints can be represented locally as algebraic constraints:
ℎ " = 0, ℎ ∶ ℝ( → ℝ*
• And the matrix is full row rank
• Constraint force
Constraint forces do no work (will be explained later)
1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 15 / 72
16 / 24
2021/10/8
Pfaffian constraint
• Pfaffian constraint: generally we write velocity constraints as:
• However, if there exist a vector-valued function such that
Pfaffian constraint is integrable
Pfaffian constraint is equivalent to a holonomic constraint
• Otherwise, pfaffian constraint which is not integrable is an example of a non-holonomic
constraint (not all).
• Constraint forces
where represents a set of ! velocity constraints.
1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 16 / 72
17 / 24
2021/10/8
Dynamics with Constraints
• Goal: derive the equations of motion for a mechanical system with configuration ! ∈ ℝ$ subject
to a set of Pfaffian constraints.
Mechanical system: constraints are everywhere smooth and linearly
Lagrangian: kinetic energy minus potential energy
Constraint:
• Let’s write the equations of motion considering the constraint can affects the motion additionally:
: relative magnitudes of constraint forces, also called Lagrange multipliers
Constraint
forces
Nonconservative and
externally applied forces
1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 17 / 72
18 / 24
2021/10/8
Dynamics with Constraints
• 3 Steps for calculating the equation of motion with constraints
Write the equations of motion (done, but Lagrange multipliers are unknown)
Solve these multipliers because each !" will be a function with #, ̇
#, Υ
Substituting them back into the equations of motion
• We will show how to solve the multipliers ! in :
Differentiate the constraint equation (6.3) ⇒ (6.3.1)
Write Lagrange’s equations like this (6.5)
Solve (6.5) for ̈
# and substitute into (6.3.1), and we will get
So finally
If constraints are independent, this matrix is full rank
1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 18 / 72
19 / 24
2021/10/8
Dynamics with Constraints
Write the equations of
motion
Solve these multipliers
Substituting them back
into the equations of
motion
• Configuration
• Constraint
• Pfaffian constraint
• No constraint Lagrangian
• Substitude these formulation into
• So Lagrangian with constraint will be:
Forces that move
the pendulum
Forces against
constraints
Unknown, let’s
move to step
1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 19 / 72
20 / 24
2021/10/8
Dynamics with Constraints
Write the equations of
motion
Solve these multipliers
Substituting them back
into the equations of
motion
• Solve Lagrange Multipliers using this:
1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 20 / 72
21 / 24
2021/10/8
Dynamics with Constraints
Write the equations of
motion
Solve these multipliers
Substituting them back
into the equations of
motion
• Finally the equations of motion are:
1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 21 / 72
22 / 24
2021/10/8
Dynamics with Constraints
Write the equations of
motion
Solve these multipliers
Substituting them back
into the equations of
motion
• This is a second-order differential equation in two variables !, #
• But system only has one degree of freedom
• Thus, we have increased the number of variables required to represent
the motion of the system.
• Additionally, we can obtain constraint force: tension $ in the rod:
$
1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 22 / 72
23 / 24
2021/10/8
Lagrange-D’Alembert Equation
Movement
orientation
Tension
!"
• D’Alembert’s principle: constraint forces do no work for any instantaneous
motion which satisfies the constraints.
Given configuration " ∈ ℝ%,
Virtual displacement !" ∈ ℝ%, an arbitrary infinitesimal displacement
which satisfies the constraints
• The reason why we introduce D’Alembert’s principle:
Project motion onto the feasible direction, ignore constraint forces
Obtain a more concise equation of the dynamics
This example can show that
constraint forces do no work
Constraint
forces
Nonconservative and
externally applied
forces
Lagrange equation can become this when
Eliminating constraint force
⇒
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 23 / 72
24 / 24
2021/10/8
Lagrange-D’Alembert Equation
Configuration ! = ($, &, ', ()
Velocity constraints
*+: driving torque on the wheel
*,: steering torque (about the vertical axis)
:inertia about the horizontal (rolling) axis
:inertia about the vertical axis
A rolling disk that rolls without slipping
• Let’s use Lagrange-d’Alembert equation to solve the dynamics for a rolling disk
⇔
• Lagrangian will be:
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 24 / 72
25 / 24
2021/10/8
Lagrange-D’Alembert Equation
• Virtual displacement
• Lagrange-d’Alembert equations
Write the equations of
motion
Reduce the configuration
Further simplify the
equation
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 25 / 72
26 / 24
2021/10/8
Lagrange-D’Alembert Equation
• Virtual displacement
• Lagrange-d’Alembert equations
• Equation can be written without
• Since are free, the dynamics become:
Write the equations of
motion
Reduce the configuration
Further simplify the
equation
⇓From constraint we can solve
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 26 / 72
27 / 24
2021/10/8
Lagrange-D’Alembert Equation
• We have dynamics equation:
• We can eliminate by differentiating the constraints
• Finally, it’s second-order differential equation in ! and "
⇒
Write the equations of
motion
Reduce the configuration
Further simplify the
equation
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation
↔ %&'
27 / 72
28 / 24
2021/10/8
Lagrange-D’Alembert Equation
• Let’s summarize this rolling disk dynamics (a nonholonomic system).
• Given the trajectory of ! and ", we can determine the trajectory of the disk
as it rolls along the plane.
• The equation of motion is 1 + 2
1. A second-order equations in a reduced set of variables plus
2. A set of first-order equations
Write the equations of
motion
Reduce the configuration
Further simplify the
equation
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 28 / 72
29 / 24
2021/10/8
• Let’s wrap it up with mathematical formulations
• Goal: get a more explicit description of the dynamics
Lagrange-d’Alembert equation
Rewrite these:
So that we can use to eliminate . ( is free or unconstrainted)
We can eliminate ̇
"# ̈
, "# using the constraint ̇
"# = −(#
)*
(* ̇
"*
Lagrange-D’Alembert Equation
⇒
1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 29 / 72
30 / 24
2021/10/8
• When we calculate the dynamics for a mechanical system with nonholonomic system
• Wrong: directly substitute the constraints to the equations of motion to eliminate the constraints
• For example:
Configuration
Constraints (nonholonomic)
Lagrangian (for simplicity, assume it doesn’t depend on !)
Substitute Lagrangian to the Lagrange-d’Alembert equation
Rearranging terms and we obtain:
Nonholonomic System
⇒
1. Lagrange’s Equations with Constraints 1.4. The nature of nonholonomic constraints 30 / 72
31 / 24
2021/10/8
• When we calculate the dynamics for a mechanical system with nonholonomic system
• Wrong: directly substitute the constraints to the equations of motion to eliminate the constraints
• For example:
Let’s look at the final equations
If we directly substitute the constraints to the equations of motion, we will get these
spurious terms, the final dynamic equations are wrong
Nonholonomic System
Exactly Lagrange-d’Alembert equation Spurious terms
1. Lagrange’s Equations with Constraints 1.4. The nature of nonholonomic constraints 31 / 72
32 / 24
2021/10/8
• When we calculate the dynamics for a mechanical system with nonholonomic system
• Wrong: directly substitute the constraints to the equations of motion to eliminate the constraints
• Is it still wrong for a holonomic system?
We know the constraint is integrable, so that there exists ℎ(#) such that
So that for the right side
So for a holonomic system, if we substitute the constraints to the equations of motion, we
can still get a correct equations of motion
Holonomic System
⇒
= 0
1. Lagrange’s Equations with Constraints 1.4. The nature of nonholonomic constraints 32 / 72
33 / 24
2021/10/8
Contents of This Talk
• Recall some previous knowledge
• Lagrange’s Equations with Constraints
• Robot Hand Dynamics
Derivation and properties
Internal forces
Other robot systems
• Redundant and Nonmanipulable Robot Systems
• Kinematics and Statics of Tendon Actuation
• Control of Robot Hand
2. Robot Hand Dynamics Outline 33 / 72
34 / 24
2021/10/8
Equation of Motion
Dynamics of the fingers (using Lagrangian)
Joint angles for all fingers:
Joint torques for all fingers:
Dynamics of the object (Newton-Euler equation)
If object is subject to gravity alone:
In Newton-Euler method:
object !" = (%, ') ∈ *+(3)
2. Robot Hand Dynamics 2.1. Derivation and properties 34 / 72
35 / 24
2021/10/8
Equation of Motion
Dynamics of the object
(To apply Lagrangian-d’Alembert equation)
It’s the relationship between the finger
velocity and object velocity
We have to convert object from !"(3) to local coordinate, which is:
&' = (), +) ∈ !" 3 ⇒ & ∈ ℝ/
So that the object dynamics can be written as:
Grasp constraints
* Chapter 5
5.5 Grasp Constraints
Three assumptions of grasping
1) The grasp is force-closure and manipulable
2) The hand Jacobian is invertible
3) The contact forces remain in the friction cone at all times
2. Robot Hand Dynamics 2.1. Derivation and properties 35 / 72
36 / 24
2021/10/8
Equation of Motion
Dynamics of the system
(Apply Lagrangian-d’Alembert equation)
• Configuration: ! = ($, &)
• Lagrangian:
• Virtual displacement: (! = ($, (&
• Constraints:
• Lagrange-d’Alembert equations:
Apply steps from last section to using
Lagrangian-d’Alembert equation
Write the equations of motion
Reduce the configuration
Further simplify the equation
−*+ ,- ̇
$
̇
&
= 0
Recall Lagrangian-d’Alembert equation
−*+ ,- ($
(&
= 0
($ = *+
01
,-
(&
2. Robot Hand Dynamics 2.1. Derivation and properties 36 / 72
37 / 24
2021/10/8
Equation of Motion
• Configuration: ! = ($, &)
• Lagrangian:
• Virtual displacement: (! = (($, (&)
• Lagrange-d’Alembert equations:
• Since (& is free:
Apply steps from last section to using
Lagrangian-d’Alembert equation
Write the equations of motion
Reduce the configuration
Further simplify the equation
= 0
Dynamics of the system
(Apply Lagrangian-d’Alembert equation)
2. Robot Hand Dynamics 2.1. Derivation and properties 37 / 72
38 / 24
2021/10/8
Equation of Motion
Dynamics of the system
(Apply Lagrangian-d’Alembert equation)
• Furthermore, eliminate ̇
", ̈
", and obtain the final equation of motion:
Apply steps from last section to using
Lagrangian-d’Alembert equation
Write the equations of motion
Reduce the configuration
Further simplify the equation
2. Robot Hand Dynamics 2.1. Derivation and properties 38 / 72
39 / 24
2021/10/8
Equation of Motion (Conclusion)
• Equation of motion for robot hand
• Properties of the derived equation of motion (Temporally Proof omitted)
If a grasp is force-closure, this term is internal forces
2. Robot Hand Dynamics 2.1. Derivation and properties 39 / 72
40 / 24
2021/10/8
Finding Contact Force
• Goal: Find the instantaneous contact forces during motion.
• Internal forces: if a grasp is force-closure, then there exist contact forces which produce no net
wrench on the object.
• In dynamics, internal forces maps joint torques into object forces.
If , no net wrench is generated
But even if , internal forces still exists due to those constraint forces which
the Lagrange-d’Alembert equations eliminated.
• Recall full equation of motion with pfaffian constraints:
Lagrangian multiplier !:
contact forces
2. Robot Hand Dynamics 2.2. Internal forces 40 / 72
41 / 24
2021/10/8
• Solve for Lagrange multiplier using results in Section 1.2. Lagrange Multipliers
• Another method to solve for constraint forces
If !" is invertible, directly using the joint acceleration.
Finding Contact Force
#
$ ̅
& #
'
2. Robot Hand Dynamics 2.2. Internal forces 41 / 72
42 / 24
2021/10/8
Other Robot Systems
• Let’s see some examples.
• Robot system subject to constrains of have dynamics with the same form
and structure we introduced before.
Coordinated lifting
2. Robot Hand Dynamics 2.3. Other robot systems 42 / 72
43 / 24
2021/10/8
Other Robot Systems
Workspace dynamics
Motoman robot performing a welding task
Robot grasping a welding tool
• , Jacobian:
• Kinematics:
• Dynamics:
Dynamics of the welding tool
Dynamics of the system
2. Robot Hand Dynamics 2.3. Other robot systems 43 / 72
44 / 24
2021/10/8
Other Robot Systems
• This kind of tasks consist of both a desired motion and a desired force
• Constraint: ℎ ", $ = 0
• Dynamics:
Hybrid position/force dynamics
Robot writing on a planar
2. Robot Hand Dynamics 2.3. Other robot systems 44 / 72
45 / 24
2021/10/8
Contents of This Talk
• Recall
• Lagrange’s Equations with Constraints
• Robot Hand Dynamics
• Redundant and Nonmanipulable Robot Systems
Dynamics of redundant manipulator
Nonmanipulable grasps
Example: Two-fingered SCARA grasp
• Kinematics and Statics of Tendon Actuation
• Control of Robot Hand
3. Redundant and Nonmanipulable Robot Systems Outline 45 / 72
46 / 24
2021/10/8
Dynamics for These Robot Systems (Conclusion)
• How to analyze dynamics redundant and/or nonmanipulable robot systems subject to constraints?
• Constraints:
Redundant Nonmanipulable
What it is
Constraints introduce kinematic/actuator
redundancy into robot system.
• Kinematic redundancy :finger motions which
do not affect object motion.
• Actuator redundancy : finger forces which do
not affect object motion. i.e., Internal forces.
• Manipulable: when arbitrary motions can be
generated by fingers
• Nonmanipulable: when finger motion cannot
achieve some motions of the individual contacts.
What !" looks like
• !" has a non-trivial null space, which
describes those joint motions.
• !" is not full row rank
• !" does not span the range of #$
How to write
equation of motion
Extend the constraints by brining %" which
spans the null space of !".
Rewrite the constraints by bringing & which spans
the space of allowable object trajectories.
3. Redundant and Nonmanipulable Robot Systems 3.0. Conclusion 46 / 72
47 / 24
2021/10/8
• Write the basic grasp constraints:
i. Solve for redundancy
ii. Solve for Nonmanipulable
Examples: Two-fingered SCARA grasp
Notice this !"($) is not invertible
3. Redundant and Nonmanipulable Robot Systems 3.0. Examples 47 / 72
48 / 24
2021/10/8
• Define ! where
"#
"$
= !(').
We define ℎ ' = ('** + '*, + '*-, ',* + ',, + ',-)
So that !* =
1 1
0 0
1 0
0 0
, !, =
0 0
1 1
0 0
1 0
• Expand the constraints:
• Notice we increased the internal variables to describe the internal motion. i.e. velocity ̇
2.
• But it does not alter the nonmanipulable nature since 34 still does not span the range of 56.
Examples: i. Solve for Redundancy
3. Redundant and Nonmanipulable Robot Systems 3.1. Dynamics of redundant manipulators 48 / 72
49 / 24
2021/10/8
• Define the space of allowable object velocities
⇑ It has " dimensions
i.e. Object can move along [0,1,0,0,0,0](
i.e. But object cannot move along [0,0,0,0,1,0]( (Rotating around Y-axis)
• Next, we construct a matrix ) *, + ∈ ℝ.×0 using 1 *, +
Every column of ) is the allowing object velocity in 1 (basis)
• Rewrite grasp constraints:
Examples: ii. Solve for Nonmanipulable
̇
+ ∈ ℝ.
: object velocity
3 ∈ ℝ0
: object velocity in
terms of the basis of )
Recall rewritten formulation
3. Redundant and Nonmanipulable Robot Systems 3.1. Nonmanipulable grasps 49 / 72
50 / 24
2021/10/8
Contents of This Talk
• Recall
• Lagrange’s Equations with Constraints
• Robot Hand Dynamics
• Redundant and Nonmanipulable Robot Systems
• Kinematics and Statics of Tendon Actuation
Inelastic tendons
Elastic tendons
Analysis and control of tendon-driven fingers
• Control of Robot Hand
4. Kinematics and Statics of Tendon Actuation Outline 50 / 72
51 / 24
2021/10/8
Tendon-Driven Finger
• Introduce a mechanism to carry forces from an actuator to the appropriate joint.
• Model the routing of each tendon by an extension function:
ℎ": Q → ℝ
It measures the displacement of tendon end and the joint angles of the finger
i.e.
A simple tendon-driven finger
Consists of linkages, tendons, gears, and pulleys
'": Nominal extension (at ( = 0)
+",: radius of the --th joint pulley
4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 51 / 72
52 / 24
2021/10/8
Inelastic Tendons
• Introduce a mechanism to carry forces from an actuator to the appropriate joint.
• Model the routing of each tendon by an extension function:
ℎ": Q → ℝ
It measures the displacement of tendon end and the joint angles of the finger
i.e.
A finger which is actuated by
a set of inelastic tendons
'": Nominal extension (at ( = 0)
+",: radius of the --th joint pulley
4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 52 / 72
53 / 24
2021/10/8
Inelastic Tendons
• Finger examples and their extension functions
Example of tendon routing with non
linear extension function
Planar tendon-driven finger
• Extension functions:
• Extension functions:
4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 53 / 72
54 / 24
2021/10/8
Inelastic Tendons
• Let’s define the relationships between the tendon forces and the joint torques using tendon
extension functions.
Tendon extensions vectors with ! tendons: " = ℎ % ∈ ℝ(
Define coupling matrix: ) % =
*+,
*-
% mapping tendon forces and the joint torques
So
Since work done by the tendons must equal that done by the fingers (conservation of
energy): where . ∈ ℝ( is the force applied to the tendons tends.
• Combined kinematics and dynamics:
4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 54 / 72
55 / 24
2021/10/8
Inelastic Tendons
•
•
• An example
Extension function
Coupling matrix
Tendon
forces
Joint
torques
Coupling
matrix
Planar tendon-driven finger
4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 55 / 72
56 / 24
2021/10/8
Elastic Tendons
• Applying a single spring element at the base of the tendon:
Planar finger with position-controlled
elastic tendons
• Extension functions
• Coupling Matrix
• We also want to establish the relationship between
tendon extension and the joint torques using a new
coupling matrix
4. Kinematics and Statics of Tendon Actuation 4.2. Elastic tendons 56 / 72
57 / 24
2021/10/8
Elastic Tendons
• Let’s define the relationships between the tendon extension and the joint torques using a new
coupling matrix.
• Extension of the tendon as commanded by the actuator: !"
• Extension of the tendon due to the mechanism: ℎ"(θ)
• Net force applied to tendons:
• Define ': diagonal matrix of tendon stiffnesses, where (" is the stiffness of )-th tendon
• Write dynamics:
New coupling
matrix
Models the stiffness of the
tendon network
4. Kinematics and Statics of Tendon Actuation 4.2. Elastic tendons 57 / 72
58 / 24
2021/10/8
Elastic Tendons
•
•
• An example (top-right finger):
We already wrote the extension functionℎ", ℎ$, ℎ%, ℎ& and coupling matrix '())
Stiffness matrix Overall stiffness:
New coupling matrix that mapping joint torques and tendon extension
Tendon
extension
Joint
torques
New
coupling
matrix
+ = -., - ≔ '0
Planar finger with position-controlled
elastic tendons
4. Kinematics and Statics of Tendon Actuation 4.2. Elastic tendons 58 / 72
59 / 24
2021/10/8
Control of Tendon-Driven Fingers
• First, define a tendon network is force-closure:
For any ! ∈ ℝ$ there exists a set of forces % ∈ ℝ& such that
So the necessary and sufficient condition is ' be surjective and there exist a strictly positive
vector of internal forces %( ∈ ℝ&, %(,* > 0 such that
• Verify the necessary number of tendons to construct a force-closure tendon network:
“N+1” tendon configuration:
• N tendons which generate torques in the opposite direction
• 1 tendon which pulls on all of the joints in one direction
“2N” tendon configuration:
• 2 tendons to each joint (total N joints), acting in opposite directions
4. Kinematics and Statics of Tendon Actuation 4.3. Analysis and control of tendon-driven fingers 59 / 72
60 / 24
2021/10/8
Control of Tendon-Driven Fingers
• Next, write the tendon forces for inelastic tendons:
• Also, let’s move on to elastic tendons:
We must solve the following equations:
How to solve: assume tendon network is force-closure, there exists a vector of extensions
!" ∈ ℝ% such that !",' > 0 and *+!" = 0, so we will choose very large !" we can obtain:
pseudo-inversed
coupling matrix
Internal forces to
ensure all ℎ > 0
4. Kinematics and Statics of Tendon Actuation 4.3. Analysis and control of tendon-driven fingers 60 / 72
61 / 24
2021/10/8
Contents of This Talk
• Recall
• Lagrange’s Equations with Constraints
• Robot Hand Dynamics
• Redundant and Nonmanipulable Robot Systems
• Kinematics and Statics of Tendon Actuation
• Control of Robot Hand
Extending controllers
Hierarchical control structures
5. Control of Robot Hand Outline 61 / 72
62 / 24
2021/10/8
Control
• Recall some definition in Chapter 4:
• Position control: given a designed trajectory, how should the
joint torques be chosen to follow that trajectory?
Desired motion: !"
Actual motion: !
Error: # = !" − θ
Constant gain matrices: '(, '*
Dynamics (without constraints):
Computed torque control law:
Computing torque
A simple model of robot closed-
loop control system
5. Control of Robot Hand 5.1. Extending controllers 62 / 72
63 / 24
2021/10/8
Control
• Here, we consider robot hand control as control problems with constraints
• We derived dynamics of this kind of constrained system
Error: ! ≔ # − #%
• Let’s achieve these two goal one by one
Goal How to achieve?
i. Tracking a given object/workspace trajectory Find joint torques which satisfy the tracking requirement
ii. Maintaining a desired internal force
Add sufficient internal forces to keep the contact forces
inside the appropriate friction cones
5. Control of Robot Hand 5.1. Extending controllers 63 / 72
64 / 24
2021/10/8
i. Tracking Trajectory
• Given a desired workspace trajectory !"($)
Computed torque controller:
From we can find & than satisfying ' (actually we could find extra & that
corresponds to internal forces)
Solve for &:
5. Control of Robot Hand 5.1. Extending controllers 64 / 72
65 / 24
2021/10/8
ii. Maintaining Internal Forces
• !" must be chosen such that the net contact force lies in the friction cone FC
• Two ways to solve for internal forces
Method 1: compute final control law
Method 2: measure the applied internal forces and adjust !" using a second feedback control
law.
5. Control of Robot Hand 5.1. Extending controllers 65 / 72
66 / 24
2021/10/8
Hierarchical Control Structures
• A multifingered robot hand can be modeled as a set of robots which are coupled to each other
and an object by a set of velocity constraints
• Let’s establish the control system following these steps:
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures 66 / 72
67 / 24
2021/10/8
Hierarchical Control Structures
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures
• A robot: model all mechanisms as a generalized object
• This is system dynamics:
• System dynamic parameter: !, #, $
A robot
%&
'&
%
'
Input
Desired position/force
Output
Actual position/force
67 / 72
68 / 24
2021/10/8
Hierarchical Control Structures
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures
• Attach operation: create a new robot object from the attachment (two
or more robots)
• System dynamic parameters: !
", $
%, !
& (on the left)
68 / 72
69 / 24
2021/10/8
Hierarchical Control Structures
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures 69 / 72
70 / 24
2021/10/8
Hierarchical Control Structures
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures 70 / 72
71 / 24
2021/10/8
Hierarchical Control Structures
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures
Compute torque
without error
correction
A hierarchical controller for multifingered grasping
71 / 72
72 / 24
2021/10/8
Hierarchical Control Structures
1. Defining robots
2. Attaching robots
3. Controlling robots
4. Building hierarchical controllers
5. Control of Robot Hand 5.2. Hierarchical control structures
Compute torque
without error
correction
72 / 72

More Related Content

What's hot

Dek3223 chapter 3 industrial robotic
Dek3223 chapter 3 industrial roboticDek3223 chapter 3 industrial robotic
Dek3223 chapter 3 industrial robotic
mkazree
 
Robotics: Cartesian Trajectory Planning
Robotics: Cartesian Trajectory PlanningRobotics: Cartesian Trajectory Planning
Robotics: Cartesian Trajectory Planning
Damian T. Gordon
 

What's hot (20)

Jacobian inverse manipulator
Jacobian inverse manipulatorJacobian inverse manipulator
Jacobian inverse manipulator
 
Analysis of Mechanism
Analysis of MechanismAnalysis of Mechanism
Analysis of Mechanism
 
Lect 2 bif_th
Lect 2 bif_thLect 2 bif_th
Lect 2 bif_th
 
Kinematics of machines-VTU Notes
Kinematics of machines-VTU NotesKinematics of machines-VTU Notes
Kinematics of machines-VTU Notes
 
Chapter 2 - Robot Kinematics.ppt
Chapter 2 - Robot Kinematics.pptChapter 2 - Robot Kinematics.ppt
Chapter 2 - Robot Kinematics.ppt
 
Unit1 lectbyvrk dynofmachinery
Unit1 lectbyvrk dynofmachineryUnit1 lectbyvrk dynofmachinery
Unit1 lectbyvrk dynofmachinery
 
Dek3223 chapter 3 industrial robotic
Dek3223 chapter 3 industrial roboticDek3223 chapter 3 industrial robotic
Dek3223 chapter 3 industrial robotic
 
Robots dynamics and control
Robots dynamics and controlRobots dynamics and control
Robots dynamics and control
 
Planar Slider Crank Mechanism
Planar Slider Crank MechanismPlanar Slider Crank Mechanism
Planar Slider Crank Mechanism
 
Denavit Hartenberg Algorithm
Denavit Hartenberg AlgorithmDenavit Hartenberg Algorithm
Denavit Hartenberg Algorithm
 
Robot Arm Kinematics
Robot Arm KinematicsRobot Arm Kinematics
Robot Arm Kinematics
 
Kinemetic chains, Pairs, Joints, Four bar Mechanisms (KOM)
Kinemetic chains, Pairs, Joints, Four bar Mechanisms (KOM)Kinemetic chains, Pairs, Joints, Four bar Mechanisms (KOM)
Kinemetic chains, Pairs, Joints, Four bar Mechanisms (KOM)
 
mama.pdf
mama.pdfmama.pdf
mama.pdf
 
Ackerman Steering.ppt
Ackerman Steering.pptAckerman Steering.ppt
Ackerman Steering.ppt
 
Robotics: Cartesian Trajectory Planning
Robotics: Cartesian Trajectory PlanningRobotics: Cartesian Trajectory Planning
Robotics: Cartesian Trajectory Planning
 
Fundamentals of Kinematics and Mechanisms
Fundamentals of Kinematics and MechanismsFundamentals of Kinematics and Mechanisms
Fundamentals of Kinematics and Mechanisms
 
The knee in cerebral palsy
The knee in cerebral palsy The knee in cerebral palsy
The knee in cerebral palsy
 
Trajectory
TrajectoryTrajectory
Trajectory
 
Lecture 1 trajectory generation
Lecture 1 trajectory generation Lecture 1 trajectory generation
Lecture 1 trajectory generation
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 

Similar to A Mathematical Introduction to Robotic Manipulation 輪講 第六回.pdf

Introduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfIntroduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdf
MustafaELALAMI
 
Robotics: Introduction to Kinematics
Robotics: Introduction to KinematicsRobotics: Introduction to Kinematics
Robotics: Introduction to Kinematics
Damian T. Gordon
 
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
BellamMaheshBabu
 
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
BellamMaheshBabu
 

Similar to A Mathematical Introduction to Robotic Manipulation 輪講 第六回.pdf (20)

A Mathematical Introduction to Robotic Manipulation 第6章
A Mathematical Introduction to Robotic Manipulation 第6章A Mathematical Introduction to Robotic Manipulation 第6章
A Mathematical Introduction to Robotic Manipulation 第6章
 
Kane/DeAlbert dynamics for multibody system
Kane/DeAlbert dynamics for multibody system Kane/DeAlbert dynamics for multibody system
Kane/DeAlbert dynamics for multibody system
 
Robotics of Quadruped Robot
Robotics of Quadruped RobotRobotics of Quadruped Robot
Robotics of Quadruped Robot
 
Multi-agent snake-like motion with reactive obstacle avoidance
Multi-agent snake-like motion with reactive obstacle avoidanceMulti-agent snake-like motion with reactive obstacle avoidance
Multi-agent snake-like motion with reactive obstacle avoidance
 
Introduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfIntroduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdf
 
Termpaper ai
Termpaper aiTermpaper ai
Termpaper ai
 
Erwin coumans exploringmlcp_solversandfeatherstone
Erwin coumans exploringmlcp_solversandfeatherstoneErwin coumans exploringmlcp_solversandfeatherstone
Erwin coumans exploringmlcp_solversandfeatherstone
 
DOMV No 7 MATH MODELLING Lagrange Equations.pdf
DOMV No 7  MATH MODELLING Lagrange Equations.pdfDOMV No 7  MATH MODELLING Lagrange Equations.pdf
DOMV No 7 MATH MODELLING Lagrange Equations.pdf
 
presentation_masarati.pdf
presentation_masarati.pdfpresentation_masarati.pdf
presentation_masarati.pdf
 
force analysis
force analysisforce analysis
force analysis
 
Simulation Software Performances And Examples
Simulation Software Performances And ExamplesSimulation Software Performances And Examples
Simulation Software Performances And Examples
 
2-Mathematical Modeling of Systems.ppt
2-Mathematical Modeling of Systems.ppt2-Mathematical Modeling of Systems.ppt
2-Mathematical Modeling of Systems.ppt
 
Hasiak ksiazka
Hasiak ksiazkaHasiak ksiazka
Hasiak ksiazka
 
Robotics: Introduction to Kinematics
Robotics: Introduction to KinematicsRobotics: Introduction to Kinematics
Robotics: Introduction to Kinematics
 
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
 
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
2-Kinamatics Introduction, forward and reverse kinematics, robot arm and degr...
 
Research_paper
Research_paperResearch_paper
Research_paper
 
Global Stability of A Regulator For Robot Manipulators
Global Stability of A Regulator For Robot ManipulatorsGlobal Stability of A Regulator For Robot Manipulators
Global Stability of A Regulator For Robot Manipulators
 
Kinematic Model vs Dynamic Model
Kinematic Model vs Dynamic ModelKinematic Model vs Dynamic Model
Kinematic Model vs Dynamic Model
 
Presentation on weno lbfs
Presentation on weno lbfsPresentation on weno lbfs
Presentation on weno lbfs
 

More from ssuserbaad54

More from ssuserbaad54 (6)

A Mathematical Introduction to Robotic Manipulation 輪講 七回と八回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 七回と八回.pdfA Mathematical Introduction to Robotic Manipulation 輪講 七回と八回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 七回と八回.pdf
 
A Mathematical Introduction to Robotic Manipulation 輪講 第五回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第五回.pdfA Mathematical Introduction to Robotic Manipulation 輪講 第五回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第五回.pdf
 
A Mathematical Introduction to Robotic Manipulation 輪講 第四回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第四回.pdfA Mathematical Introduction to Robotic Manipulation 輪講 第四回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第四回.pdf
 
A Mathematical Introduction to Robotic Manipulation 輪講 第三回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第三回.pdfA Mathematical Introduction to Robotic Manipulation 輪講 第三回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第三回.pdf
 
A Mathematical Introduction to Robotic Manipulation 輪講 第二回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第二回.pdfA Mathematical Introduction to Robotic Manipulation 輪講 第二回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第二回.pdf
 
A Mathematical Introduction to Robotic Manipulation 輪講 第一回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第一回.pdfA Mathematical Introduction to Robotic Manipulation 輪講 第一回.pdf
A Mathematical Introduction to Robotic Manipulation 輪講 第一回.pdf
 

Recently uploaded

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 

A Mathematical Introduction to Robotic Manipulation 輪講 第六回.pdf

  • 1. 0 / 24 2021/10/8 A mathematical Introduction to Robotic Manipulation : Zhang Xinyi ( ) 2021.10.8@
  • 2. 1 / 24 2021/10/8 • Zhang Xinyi ( ) • • • “Grasp planning considering both entanglement and collision for a 2-jaw gripper” “Learning policies for sequentially picking up entangle-prone cable harnesses” • Chapter 6 Hand Dynamics and Control Self-Introduction Self-Introduction 1 / 72
  • 3. 2 / 24 2021/10/8 Some References • Besides this book, I made this slides under the references of other two books: A Mathematical Introduction to Robotic Manipulation Modern Robotics Introduction to Robotics Mechanics and Control Chapter 6 Hand Dynamics and Control Some References 2 / 72
  • 4. 3 / 24 2021/10/8 Contents Goal 1. Lagrange’s Equations with Constraints Calculate the dynamics of a mechanical system subject to Pfaffian constraints 2. Robot Hand Dynamics Derive the equations of motion for a multifingered hand manipulating an object 3. Redundant and Nonmanipulable Robot Systems Derive more complex equations of motion for redundant or nonmanipulable robot system 4. Kinematics and Statics of Tendon actuation Describe the kinematics of tendon-driven systems 5. Control of Robot Hands Introduce an extended control law for constraints-involved system and other control structures Chapter 6: Hand Dynamics and Control Chapter 6 Hand Dynamics and Control Outline 3 / 72
  • 5. 4 / 24 2021/10/8 Contents of This Talk • Recall • Lagrange’s Equations with Constraints • Robot Hand Dynamics • Redundant and Nonmanipulable Robot Systems • Kinematics and Statics of Tendon Actuation • Control of Robot Hand Chapter 6 Hand Dynamics and Control Outline 4 / 72
  • 6. 5 / 24 2021/10/8 Contents of This Talk • Recall Chapter 4 Robot Dynamics and Control Chapter 5 Multifingered Hand Kinematics • Lagrange’s Equations with Constraints • Robot Hand Dynamics • Redundant and Nonmanipulable Robot Systems • Kinematics and Statics of Tendon Actuation • Control of Robot Hand Chapter 6 Hand Dynamics and Control Outline 5 / 72
  • 7. 6 / 24 2021/10/8 Recall • We only need to recall Jacobian Chapter 6 Hand Dynamics and Control Jacobian 6 / 72
  • 8. 7 / 24 2021/10/8 Recall 1. Lagrange’s equations Energy-based Determine and exploit structural properties of the dynamics • Robotic dynamics: deriving the equation of motion including !, ̇ !, ̈ ! and % • Forward dynamics: find joint accelerations Given !, ̇ ! and %, find ̈ ! • Inverse dynamics: find joint forces and torques Given !, ̇ ! and ̈ !, find % • Two approaches for solving robot dynamics problem. 2. Newton-Euler equations Rely on & = () Often used for numerical solution of forward/inverse dynamics Chapter 6 Hand Dynamics and Control Robotic dynamics 7 / 72
  • 9. 8 / 24 2021/10/8 • Lagrange’s equation !: mass of the body, assume origin of {b} =CoM "#: total force and moment acting on the body !$#: linear momentum of the body : angular momentum of the body • Newton-Euler equations • Lagrange’s equation for open- chain robot manipulator = Chapter 6 Hand Dynamics and Control Robotic Dymanics 8 / 72
  • 10. 9 / 24 2021/10/8 Recall Contact model Common contact types Grasp map: map the contact forces to the total object force Definition of force closure Definition of internal forces Grasp constraints Relationship between forces and velocities Chapter 6 Hand Dynamics and Control Grasp & manipulation 9 / 72
  • 11. 10 / 24 2021/10/8 Contents of This Talk • Recall • Lagrange’s Equations with Constraints Pfaffian constraints Lagrange multipliers Lagrange-d’Alembert formulation The Nature of nonholonomoic constraints • Robot Hand Dynamics • Redundant and Nonmanipulable Robot Systems • Kinematics and Statics of Tendon Actuation • Control of Robot Hand Chapter 6 Hand Dynamics and Control Outline 10 / 72
  • 12. 11 / 24 2021/10/8 • A constraint restricts the motion of the mechanical system by limiting the set of paths which the system can follow. • e.g. An idealized planar pendulum • All trajectories of the particles must satisfy the algebraic constraint: This constraint acts via constraint forces, which modify the motion to insure the constraint is always satisfied. • Holonomic constraint vs. nonholonomic constraint Constraints Constraint force: Tension 1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 11 / 72
  • 13. 12 / 24 2021/10/8 Constraints • Configuration space can be represented by vector: (", $, %) ∈ ℝ) • They always satisfy this equation: • (Constraint involves velocity) • It’s a nonholonomic constraint this system could move between two arbitrary states with some constraint of velocity. • Holonomic constraint vs. nonholonomic constraint • Let’s explain simply using some mechanical system examples with constraints 1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints Planar unicycle 12 / 72
  • 14. 13 / 24 2021/10/8 Constraints • Configuration space can be represented by vector: ("#, "%, "&,"') ∈ ℝ' • These four joints always satisfy these equations: • Degree of Freedom: one • It’s a holonomic constraint because it reduces degrees of freedom in the system • Holonomic constraint vs. nonholonomic constraint Planar four-bar linkage 1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 13 / 72
  • 15. 14 / 24 2021/10/8 Holonomic/Nonholonomic Constraint • If we set !: dimensions of configuration space " = ("%, … , "() *: number of independent constraints A question: whether the system could be moved between two arbitrary states without violating the velocity constraint? • Holonomic constraints can be represented locally as algebraic constraints: ℎ " = 0, ℎ ∶ ℝ( → ℝ0 Answer: No • Nonholonomic constraints can be represented as ℎ ", ̇ " = 0 Answer: Yes 1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 14 / 72
  • 16. 15 / 24 2021/10/8 Holonomic constraint • Holonomic constraints can be represented locally as algebraic constraints: ℎ " = 0, ℎ ∶ ℝ( → ℝ* • And the matrix is full row rank • Constraint force Constraint forces do no work (will be explained later) 1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 15 / 72
  • 17. 16 / 24 2021/10/8 Pfaffian constraint • Pfaffian constraint: generally we write velocity constraints as: • However, if there exist a vector-valued function such that Pfaffian constraint is integrable Pfaffian constraint is equivalent to a holonomic constraint • Otherwise, pfaffian constraint which is not integrable is an example of a non-holonomic constraint (not all). • Constraint forces where represents a set of ! velocity constraints. 1. Lagrange’s Equations with Constraints 1.1. Pfaffian constraints 16 / 72
  • 18. 17 / 24 2021/10/8 Dynamics with Constraints • Goal: derive the equations of motion for a mechanical system with configuration ! ∈ ℝ$ subject to a set of Pfaffian constraints. Mechanical system: constraints are everywhere smooth and linearly Lagrangian: kinetic energy minus potential energy Constraint: • Let’s write the equations of motion considering the constraint can affects the motion additionally: : relative magnitudes of constraint forces, also called Lagrange multipliers Constraint forces Nonconservative and externally applied forces 1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 17 / 72
  • 19. 18 / 24 2021/10/8 Dynamics with Constraints • 3 Steps for calculating the equation of motion with constraints Write the equations of motion (done, but Lagrange multipliers are unknown) Solve these multipliers because each !" will be a function with #, ̇ #, Υ Substituting them back into the equations of motion • We will show how to solve the multipliers ! in : Differentiate the constraint equation (6.3) ⇒ (6.3.1) Write Lagrange’s equations like this (6.5) Solve (6.5) for ̈ # and substitute into (6.3.1), and we will get So finally If constraints are independent, this matrix is full rank 1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 18 / 72
  • 20. 19 / 24 2021/10/8 Dynamics with Constraints Write the equations of motion Solve these multipliers Substituting them back into the equations of motion • Configuration • Constraint • Pfaffian constraint • No constraint Lagrangian • Substitude these formulation into • So Lagrangian with constraint will be: Forces that move the pendulum Forces against constraints Unknown, let’s move to step 1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 19 / 72
  • 21. 20 / 24 2021/10/8 Dynamics with Constraints Write the equations of motion Solve these multipliers Substituting them back into the equations of motion • Solve Lagrange Multipliers using this: 1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 20 / 72
  • 22. 21 / 24 2021/10/8 Dynamics with Constraints Write the equations of motion Solve these multipliers Substituting them back into the equations of motion • Finally the equations of motion are: 1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 21 / 72
  • 23. 22 / 24 2021/10/8 Dynamics with Constraints Write the equations of motion Solve these multipliers Substituting them back into the equations of motion • This is a second-order differential equation in two variables !, # • But system only has one degree of freedom • Thus, we have increased the number of variables required to represent the motion of the system. • Additionally, we can obtain constraint force: tension $ in the rod: $ 1. Lagrange’s Equations with Constraints 1.2. Lagrange multipliers 22 / 72
  • 24. 23 / 24 2021/10/8 Lagrange-D’Alembert Equation Movement orientation Tension !" • D’Alembert’s principle: constraint forces do no work for any instantaneous motion which satisfies the constraints. Given configuration " ∈ ℝ%, Virtual displacement !" ∈ ℝ%, an arbitrary infinitesimal displacement which satisfies the constraints • The reason why we introduce D’Alembert’s principle: Project motion onto the feasible direction, ignore constraint forces Obtain a more concise equation of the dynamics This example can show that constraint forces do no work Constraint forces Nonconservative and externally applied forces Lagrange equation can become this when Eliminating constraint force ⇒ 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 23 / 72
  • 25. 24 / 24 2021/10/8 Lagrange-D’Alembert Equation Configuration ! = ($, &, ', () Velocity constraints *+: driving torque on the wheel *,: steering torque (about the vertical axis) :inertia about the horizontal (rolling) axis :inertia about the vertical axis A rolling disk that rolls without slipping • Let’s use Lagrange-d’Alembert equation to solve the dynamics for a rolling disk ⇔ • Lagrangian will be: 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 24 / 72
  • 26. 25 / 24 2021/10/8 Lagrange-D’Alembert Equation • Virtual displacement • Lagrange-d’Alembert equations Write the equations of motion Reduce the configuration Further simplify the equation 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 25 / 72
  • 27. 26 / 24 2021/10/8 Lagrange-D’Alembert Equation • Virtual displacement • Lagrange-d’Alembert equations • Equation can be written without • Since are free, the dynamics become: Write the equations of motion Reduce the configuration Further simplify the equation ⇓From constraint we can solve 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 26 / 72
  • 28. 27 / 24 2021/10/8 Lagrange-D’Alembert Equation • We have dynamics equation: • We can eliminate by differentiating the constraints • Finally, it’s second-order differential equation in ! and " ⇒ Write the equations of motion Reduce the configuration Further simplify the equation 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation ↔ %&' 27 / 72
  • 29. 28 / 24 2021/10/8 Lagrange-D’Alembert Equation • Let’s summarize this rolling disk dynamics (a nonholonomic system). • Given the trajectory of ! and ", we can determine the trajectory of the disk as it rolls along the plane. • The equation of motion is 1 + 2 1. A second-order equations in a reduced set of variables plus 2. A set of first-order equations Write the equations of motion Reduce the configuration Further simplify the equation 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 28 / 72
  • 30. 29 / 24 2021/10/8 • Let’s wrap it up with mathematical formulations • Goal: get a more explicit description of the dynamics Lagrange-d’Alembert equation Rewrite these: So that we can use to eliminate . ( is free or unconstrainted) We can eliminate ̇ "# ̈ , "# using the constraint ̇ "# = −(# )* (* ̇ "* Lagrange-D’Alembert Equation ⇒ 1. Lagrange’s Equations with Constraints 1.3. Lagrange-d’Alembert formulation 29 / 72
  • 31. 30 / 24 2021/10/8 • When we calculate the dynamics for a mechanical system with nonholonomic system • Wrong: directly substitute the constraints to the equations of motion to eliminate the constraints • For example: Configuration Constraints (nonholonomic) Lagrangian (for simplicity, assume it doesn’t depend on !) Substitute Lagrangian to the Lagrange-d’Alembert equation Rearranging terms and we obtain: Nonholonomic System ⇒ 1. Lagrange’s Equations with Constraints 1.4. The nature of nonholonomic constraints 30 / 72
  • 32. 31 / 24 2021/10/8 • When we calculate the dynamics for a mechanical system with nonholonomic system • Wrong: directly substitute the constraints to the equations of motion to eliminate the constraints • For example: Let’s look at the final equations If we directly substitute the constraints to the equations of motion, we will get these spurious terms, the final dynamic equations are wrong Nonholonomic System Exactly Lagrange-d’Alembert equation Spurious terms 1. Lagrange’s Equations with Constraints 1.4. The nature of nonholonomic constraints 31 / 72
  • 33. 32 / 24 2021/10/8 • When we calculate the dynamics for a mechanical system with nonholonomic system • Wrong: directly substitute the constraints to the equations of motion to eliminate the constraints • Is it still wrong for a holonomic system? We know the constraint is integrable, so that there exists ℎ(#) such that So that for the right side So for a holonomic system, if we substitute the constraints to the equations of motion, we can still get a correct equations of motion Holonomic System ⇒ = 0 1. Lagrange’s Equations with Constraints 1.4. The nature of nonholonomic constraints 32 / 72
  • 34. 33 / 24 2021/10/8 Contents of This Talk • Recall some previous knowledge • Lagrange’s Equations with Constraints • Robot Hand Dynamics Derivation and properties Internal forces Other robot systems • Redundant and Nonmanipulable Robot Systems • Kinematics and Statics of Tendon Actuation • Control of Robot Hand 2. Robot Hand Dynamics Outline 33 / 72
  • 35. 34 / 24 2021/10/8 Equation of Motion Dynamics of the fingers (using Lagrangian) Joint angles for all fingers: Joint torques for all fingers: Dynamics of the object (Newton-Euler equation) If object is subject to gravity alone: In Newton-Euler method: object !" = (%, ') ∈ *+(3) 2. Robot Hand Dynamics 2.1. Derivation and properties 34 / 72
  • 36. 35 / 24 2021/10/8 Equation of Motion Dynamics of the object (To apply Lagrangian-d’Alembert equation) It’s the relationship between the finger velocity and object velocity We have to convert object from !"(3) to local coordinate, which is: &' = (), +) ∈ !" 3 ⇒ & ∈ ℝ/ So that the object dynamics can be written as: Grasp constraints * Chapter 5 5.5 Grasp Constraints Three assumptions of grasping 1) The grasp is force-closure and manipulable 2) The hand Jacobian is invertible 3) The contact forces remain in the friction cone at all times 2. Robot Hand Dynamics 2.1. Derivation and properties 35 / 72
  • 37. 36 / 24 2021/10/8 Equation of Motion Dynamics of the system (Apply Lagrangian-d’Alembert equation) • Configuration: ! = ($, &) • Lagrangian: • Virtual displacement: (! = ($, (& • Constraints: • Lagrange-d’Alembert equations: Apply steps from last section to using Lagrangian-d’Alembert equation Write the equations of motion Reduce the configuration Further simplify the equation −*+ ,- ̇ $ ̇ & = 0 Recall Lagrangian-d’Alembert equation −*+ ,- ($ (& = 0 ($ = *+ 01 ,- (& 2. Robot Hand Dynamics 2.1. Derivation and properties 36 / 72
  • 38. 37 / 24 2021/10/8 Equation of Motion • Configuration: ! = ($, &) • Lagrangian: • Virtual displacement: (! = (($, (&) • Lagrange-d’Alembert equations: • Since (& is free: Apply steps from last section to using Lagrangian-d’Alembert equation Write the equations of motion Reduce the configuration Further simplify the equation = 0 Dynamics of the system (Apply Lagrangian-d’Alembert equation) 2. Robot Hand Dynamics 2.1. Derivation and properties 37 / 72
  • 39. 38 / 24 2021/10/8 Equation of Motion Dynamics of the system (Apply Lagrangian-d’Alembert equation) • Furthermore, eliminate ̇ ", ̈ ", and obtain the final equation of motion: Apply steps from last section to using Lagrangian-d’Alembert equation Write the equations of motion Reduce the configuration Further simplify the equation 2. Robot Hand Dynamics 2.1. Derivation and properties 38 / 72
  • 40. 39 / 24 2021/10/8 Equation of Motion (Conclusion) • Equation of motion for robot hand • Properties of the derived equation of motion (Temporally Proof omitted) If a grasp is force-closure, this term is internal forces 2. Robot Hand Dynamics 2.1. Derivation and properties 39 / 72
  • 41. 40 / 24 2021/10/8 Finding Contact Force • Goal: Find the instantaneous contact forces during motion. • Internal forces: if a grasp is force-closure, then there exist contact forces which produce no net wrench on the object. • In dynamics, internal forces maps joint torques into object forces. If , no net wrench is generated But even if , internal forces still exists due to those constraint forces which the Lagrange-d’Alembert equations eliminated. • Recall full equation of motion with pfaffian constraints: Lagrangian multiplier !: contact forces 2. Robot Hand Dynamics 2.2. Internal forces 40 / 72
  • 42. 41 / 24 2021/10/8 • Solve for Lagrange multiplier using results in Section 1.2. Lagrange Multipliers • Another method to solve for constraint forces If !" is invertible, directly using the joint acceleration. Finding Contact Force # $ ̅ & # ' 2. Robot Hand Dynamics 2.2. Internal forces 41 / 72
  • 43. 42 / 24 2021/10/8 Other Robot Systems • Let’s see some examples. • Robot system subject to constrains of have dynamics with the same form and structure we introduced before. Coordinated lifting 2. Robot Hand Dynamics 2.3. Other robot systems 42 / 72
  • 44. 43 / 24 2021/10/8 Other Robot Systems Workspace dynamics Motoman robot performing a welding task Robot grasping a welding tool • , Jacobian: • Kinematics: • Dynamics: Dynamics of the welding tool Dynamics of the system 2. Robot Hand Dynamics 2.3. Other robot systems 43 / 72
  • 45. 44 / 24 2021/10/8 Other Robot Systems • This kind of tasks consist of both a desired motion and a desired force • Constraint: ℎ ", $ = 0 • Dynamics: Hybrid position/force dynamics Robot writing on a planar 2. Robot Hand Dynamics 2.3. Other robot systems 44 / 72
  • 46. 45 / 24 2021/10/8 Contents of This Talk • Recall • Lagrange’s Equations with Constraints • Robot Hand Dynamics • Redundant and Nonmanipulable Robot Systems Dynamics of redundant manipulator Nonmanipulable grasps Example: Two-fingered SCARA grasp • Kinematics and Statics of Tendon Actuation • Control of Robot Hand 3. Redundant and Nonmanipulable Robot Systems Outline 45 / 72
  • 47. 46 / 24 2021/10/8 Dynamics for These Robot Systems (Conclusion) • How to analyze dynamics redundant and/or nonmanipulable robot systems subject to constraints? • Constraints: Redundant Nonmanipulable What it is Constraints introduce kinematic/actuator redundancy into robot system. • Kinematic redundancy :finger motions which do not affect object motion. • Actuator redundancy : finger forces which do not affect object motion. i.e., Internal forces. • Manipulable: when arbitrary motions can be generated by fingers • Nonmanipulable: when finger motion cannot achieve some motions of the individual contacts. What !" looks like • !" has a non-trivial null space, which describes those joint motions. • !" is not full row rank • !" does not span the range of #$ How to write equation of motion Extend the constraints by brining %" which spans the null space of !". Rewrite the constraints by bringing & which spans the space of allowable object trajectories. 3. Redundant and Nonmanipulable Robot Systems 3.0. Conclusion 46 / 72
  • 48. 47 / 24 2021/10/8 • Write the basic grasp constraints: i. Solve for redundancy ii. Solve for Nonmanipulable Examples: Two-fingered SCARA grasp Notice this !"($) is not invertible 3. Redundant and Nonmanipulable Robot Systems 3.0. Examples 47 / 72
  • 49. 48 / 24 2021/10/8 • Define ! where "# "$ = !('). We define ℎ ' = ('** + '*, + '*-, ',* + ',, + ',-) So that !* = 1 1 0 0 1 0 0 0 , !, = 0 0 1 1 0 0 1 0 • Expand the constraints: • Notice we increased the internal variables to describe the internal motion. i.e. velocity ̇ 2. • But it does not alter the nonmanipulable nature since 34 still does not span the range of 56. Examples: i. Solve for Redundancy 3. Redundant and Nonmanipulable Robot Systems 3.1. Dynamics of redundant manipulators 48 / 72
  • 50. 49 / 24 2021/10/8 • Define the space of allowable object velocities ⇑ It has " dimensions i.e. Object can move along [0,1,0,0,0,0]( i.e. But object cannot move along [0,0,0,0,1,0]( (Rotating around Y-axis) • Next, we construct a matrix ) *, + ∈ ℝ.×0 using 1 *, + Every column of ) is the allowing object velocity in 1 (basis) • Rewrite grasp constraints: Examples: ii. Solve for Nonmanipulable ̇ + ∈ ℝ. : object velocity 3 ∈ ℝ0 : object velocity in terms of the basis of ) Recall rewritten formulation 3. Redundant and Nonmanipulable Robot Systems 3.1. Nonmanipulable grasps 49 / 72
  • 51. 50 / 24 2021/10/8 Contents of This Talk • Recall • Lagrange’s Equations with Constraints • Robot Hand Dynamics • Redundant and Nonmanipulable Robot Systems • Kinematics and Statics of Tendon Actuation Inelastic tendons Elastic tendons Analysis and control of tendon-driven fingers • Control of Robot Hand 4. Kinematics and Statics of Tendon Actuation Outline 50 / 72
  • 52. 51 / 24 2021/10/8 Tendon-Driven Finger • Introduce a mechanism to carry forces from an actuator to the appropriate joint. • Model the routing of each tendon by an extension function: ℎ": Q → ℝ It measures the displacement of tendon end and the joint angles of the finger i.e. A simple tendon-driven finger Consists of linkages, tendons, gears, and pulleys '": Nominal extension (at ( = 0) +",: radius of the --th joint pulley 4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 51 / 72
  • 53. 52 / 24 2021/10/8 Inelastic Tendons • Introduce a mechanism to carry forces from an actuator to the appropriate joint. • Model the routing of each tendon by an extension function: ℎ": Q → ℝ It measures the displacement of tendon end and the joint angles of the finger i.e. A finger which is actuated by a set of inelastic tendons '": Nominal extension (at ( = 0) +",: radius of the --th joint pulley 4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 52 / 72
  • 54. 53 / 24 2021/10/8 Inelastic Tendons • Finger examples and their extension functions Example of tendon routing with non linear extension function Planar tendon-driven finger • Extension functions: • Extension functions: 4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 53 / 72
  • 55. 54 / 24 2021/10/8 Inelastic Tendons • Let’s define the relationships between the tendon forces and the joint torques using tendon extension functions. Tendon extensions vectors with ! tendons: " = ℎ % ∈ ℝ( Define coupling matrix: ) % = *+, *- % mapping tendon forces and the joint torques So Since work done by the tendons must equal that done by the fingers (conservation of energy): where . ∈ ℝ( is the force applied to the tendons tends. • Combined kinematics and dynamics: 4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 54 / 72
  • 56. 55 / 24 2021/10/8 Inelastic Tendons • • • An example Extension function Coupling matrix Tendon forces Joint torques Coupling matrix Planar tendon-driven finger 4. Kinematics and Statics of Tendon Actuation 4.1. Inelastic tendons 55 / 72
  • 57. 56 / 24 2021/10/8 Elastic Tendons • Applying a single spring element at the base of the tendon: Planar finger with position-controlled elastic tendons • Extension functions • Coupling Matrix • We also want to establish the relationship between tendon extension and the joint torques using a new coupling matrix 4. Kinematics and Statics of Tendon Actuation 4.2. Elastic tendons 56 / 72
  • 58. 57 / 24 2021/10/8 Elastic Tendons • Let’s define the relationships between the tendon extension and the joint torques using a new coupling matrix. • Extension of the tendon as commanded by the actuator: !" • Extension of the tendon due to the mechanism: ℎ"(θ) • Net force applied to tendons: • Define ': diagonal matrix of tendon stiffnesses, where (" is the stiffness of )-th tendon • Write dynamics: New coupling matrix Models the stiffness of the tendon network 4. Kinematics and Statics of Tendon Actuation 4.2. Elastic tendons 57 / 72
  • 59. 58 / 24 2021/10/8 Elastic Tendons • • • An example (top-right finger): We already wrote the extension functionℎ", ℎ$, ℎ%, ℎ& and coupling matrix '()) Stiffness matrix Overall stiffness: New coupling matrix that mapping joint torques and tendon extension Tendon extension Joint torques New coupling matrix + = -., - ≔ '0 Planar finger with position-controlled elastic tendons 4. Kinematics and Statics of Tendon Actuation 4.2. Elastic tendons 58 / 72
  • 60. 59 / 24 2021/10/8 Control of Tendon-Driven Fingers • First, define a tendon network is force-closure: For any ! ∈ ℝ$ there exists a set of forces % ∈ ℝ& such that So the necessary and sufficient condition is ' be surjective and there exist a strictly positive vector of internal forces %( ∈ ℝ&, %(,* > 0 such that • Verify the necessary number of tendons to construct a force-closure tendon network: “N+1” tendon configuration: • N tendons which generate torques in the opposite direction • 1 tendon which pulls on all of the joints in one direction “2N” tendon configuration: • 2 tendons to each joint (total N joints), acting in opposite directions 4. Kinematics and Statics of Tendon Actuation 4.3. Analysis and control of tendon-driven fingers 59 / 72
  • 61. 60 / 24 2021/10/8 Control of Tendon-Driven Fingers • Next, write the tendon forces for inelastic tendons: • Also, let’s move on to elastic tendons: We must solve the following equations: How to solve: assume tendon network is force-closure, there exists a vector of extensions !" ∈ ℝ% such that !",' > 0 and *+!" = 0, so we will choose very large !" we can obtain: pseudo-inversed coupling matrix Internal forces to ensure all ℎ > 0 4. Kinematics and Statics of Tendon Actuation 4.3. Analysis and control of tendon-driven fingers 60 / 72
  • 62. 61 / 24 2021/10/8 Contents of This Talk • Recall • Lagrange’s Equations with Constraints • Robot Hand Dynamics • Redundant and Nonmanipulable Robot Systems • Kinematics and Statics of Tendon Actuation • Control of Robot Hand Extending controllers Hierarchical control structures 5. Control of Robot Hand Outline 61 / 72
  • 63. 62 / 24 2021/10/8 Control • Recall some definition in Chapter 4: • Position control: given a designed trajectory, how should the joint torques be chosen to follow that trajectory? Desired motion: !" Actual motion: ! Error: # = !" − θ Constant gain matrices: '(, '* Dynamics (without constraints): Computed torque control law: Computing torque A simple model of robot closed- loop control system 5. Control of Robot Hand 5.1. Extending controllers 62 / 72
  • 64. 63 / 24 2021/10/8 Control • Here, we consider robot hand control as control problems with constraints • We derived dynamics of this kind of constrained system Error: ! ≔ # − #% • Let’s achieve these two goal one by one Goal How to achieve? i. Tracking a given object/workspace trajectory Find joint torques which satisfy the tracking requirement ii. Maintaining a desired internal force Add sufficient internal forces to keep the contact forces inside the appropriate friction cones 5. Control of Robot Hand 5.1. Extending controllers 63 / 72
  • 65. 64 / 24 2021/10/8 i. Tracking Trajectory • Given a desired workspace trajectory !"($) Computed torque controller: From we can find & than satisfying ' (actually we could find extra & that corresponds to internal forces) Solve for &: 5. Control of Robot Hand 5.1. Extending controllers 64 / 72
  • 66. 65 / 24 2021/10/8 ii. Maintaining Internal Forces • !" must be chosen such that the net contact force lies in the friction cone FC • Two ways to solve for internal forces Method 1: compute final control law Method 2: measure the applied internal forces and adjust !" using a second feedback control law. 5. Control of Robot Hand 5.1. Extending controllers 65 / 72
  • 67. 66 / 24 2021/10/8 Hierarchical Control Structures • A multifingered robot hand can be modeled as a set of robots which are coupled to each other and an object by a set of velocity constraints • Let’s establish the control system following these steps: 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures 66 / 72
  • 68. 67 / 24 2021/10/8 Hierarchical Control Structures 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures • A robot: model all mechanisms as a generalized object • This is system dynamics: • System dynamic parameter: !, #, $ A robot %& '& % ' Input Desired position/force Output Actual position/force 67 / 72
  • 69. 68 / 24 2021/10/8 Hierarchical Control Structures 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures • Attach operation: create a new robot object from the attachment (two or more robots) • System dynamic parameters: ! ", $ %, ! & (on the left) 68 / 72
  • 70. 69 / 24 2021/10/8 Hierarchical Control Structures 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures 69 / 72
  • 71. 70 / 24 2021/10/8 Hierarchical Control Structures 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures 70 / 72
  • 72. 71 / 24 2021/10/8 Hierarchical Control Structures 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures Compute torque without error correction A hierarchical controller for multifingered grasping 71 / 72
  • 73. 72 / 24 2021/10/8 Hierarchical Control Structures 1. Defining robots 2. Attaching robots 3. Controlling robots 4. Building hierarchical controllers 5. Control of Robot Hand 5.2. Hierarchical control structures Compute torque without error correction 72 / 72