Skip to content

Commit

Permalink
Add param to switch to POSITION_PID control method instead of POSITION
Browse files Browse the repository at this point in the history
Uncomment the line to use POSITION_PID
  • Loading branch information
vincentrou committed Dec 13, 2016
1 parent 4b2537d commit d1d8e77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rrbot_control/config/rrbot_control.yaml
Expand Up @@ -13,3 +13,7 @@ rrbot:
type: position_controllers/JointPositionController
joint: joint2
pid: {p: 100.0, i: 0.01, d: 10.0}

#gazebo_ros_control:
#pid_gains:
#joint2: {p: 100.0, i: 0.01, d: 10.0}

0 comments on commit d1d8e77

Please sign in to comment.