~guihome/sr-ros-interface/compatibility_manipstack2

« back to all changes in this revision

Viewing changes to sr_hand/model/arm_urdf/arm_controller.yaml

  • Committer: Ugo Cupcic
  • Date: 2012-07-20 13:18:06 UTC
  • mfrom: (366.1.1 shadow_robot)
  • Revision ID: ugo@shadowrobot.com-20120720131806-t3cxkv09p7cpgdyy
Extracted and adapted modifications needed to shadow stack from the manip-electric version to be compatible with sr-manipulation electric and to run in real. Works without manipulation stack also, but requires some testing of all the launch files. New dae meshes are currently with wrong colors but are working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    d: 15.0
35
35
    i_clamp: 1
36
36
 
 
37
r_arm_cartesian_pose_controller:
 
38
  type: robot_mechanism_controllers/CartesianPoseController
 
39
  root_name: shadowarm_base
 
40
  tip_name: palm
 
41
  fb_trans:
 
42
    p: 20.0
 
43
    i: 0.5
 
44
    d: 0.0
 
45
    i_clamp: 1.0
 
46
  fb_rot:
 
47
    p: 0.5
 
48
    i: 0.1
 
49
    d: 0.0
 
50
    i_clamp: 0.2
 
51
 
 
52
r_arm_joint_trajectory_controller:
 
53
  type: robot_mechanism_controllers/JointSplineTrajectoryController
 
54
  joints:
 
55
    - ShoulderJRotate
 
56
    - ShoulderJSwing
 
57
    - ElbowJSwing
 
58
    - ElbowJRotate
 
59
    - WRJ2
 
60
    - WRJ1
 
61
  gains:
 
62
    ShoulderJRotate: {p: 140.0, d: 30.0}
 
63
    ShoulderJSwing: {p: 140.0, d: 30.0}
 
64
    ElbowJSwing: {p: 140.0, d: 30.0}
 
65
    ElbowJRotate: {p: 140.0, d: 30.0}
 
66
    WRJ2: {p: 140.0, d: 30.0}
 
67
    WRJ1: {p: 140.0, d: 30.0}