没有合适的资源?快使用搜索试试~ 我知道了~
首页Modern Robotics: Mechanics, Planning and Control (2017最新英文版,文字版带目录)
Modern Robotics: Mechanics, Planning and Control (2017最新英文版,文字版带...

机器人领域非常好的学习教材,作者是机器人领域的大佬。2017年最新英文版,文字版可复制,内容完整。带封面、带目录、带勘误表,全网唯一。
资源详情
资源评论
资源推荐


MODERN ROBOTICS
MECHANICS, PLANNING, AND CONTROL
Kevin M. Lynch and Frank C. Park
May 3, 2017
This document is the preprint version of
Modern Robotics
Mechanics, Planning, and Control
c
Kevin M. Lynch and Frank C. Park
This preprint is being made available for personal use only and not for further
distribution. The book will be published by Cambridge University Press in
May 2017, ISBN 9781107156302. Citations of the book should cite Cambridge
University Press as the publisher, with a publication date of 2017. Original
figures from this book may be reused provided proper citation is given. More
information on the book, including software, videos, and a feedback form can
be found at http://modernrobotics.org. Comments are welcome!


Contents
Foreword by Roger Brockett ix
Foreword by Matthew Mason xi
Preface xiii
1 Preview 1
2 Configuration Space 11
2.1 Degrees of Freedom of a Rigid Body . . . . . . . . . . . . . . . . 12
2.2 Degrees of Freedom of a Robot . . . . . . . . . . . . . . . . . . . 15
2.2.1 Robot Joints . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.2.2 Gr¨ubler’s Formula . . . . . . . . . . . . . . . . . . . . . . 17
2.3 Configuration Space: Topology and Representation . . . . . . . . 23
2.3.1 Configuration Space Topology . . . . . . . . . . . . . . . . 23
2.3.2 Configuration Space Representation . . . . . . . . . . . . 25
2.4 Configuration and Velocity Constraints . . . . . . . . . . . . . . . 29
2.5 Task Space and Workspace . . . . . . . . . . . . . . . . . . . . . 32
2.6 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2.7 Notes and References . . . . . . . . . . . . . . . . . . . . . . . . . 38
2.8 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
3 Rigid-Body Motions 59
3.1 Rigid-Body Motions in the Plane . . . . . . . . . . . . . . . . . . 62
3.2 Rotations and Angular Velocities . . . . . . . . . . . . . . . . . . 68
3.2.1 Rotation Matrices . . . . . . . . . . . . . . . . . . . . . . 68
3.2.2 Angular Velocities . . . . . . . . . . . . . . . . . . . . . . 76
3.2.3 Exponential Coordinate Representation of Rotation . . . 79
3.3 Rigid-Body Motions and Twists . . . . . . . . . . . . . . . . . . . 89
i

ii Contents
3.3.1 Homogeneous Transformation Matrices . . . . . . . . . . 89
3.3.2 Twists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
3.3.3 Exponential Coordinate Representation of Rigid-Body Mo-
tions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
3.4 Wrenches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
3.5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
3.6 Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
3.7 Notes and References . . . . . . . . . . . . . . . . . . . . . . . . . 115
3.8 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116
4 Forward Kinematics 137
4.1 Product of Exponentials Formula . . . . . . . . . . . . . . . . . . 140
4.1.1 First Formulation: Screw Axes in the Base Frame . . . . 141
4.1.2 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
4.1.3 Second Formulation: Screw Axes in the End-Effector Frame148
4.2 The Universal Robot Description Format . . . . . . . . . . . . . 152
4.3 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158
4.4 Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
4.5 Notes and References . . . . . . . . . . . . . . . . . . . . . . . . . 160
4.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
5 Velocity Kinematics and Statics 171
5.1 Manipulator Jacobian . . . . . . . . . . . . . . . . . . . . . . . . 178
5.1.1 Space Jacobian . . . . . . . . . . . . . . . . . . . . . . . . 178
5.1.2 Body Jacobian . . . . . . . . . . . . . . . . . . . . . . . . 183
5.1.3 Visualizing the Space and Body Jacobian . . . . . . . . . 185
5.1.4 Relationship between the Space and Body Jacobian . . . 187
5.1.5 Alternative Notions of the Jacobian . . . . . . . . . . . . 187
5.1.6 Looking Ahead to Inverse Velocity Kinematics . . . . . . 189
5.2 Statics of Open Chains . . . . . . . . . . . . . . . . . . . . . . . . 190
5.3 Singularity Analysis . . . . . . . . . . . . . . . . . . . . . . . . . 191
5.4 Manipulability . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
5.5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200
5.6 Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201
5.7 Notes and References . . . . . . . . . . . . . . . . . . . . . . . . . 201
5.8 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
6 Inverse Kinematics 219
6.1 Analytic Inverse Kinematics . . . . . . . . . . . . . . . . . . . . . 221
6.1.1 6R PUMA-Type Arm . . . . . . . . . . . . . . . . . . . . 221
6.1.2 Stanford-Type Arms . . . . . . . . . . . . . . . . . . . . . 225
May 2017 preprint of Modern Robotics, Lynch and Park, Cambridge U. Press, 2017. http://modernrobotics.org
剩余645页未读,继续阅读


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论1