Skip to content

Commit

Permalink
Configure hand joints to use the 'integrator_and_position_pid' veloci…
Browse files Browse the repository at this point in the history
…ty control mode and provide tuning for the 'direct_velocity_pid' mode
  • Loading branch information
xEnVrE authored and Nicogene committed May 23, 2023
1 parent c44a354 commit 6d9950b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions urdf/simmechanics/data/ergocub/conf/gazebo_ergocub_left_hand.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ stictionUp 0 0 0 0 0 0 0 0 0 0 0 0
stictionDwn 0 0 0 0 0 0 0 0 0 0 0 0

[VELOCITY_CONTROL]
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
velocityControlImplementationType direct_velocity_pid
kp 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
velocityControlImplementationType integrator_and_position_pid
kp 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01
kd 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
ki 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01
ki 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
maxInt 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999
maxOutput 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999
shift 0 0 0 0 0 0 0 0 0 0 0 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ stictionUp 0 0 0 0 0 0 0 0 0 0 0 0
stictionDwn 0 0 0 0 0 0 0 0 0 0 0 0

[VELOCITY_CONTROL]
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
velocityControlImplementationType direct_velocity_pid
kp 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0 20.0
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
velocityControlImplementationType integrator_and_position_pid
kp 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01
kd 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
ki 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01
ki 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
maxInt 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999
maxOutput 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999 9999
shift 0 0 0 0 0 0 0 0 0 0 0 0
Expand Down

0 comments on commit 6d9950b

Please sign in to comment.