Advertisement
Guest User

controllers.yaml

a guest
Oct 10th, 2013
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.76 KB | None | 0 0
  1. controller_manager_ns: meka_controller_manager
  2. controller_list:
  3.   - name: r_arm_controller
  4.     action_ns: follow_joint_trajectory
  5.     default: true
  6.     joints:
  7.      - right_arm_j0
  8.       - right_arm_j1
  9.       - right_arm_j2
  10.       - right_arm_j3
  11.       - right_arm_j4
  12.       - right_arm_j5
  13.       - right_arm_j6
  14.   - name: r_hand_controller
  15.     action_ns: follow_joint_trajectory
  16.     default: true
  17.     joints:
  18.      - palm_joint
  19.       - right_hand_j0
  20.       - right_hand_j1
  21.       - right_hand_j2
  22.       - right_hand_j3
  23.       - right_hand_j4
  24.       - right_hand_j5
  25.       - right_hand_j6
  26.       - right_hand_j7
  27.       - right_hand_j8
  28.       - right_hand_j9
  29.       - right_hand_j10
  30.       - right_hand_j11
  31.   - name: l_arm_controller
  32.     action_ns: follow_joint_trajectory
  33.     default: true
  34.     joints:
  35.      - left_arm_j0
  36.       - left_arm_j1
  37.       - left_arm_j2
  38.       - left_arm_j3
  39.       - left_arm_j4
  40.       - left_arm_j5
  41.       - left_arm_j6
  42.   - name: l_hand_controller
  43.     action_ns: follow_joint_trajectory
  44.     default: true
  45.     joints:
  46.      - l_palm_joint
  47.       - left_hand_j0
  48.       - left_hand_j1
  49.       - left_hand_j2
  50.       - left_hand_j3
  51.       - left_hand_j4
  52.       - left_hand_j5
  53.       - left_hand_j6
  54.       - left_hand_j7
  55.       - left_hand_j8
  56.       - left_hand_j9
  57.       - left_hand_j10
  58.       - left_hand_j11
  59.   - name: head_controller
  60.     action_ns: follow_joint_trajectory
  61.     default: true
  62.     joints:
  63.      - head_j1
  64.       - head_j0
  65.       - head_j2
  66.   - name: zlift_controller
  67.     action_ns: follow_joint_trajectory
  68.     default: true
  69.     joints:
  70.      - zlift_joint
  71.       - chest_joint
  72.   - name: omni_base_controller
  73.     action_ns: follow_joint_trajectory
  74.     default: true
  75.     joints:
  76.      - base_joint
  77.       - X
  78.       - Y
  79.       - yaw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement