Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update joint_trjectory controller with mimic joint support #411

Open
wants to merge 1 commit into
base: kinetic-devel
Choose a base branch
from

Commits on Mar 23, 2019

  1. update joint_trjectory controller with mimic joint support

    see https://github.com/k-okada/mimic_joint_gazebo_tutorial.git for example
    
    ```
    gripper_controller:
      type: position_controllers/JointTrajectoryController
      joints:
        - right_finger_joint
      mimic_joints:
        - left_finger_joint
      gains:
        right_finger_joint: {p: 20.0, i: 0.1, d: 0.2}
        left_finger_joint: {p: 20.0, i: 0.1, d: 0.2}
    ```
    we added `mimic_joints` tag for the list of the mimic joint, and you have to add gains section. Mimic joint params (muliplier/offset) is taken from urdf model
    k-okada committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    d91322a View commit details
    Browse the repository at this point in the history