Skip to content

Commit

Permalink
Gazebo: Move config.yaml to appropriate place
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanikulam committed Nov 3, 2014
1 parent 4103b42 commit 6abf28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions ros/ieee2015_robot/config/robot_control_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ robot:
joint2_position_controller:
type: effort_controllers/JointPositionController
joint: ArmRot1Rev
pid: {p: 100.0, i: 0.01, d: 10.0}
pid: {p: 19000.0, i: 50, d: 100}
joint3_position_controller:
type: effort_controllers/JointPositionController
joint: ArmRot2Rev
pid: {p: 100.0, i: 0.01, d: 10.0}
pid: {p: 19000.0, i: 50, d: 100}
19 changes: 0 additions & 19 deletions ros/robot_control/config/config.yaml

This file was deleted.

0 comments on commit 6abf28b

Please sign in to comment.