Skip to content

Commit

Permalink
Add pr2 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
7675t committed Aug 16, 2018
1 parent c74f1cb commit d58e8a1
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 15 deletions.
36 changes: 36 additions & 0 deletions fake_joint_launch/config/pr2_controllers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
joint_state_controller:
type: joint_state_controller/JointStateController
publish_rate: 50

r_arm_controller:
type: position_controllers/JointTrajectoryController
joints:
- r_shoulder_pan_joint
- r_shoulder_lift_joint
- r_upper_arm_roll_joint
- r_elbow_flex_joint
- r_forearm_roll_joint
- r_wrist_flex_joint
- r_wrist_roll_joint

l_arm_controller:
type: position_controllers/JointTrajectoryController
joints:
- l_shoulder_pan_joint
- l_shoulder_lift_joint
- l_upper_arm_roll_joint
- l_elbow_flex_joint
- l_forearm_roll_joint
- l_wrist_flex_joint
- l_wrist_roll_joint

torso_controller:
type: position_controllers/JointTrajectoryController
joints:
- torso_lift_joint

head_traj_controller:
type: position_controllers/JointTrajectoryController
joints:
- head_tilt_joint
- head_pan_joint
Loading

0 comments on commit d58e8a1

Please sign in to comment.