机器人学基础-第7章-机器人轨迹规划-蔡自兴

上传人:hs****ma 文档编号:571807665 上传时间:2024-08-12 格式:PPT 页数:54 大小:1.50MB
返回 下载 相关 举报
机器人学基础-第7章-机器人轨迹规划-蔡自兴_第1页
第1页 / 共54页
机器人学基础-第7章-机器人轨迹规划-蔡自兴_第2页
第2页 / 共54页
机器人学基础-第7章-机器人轨迹规划-蔡自兴_第3页
第3页 / 共54页
机器人学基础-第7章-机器人轨迹规划-蔡自兴_第4页
第4页 / 共54页
机器人学基础-第7章-机器人轨迹规划-蔡自兴_第5页
第5页 / 共54页
点击查看更多>>
资源描述

《机器人学基础-第7章-机器人轨迹规划-蔡自兴》由会员分享,可在线阅读,更多相关《机器人学基础-第7章-机器人轨迹规划-蔡自兴(54页珍藏版)》请在金锄头文库上搜索。

1、中南大学中南大学蔡自兴,谢蔡自兴,谢 斌斌zxcai, 2010机器人学基础机器人学基础第七章第七章 机器人轨迹规划机器人轨迹规划1Ch.7 Trajectory Planning of RobotsFundamentals of Robotics2021/8/141Ch.7 Trajectory Planning of Robots 2Ch.7 Trajectory Planning of Robots2021/8/142Ch.7 Trajectory Planning of Robots 3Ch.7 Trajectory Planning of Robots2021/8/1437.1 Ge

2、neral Considerations in Trajectory Planning 轨迹规划应考虑的问题轨迹规划应考虑的问题Basic Problem:Move the manipulator arm from some initial position to some desired final position (May be going through some via points).47.1 General considerations2021/8/1447.1 General Considerations in Trajectory PlanningTrajectory : T

3、ime history of position, velocity and acceleration for each DOFPath points : Initial, final and via pointsConstraints: Spatial, time, smoothness57.1 General considerations2021/8/145Joint spaceEasy to go through via points(Solve inverse kinematics at all path points)No problems with singularitiesLess

4、 calculationsCan not follow straight lineCartesian spaceWe can track a shape(for orientation : equivalent axes, Euler angles,)More expensive at run time(after the path is calculated need joint angles in a lot of points)Discontinuity problems6General Considerations - Solution Space7.1 General conside

5、rations2021/8/146Cartesian planning difficulties:7General Considerations - Solution Space7.1 General considerationsInitial (A) and Goal (B) Points are reachable, but intermediate points (C) unreachable.2021/8/147Ch.7 Trajectory Planning of Robots 8Ch.7 Trajectory Planning of Robots2021/8/148Joint-Sp

6、ace SchemesEach path point is converted into a set of desired joint angles by application of the inverse kinematics. A smooth function is found for each of the n joints which pass through the via points and end at the goal point. Time required for each segment is the same for each joint. The determi

7、nation of the desired joint angle function for a particular joint is independent with other joints.97.2 Interpolated Calculation of Joint Trajectories 关节轨迹的插值计算关节轨迹的插值计算7.2 JointSpace Schemes2021/8/149Choice of interpolation function is not unique!10Joint-Space Schemes 7.2 JointSpace SchemesSeveral

8、possible path shapes for a single joint.2021/8/1410Some possible interpolation functions:Cubic polynomials Cubic polynomials for a path with via pointsHigher-order polynomials Linear function with parabolic blendsLinear function with parabolic blends for a path with via points11Joint-Space Schemes 7

9、.2 JointSpace Schemes2021/8/1411In making a single smooth motion, at least four constraints on are evident:127.2.1 Cubic Polynomials 三次多项式插值三次多项式插值7.2 JointSpace Schemes2021/8/1412Combining the four constraints yields four equations with four unknowns:137.2.1 Cubic Polynomials7.2 JointSpace Schemes2

10、021/8/1413These four constraints uniquely specify a particular cubic: 147.2.1 Cubic PolynomialsThe joint velocity and acceleration along this path are:7.2 JointSpace Schemes2021/8/1414Eg. 7.1 A single-link robot with a rotary joint is motionless at = 15 degrees. It is desired to move the joint in a

11、smooth manner to = 75 degrees in 3 seconds. Find the coefficients of a cubic which accomplishes this motion and brings the manipulator to rest at the goal. Plot the position, velocity, and acceleration of the joint as a function of time.157.2.1 Cubic Polynomials7.2 JointSpace Schemes2021/8/1415Solut

12、ion: Plugging 0 =15,f =75,tf = 3 into (7.6), we find167.2.1 Cubic Polynomials7.2 JointSpace Schemes2021/8/1416Solution:177.2.1 Cubic Polynomials7.2 JointSpace SchemesStarts at 15 degrees and ends at 75 degrees!2021/8/1417Solution:187.2.1 Cubic Polynomials7.2 JointSpace SchemesStarts and ends at rest

13、!2021/8/1418Solution:197.2.1 Cubic Polynomials7.2 JointSpace SchemesAcceleration profile is linear!2021/8/1419If we come to rest at each pointuse formula from previous slideor continuous motion (no stops)need velocities at intermediate points:Initial Conditions:207.2.2 Cubic polynomials with via poi

14、nts 过路径点的三次多项式插值过路径点的三次多项式插值7.2 JointSpace SchemesSolutions:2021/8/1420How to specify velocity at the via points:The user specifies the desired velocity at each via point in terms of a Cartesian linear and angular velocity of the tool frame at that instant.The system automatically chooses the veloci

15、ties at the via points by applying a suitable heuristic in either Cartesian space or joint space (average of 2 sides etc.).The system automatically chooses the velocities at the via points in such a way as to cause the acceleration at the via points to be continuous.217.2 JointSpace Schemes7.2.2 Cub

16、ic polynomials with via points2021/8/1421Higher order polynomials are sometimes used for path segments. For example, if we wish to be able to specify the position, velocity, and acceleration at the beginning and end of a path segment, a quintic polynomial is required:227.2.3 Higher-order polynomials

17、高阶多项式插值高阶多项式插值7.2 JointSpace Schemes2021/8/1422Where the constraints are given as:237.2.3 Higher-order polynomials7.2 JointSpace Schemes2021/8/1423Solution to these equations:247.2.3 Higher-order polynomials7.2 JointSpace Schemes2021/8/1424Linear interpolation (Straight line):Note: Although the moti

18、on of each joint in this scheme is linear, the end-effector in general does not move in a straight line in space.257.2.4 Linear function with parabolic blends 用抛物线过渡的线性插值用抛物线过渡的线性插值7.2 JointSpace SchemesDiscontinuous velocity - can not be controlled!2021/8/1425To create a smooth path with continous

19、position and velocity, we start with the linear function but add a parabolic blend region at each path point. Constant acceleration is used during the blend portion to change velocity smoothly.267.2.4 Linear function with parabolic blends7.2 JointSpace Schemes2021/8/1426Assume that the parabolic ble

20、nds both have the same duration, and therefore the same constant acceleration (modulo a sign). There are many solutions to the problem-but the answer is always symmetric about the halfway point.277.2.4 Linear function with parabolic blends7.2 JointSpace Schemes2021/8/1427The velocity at the end of t

21、he blend region must equal the velocity of the linear section:287.2.4 Linear function with parabolic blends7.2 JointSpace Schemes2021/8/1428Let t=2th ,combining (7.13) and (7.14)297.2.4 Linear function with parabolic blendsThe acceleration chosen must be sufficiently high, to ensure the existence of

22、 a solution:7.2 JointSpace Schemes2021/8/1429Below shows a set of joint space via points for some joints. Linear functions connect the via points, and parabolic blend regions are added around each via point.307.2.5 Linear function with parabolic blendsfor a path with via points过路径点的用抛物线过渡的线性插值过路径点的用

23、抛物线过渡的线性插值7.2 JointSpace SchemesMulti-segment linear path with blends.2021/8/1430Given:positionsdesired time durations the magnitudes of the accelerationsCompute:blends timesstraight segment times slopes (velocities)signed accelerations317.2 JointSpace Schemes7.2.5 Linear function with parabolic ble

24、ndsfor a path with via points2021/8/1431Inside segment:327.2 JointSpace Schemes7.2.5 Linear function with parabolic blendsfor a path with via points2021/8/1432First segment:337.2 JointSpace Schemes7.2.5 Linear function with parabolic blendsfor a path with via points2021/8/1433Last segment:347.2 Join

25、tSpace Schemes7.2.5 Linear function with parabolic blendsfor a path with via points2021/8/1434To go through the actual via points:Introduce “Pseudo Via Points”Use sufficiently high acceleration357.2 JointSpace Schemes7.2.5 Linear function with parabolic blendsfor a path with via points2021/8/1435Ch.

26、7 Trajectory Planning of Robots 36Ch.7 Trajectory Planning of Robots2021/8/1436When path shapes are described in terms of functions of Cartesian position and orientation, we can also specify the spatial shape of the path between path points. The most common path shape is a straight line; but circula

27、r, sinusoidal, or other path shapes could be used.Cartesian schemes are more computationally expensive to execute since at run time, inverse kinematics must be solved at the path update rate. 7.3 Cartesian-Space Schemes377.3 Cartesian-Space Schemes2021/8/1437Description of a task7.3 Cartesian-Space

28、Schemes387.3 Cartesian-Space Schemes2021/8/1438Cartesian straight line motionMove from point Pi to Pi+1 , which described by relative homogenous transformation:7.3 Cartesian-Space Schemes397.3 Cartesian-Space Schemes2021/8/1439In order to ensure continuous velocities in trajectory, a spline of linea

29、r functions with parabolic blends is always used. During the linear portion of each segment, since all three components of position change in a linear fashion, the end-effector will move along a linear path in space. 7.3 Cartesian-Space Schemes407.3 Cartesian-Space Schemes2021/8/1440Cartesian planni

30、ng difficulties (1/3):41Initial (A) and Goal (B) Points are reachable, but intermediate points (C) unreachable.7.3 Cartesian-Space Schemes7.3 Cartesian-Space Schemes2021/8/144142Approaching singularities some joint velocities go to causing deviation from the path.7.3 Cartesian-Space Schemes7.3 Carte

31、sian-Space SchemesCartesian planning difficulties (2/3):2021/8/144243Start point (A) and goal point (B) are reachable in different joint space solutions (The middle points are reachable from below.)7.3 Cartesian-Space Schemes7.3 Cartesian-Space SchemesCartesian planning difficulties (3/3):2021/8/144

32、3Ch.7 Trajectory Planning of Robots 44Ch.7 Trajectory Planning of Robots2021/8/14447.4 Path Generation at Real-TimeAt run time the path generator routine constructs the trajectory, usually in terms of , and feeds this information to the manipulators control system. This path generator computes the t

33、rajectory at the path update rate.7.4 Path Generation at Run Time452021/8/14457.4.1 Generation of joint space pathsIn the case of cubic splines, the path generator simply computes (7.3) and (7.4) as t is advanced. When the end of one segment is reached, a new set of cubic coefficients is recalled, t

34、 is set back to zero, and the generation continues.7.4 Path Generation at Run Time462021/8/1446In the case of linear splines with parabolic blends, the value of time, t, is checked on each update to determine whether we are currently in the linear or the blend portion of the segment.In the linear po

35、rtion, the trajectory for each joint is calculated as7.4 Path Generation at Run Time477.4.1 Generation of joint space paths2021/8/1447In the case of linear splines with parabolic blends, the value of time, t, is checked on each update to determine whether we are currently in the linear or the blend

36、portion of the segment.In the blend region, the trajectory for each joint is calculated as7.4 Path Generation at Run Time487.4.1 Generation of joint space paths2021/8/1448In the case of linear spline with parabolic blends path. Rewrite (7.45) and (7.46) with the symbol X representing a component of

37、the Cartesian position and orientation vector. In the linear portion of the segment, each degree of freedom in X is calcuated as7.4 Path Generation at Run Time497.4.2 Generation of Cartesian space paths2021/8/1449In the case of linear spline with parabolic blends path. Rewrite (7.45) and (7.46) with

38、 the symbol X representing a component of the Cartesian position and orientation vector. In the blend region, the trajectory for each degree of freedom is calculated as7.4 Path Generation at Run Time507.4.2 Generation of Cartesian space paths2021/8/1450Finally, this Cartesian trajectory ( ) must be

39、converted into equivalent joint space quantities. A complete analytical solution to this problem would use:inverse kinematics to calculate joint positions, inverse Jacobian for velocities, inverse Jacobian plus its derivative for accelerations.7.4 Path Generation at Run Time517.4.2 Generation of Car

40、tesian space paths2021/8/1451527.5 Summary 小结小结General Considerations in Robot Trajectory PlanningJoint-Space SchemesCubic polynomials Cubic polynomials for a path with via pointsHigher-order polynomials Linear function with parabolic blendsLinear function with parabolic blends for a path with via pointsCartesian-Space SchemesTrack of any desired shapeMore expensive at run timeDiscontinuity problemsReal Time Generation of Planning Trajectories7.5 Summary2021/8/1452Thank youFor Attention!Fundamentals of Robotics532021/8/1453部分资料从网络收集整理而来,供大家参考,感谢您的关注!

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 资格认证/考试 > 自考

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号