Skip to content

Instantly share code, notes, and snippets.

@FirefoxMetzger
Created January 19, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FirefoxMetzger/462fc0e4c86e4c2cfd7e8a25eb3f3e10 to your computer and use it in GitHub Desktop.
Save FirefoxMetzger/462fc0e4c86e4c2cfd7e8a25eb3f3e10 to your computer and use it in GitHub Desktop.
The moveit controller configuration for the simulated panda robot
controller_list:
- name: panda_arm_controller
action_ns: follow_joint_trajectory
type: FollowJointTrajectory
joints:
- panda_joint1
- panda_joint2
- panda_joint3
- panda_joint4
- panda_joint5
- panda_joint6
- panda_joint7
- name: panda_hand_controller
action_ns: follow_joint_trajectory
type: FollowJointTrajectory
default: true
parallel: true
joints:
- panda_finger_joint1
- panda_finger_joint2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment