1 / 10

Two-link Planar Arm

Two-link Planar Arm. Two-link Planar Arm. Joint Space Dynamic Model. Viscous friction torques. Actuation torques. Coulomb friction torques. Force and moment exerted on the environment. Coriolis/ centripetal torque. Multi-input-multi-output; Strong coupling; Nonlinearity.

yana
Download Presentation

Two-link Planar Arm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Two-link Planar Arm

  2. Two-link Planar Arm

  3. Joint Space Dynamic Model Viscous friction torques Actuation torques Coulomb friction torques Force and moment exerted on the environment Coriolis/ centripetal torque Multi-input-multi-output; Strong coupling; Nonlinearity

  4. Direct Dynamics and Inverse Dynamics • Direct dynamics: • Given joint torques and initial joint position and velocity, determine joint acceleration • Useful for simulation • Inverse dynamics: • Given joint position, velocity and acceleration, determine joint torques • Useful for trajectory planning and control algorithm implementation

  5. Two-link Planar Arm: Inverse Dynamics (Example 4.2) Matlab Toolbox

  6. Two-link Planar Arm: Inverse Dynamics (Example 4.2)

  7. Two-link Planar Arm: Direct Dynamics (Example 4.2) • Robot toolbox • Case 1: no actuating torques • Case 2: actuating only the first joint • Case 3: simulate puma560 by yourself

  8. Matlab Toolbox • Useful functions • Accel (pp 20): Compute manipulator forward dynamics • Coriolis(pp 22): Compute the manipulator Coriolis/centripetal torque components • Gravload(pp 33):Compute the manipulator gravity torque components • Itorque(pp40): Compute the manipulator inertia torque component • Rne(57): Compute inverse dynamics via recursive Newton-Euler formulation • Simulink library • Roblocks.mdl

  9. Two-link Planar Arm: Dynamic Model L{1} = link([ 0 1 0 0 0], 'standard'); % D-H param L{2} = link([ 0 1 0 0 0], 'standard'); L{1}.m = 50; %link mass L{2}.m = 50; L{1}.r = [ -0.5 0 0]; % center of mass referred to the link frame L{2}.r = [ -0.5 0 0]; L{1}.I = [ 0 0 10 0 0 0]; % inertia tensor L{2}.I = [ 0 0 10 0 0 0]; L{1}.Jm = 0.01; %inertia of motor L{2}.Jm = 0.01; L{1}.G = 100; %gear reduction ratio L{2}.G = 100; global mytl; mytl = robot(L); mytl.gravity=[0 9.81 0];

  10. Joint Space Dynamic Model Viscous friction torques Actuation torques Coulomb friction torques Force and moment exerted on the environment Coriolis/ centripetal torque Multi-input-multi-output; Strong coupling; Nonlinearity

More Related