~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/arm/config/arm_controller.yaml

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:41 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122341-vlkm85bisxyv2wsw
just moved all the models out of sr_hand into sr_description, not rewritten yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sa_sr_position_controller:
 
2
  type: robot_mechanism_controllers/JointPositionController
 
3
  joint: ShoulderJRotate
 
4
  pid:
 
5
    p: 60.5
 
6
    i: 31.0
 
7
    d: 8.0
 
8
    i_clamp: 1
 
9
 
 
10
sa_ss_position_controller:
 
11
  type: robot_mechanism_controllers/JointPositionController
 
12
  joint: ShoulderJSwing
 
13
  pid:
 
14
    p: 300.0
 
15
    i: 360.0
 
16
    d: 400.0
 
17
    i_clamp: 20.0
 
18
 
 
19
sa_es_position_controller:
 
20
  type: robot_mechanism_controllers/JointPositionController
 
21
  joint: ElbowJSwing
 
22
  pid:
 
23
    p: 100.0
 
24
    i: 150.0
 
25
    d: 150.0
 
26
    i_clamp: 10.0
 
27
 
 
28
sa_er_position_controller:
 
29
  type: robot_mechanism_controllers/JointPositionController
 
30
  joint: ElbowJRotate
 
31
  pid:
 
32
    p: 24.0
 
33
    i: 18.0
 
34
    d: 15.0
 
35
    i_clamp: 1
 
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}