九九热最新网址,777奇米四色米奇影院在线播放,国产精品18久久久久久久久久,中文有码视频,亚洲一区在线免费观看,国产91精品在线,婷婷丁香六月天

機(jī)器人學(xué)基礎(chǔ)-第7章-機(jī)器人軌跡規(guī)劃-蔡自興.ppt

上傳人:max****ui 文檔編號(hào):16270943 上傳時(shí)間:2020-09-24 格式:PPT 頁數(shù):53 大?。?.60MB
收藏 版權(quán)申訴 舉報(bào) 下載
機(jī)器人學(xué)基礎(chǔ)-第7章-機(jī)器人軌跡規(guī)劃-蔡自興.ppt_第1頁
第1頁 / 共53頁
機(jī)器人學(xué)基礎(chǔ)-第7章-機(jī)器人軌跡規(guī)劃-蔡自興.ppt_第2頁
第2頁 / 共53頁
機(jī)器人學(xué)基礎(chǔ)-第7章-機(jī)器人軌跡規(guī)劃-蔡自興.ppt_第3頁
第3頁 / 共53頁

下載文檔到電腦,查找使用更方便

14.9 積分

下載資源

還剩頁未讀,繼續(xù)閱讀

資源描述:

《機(jī)器人學(xué)基礎(chǔ)-第7章-機(jī)器人軌跡規(guī)劃-蔡自興.ppt》由會(huì)員分享,可在線閱讀,更多相關(guān)《機(jī)器人學(xué)基礎(chǔ)-第7章-機(jī)器人軌跡規(guī)劃-蔡自興.ppt(53頁珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。

1、中南大學(xué) 蔡自興,謝 斌 zxcai, 2010,機(jī)器人學(xué)基礎(chǔ)第七章 機(jī)器人軌跡規(guī)劃,1,Ch.7 Trajectory Planning of Robots,Fundamentals of Robotics,Ch.7 Trajectory Planning of Robots,2,Ch.7 Trajectory Planning of Robots,Ch.7 Trajectory Planning of Robots,3,Ch.7 Trajectory Planning of Robots,7.1 General Considerations in Trajectory Planning 軌

2、跡規(guī)劃應(yīng)考慮的問題,Basic Problem: Move the manipulator arm from some initial position to some desired final position (May be going through some via points).,4,7.1 General considerations,7.1 General Considerations in Trajectory Planning,Trajectory : Time history of position, velocity and acceleration for each

3、 DOF Path points : Initial, final and via points Constraints: Spatial, time, smoothness,5,7.1 General considerations,Joint space Easy to go through via points (Solve inverse kinematics at all path points) No problems with singularities Less calculations Can not follow straight line Cartesian space W

4、e 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 problems,6,General Considerations - Solution Space,7.1 General considerations,Cartesian planning difficulties:,7,General

5、 Considerations - Solution Space,7.1 General considerations,,,Initial (A) and Goal (B) Points are reachable, but intermediate points (C) unreachable.,Ch.7 Trajectory Planning of Robots,8,Ch.7 Trajectory Planning of Robots,Joint-Space Schemes Each path point is converted into a set of desired joint a

6、ngles 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 determination of the desired joint angle function for a particular joint is

7、independent with other joints.,9,7.2 Interpolated Calculation of Joint Trajectories 關(guān)節(jié)軌跡的插值計(jì)算,7.2 JointSpace Schemes,Choice of interpolation function is not unique!,10,Joint-Space Schemes,7.2 JointSpace Schemes,Several possible path shapes for a single joint.,Some possible interpolation functions: C

8、ubic polynomials Cubic polynomials for a path with via points Higher-order polynomials Linear function with parabolic blends Linear function with parabolic blends for a path with via points,11,Joint-Space Schemes,7.2 JointSpace Schemes,In making a single smooth motion, at least four constraints on

9、 are evident:,12,7.2.1 Cubic Polynomials 三次多項(xiàng)式插值,7.2 JointSpace Schemes,Combining the four constraints yields four equations with four unknowns:,13,7.2.1 Cubic Polynomials,7.2 JointSpace Schemes,,,These four constraints uniquely specify a particular cubic:,14,7.2.1 Cubic Polynomials,The joint veloci

10、ty and acceleration along this path are:,7.2 JointSpace Schemes,Eg. 7.1 A single-link robot with a rotary joint is motionless at = 15 degrees. It is desired to move the joint in a smooth manner to = 75 degrees in 3 seconds. Find the coefficients of a cubic which accomplishes this motion and brings t

11、he manipulator to rest at the goal. Plot the position, velocity, and acceleration of the joint as a function of time.,15,7.2.1 Cubic Polynomials,7.2 JointSpace Schemes,Solution: Plugging 0 =15,f =75,tf = 3 into (7.6), we find,16,7.2.1 Cubic Polynomials,,,,7.2 JointSpace Schemes,Solution:,17,7.2.1 Cu

12、bic Polynomials,,,7.2 JointSpace Schemes,Starts at 15 degrees and ends at 75 degrees!,Solution:,18,7.2.1 Cubic Polynomials,,,7.2 JointSpace Schemes,Starts and ends at rest!,Solution:,19,7.2.1 Cubic Polynomials,,7.2 JointSpace Schemes,Acceleration profile is linear!,,If we come to rest at each point

13、use formula from previous slide or continuous motion (no stops) need velocities at intermediate points: Initial Conditions:,20,7.2.2 Cubic polynomials with via points 過路徑點(diǎn)的三次多項(xiàng)式插值,7.2 JointSpace Schemes,,,Solutions:,,How to specify velocity at the via points: The user specifies the desired velocity

14、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 velocities at the via points by applying a suitable heuristic in either Cartesian space or joint space (average of 2 sides etc.). The system automatically cho

15、oses the velocities at the via points in such a way as to cause the acceleration at the via points to be continuous.,21,7.2 JointSpace Schemes,7.2.2 Cubic polynomials with via points,Higher order polynomials are sometimes used for path segments. For example, if we wish to be able to specify the posi

16、tion, velocity, and acceleration at the beginning and end of a path segment, a quintic polynomial is required:,22,7.2.3 Higher-order polynomials高階多項(xiàng)式插值,7.2 JointSpace Schemes,Where the constraints are given as:,23,7.2.3 Higher-order polynomials,7.2 JointSpace Schemes,Solution to these equations:,24,

17、7.2.3 Higher-order polynomials,,7.2 JointSpace Schemes,Linear interpolation (Straight line): Note: Although the motion of each joint in this scheme is linear, the end-effector in general does not move in a straight line in space.,25,7.2.4 Linear function with parabolic blends 用拋物線過渡的線性插值,,7.2 JointS

18、pace Schemes,Discontinuous velocity - can not be controlled!,To create a smooth path with continous 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.,26,7.2

19、.4 Linear function with parabolic blends,,7.2 JointSpace Schemes,Assume that the parabolic blends 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.,27,7.2.4 Li

20、near function with parabolic blends,,7.2 JointSpace Schemes,The velocity at the end of the blend region must equal the velocity of the linear section:,28,7.2.4 Linear function with parabolic blends,,7.2 JointSpace Schemes,Let t=2th ,combining (7.13) and (7.14),29,7.2.4 Linear function with parabolic

21、 blends,,The acceleration chosen must be sufficiently high, to ensure the existence of a solution:,7.2 JointSpace Schemes,Below 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.,30,7.2.5 Linear

22、 function with parabolic blendsfor a path with via points,過路徑點(diǎn)的用拋物線過渡的線性插值,7.2 JointSpace Schemes,Multi-segment linear path with blends.,Given: positions desired time durations the magnitudes of the accelerations Compute: blends times straight segment times slopes (velocities) signed accelerations,3

23、1,,7.2 JointSpace Schemes,7.2.5 Linear function with parabolic blendsfor a path with via points,Inside segment:,32,,7.2 JointSpace Schemes,7.2.5 Linear function with parabolic blendsfor a path with via points,First segment:,33,,7.2 JointSpace Schemes,7.2.5 Linear function with parabolic blendsfor a

24、path with via points,Last segment:,34,,7.2 JointSpace Schemes,7.2.5 Linear function with parabolic blendsfor a path with via points,,To go through the actual via points: Introduce “Pseudo Via Points” Use sufficiently high acceleration,35,7.2 JointSpace Schemes,7.2.5 Linear function with parabolic bl

25、endsfor a path with via points,,Ch.7 Trajectory Planning of Robots,36,Ch.7 Trajectory Planning of Robots,When 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

26、straight line; but circular, 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 Schemes,37,7.3 Cartesian-Space Schemes,Description of a task,

27、7.3 Cartesian-Space Schemes,38,7.3 Cartesian-Space Schemes,Cartesian straight line motion Move from point Pi to Pi+1 , which described by relative homogenous transformation:,7.3 Cartesian-Space Schemes,39,7.3 Cartesian-Space Schemes,In order to ensure continuous velocities in trajectory, a spline of

28、 linear 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 Schemes,40,7.3 Cartesian-Space Schemes,Cartesian planning

29、 difficulties (1/3):,41,,,Initial (A) and Goal (B) Points are reachable, but intermediate points (C) unreachable.,7.3 Cartesian-Space Schemes,7.3 Cartesian-Space Schemes,42,,,Approaching singularities some joint velocities go to causing deviation from the path.,7.3 Cartesian-Space Schemes,7.3 Cartes

30、ian-Space Schemes,Cartesian planning difficulties (2/3):,43,,,Start point (A) and goal point (B) are reachable in different joint space solutions (The middle points are reachable from below.),7.3 Cartesian-Space Schemes,7.3 Cartesian-Space Schemes,Cartesian planning difficulties (3/3):,,Ch.7 Traject

31、ory Planning of Robots,44,Ch.7 Trajectory Planning of Robots,7.4 Path Generation at Real-Time,At 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 trajectory at the

32、path update rate.,7.4 Path Generation at Run Time,,45,,7.4.1 Generation of joint space paths,In 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 is set back to zero,

33、and the generation continues.,7.4 Path Generation at Run Time,,46,In 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 portion, the trajectory for ea

34、ch joint is calculated as,7.4 Path Generation at Run Time,,47,7.4.1 Generation of joint space paths,,In 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 bl

35、end region, the trajectory for each joint is calculated as,7.4 Path Generation at Run Time,,48,7.4.1 Generation of joint space paths,,,In the case of linear spline with parabolic blends path. Rewrite (7.45) and (7.46) with the symbol X representing a component of the Cartesian position and orientati

36、on vector. In the linear portion of the segment, each degree of freedom in X is calcuated as,7.4 Path Generation at Run Time,,49,,,7.4.2 Generation of Cartesian space paths,,In the case of linear spline with parabolic blends path. Rewrite (7.45) and (7.46) with the symbol X representing a component

37、of the Cartesian position and orientation vector. In the blend region, the trajectory for each degree of freedom is calculated as,7.4 Path Generation at Run Time,,50,,,7.4.2 Generation of Cartesian space paths,,,Finally, this Cartesian trajectory ( ) must be converted into equivalent joint spac

38、e 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 Time,,51,,,7.4.2 Generation of Cartesian space paths,,,52,7.5 S

39、ummary 小結(jié),General Considerations in Robot Trajectory Planning Joint-Space Schemes Cubic polynomials Cubic polynomials for a path with via points Higher-order polynomials Linear function with parabolic blends Linear function with parabolic blends for a path with via points Cartesian-Space Schemes Track of any desired shape More expensive at run time Discontinuity problems Real Time Generation of Planning Trajectories,7.5 Summary,Thank you For Attention!,Fundamentals of Robotics,53,

展開閱讀全文
溫馨提示:
1: 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

相關(guān)資源

更多
正為您匹配相似的精品文檔
關(guān)于我們 - 網(wǎng)站聲明 - 網(wǎng)站地圖 - 資源地圖 - 友情鏈接 - 網(wǎng)站客服 - 聯(lián)系我們

copyright@ 2023-2025  zhuangpeitu.com 裝配圖網(wǎng)版權(quán)所有   聯(lián)系電話:18123376007

備案號(hào):ICP2024067431號(hào)-1 川公網(wǎng)安備51140202000466號(hào)


本站為文檔C2C交易模式,即用戶上傳的文檔直接被用戶下載,本站只是中間服務(wù)平臺(tái),本站所有文檔下載所得的收益歸上傳人(含作者)所有。裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)上載內(nèi)容本身不做任何修改或編輯。若文檔所含內(nèi)容侵犯了您的版權(quán)或隱私,請(qǐng)立即通知裝配圖網(wǎng),我們立即給予刪除!