Skip to content

Commit

Permalink
Merge pull request #34 from mebbaid/stickBot_walking_tuning
Browse files Browse the repository at this point in the history
tuned stickBot position-control for walking
  • Loading branch information
Nicogene authored Mar 17, 2022
2 parents 9b14a47 + bdc63f4 commit 509db06
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions conf_stickBot/gazebo_icub_left_leg/gazebo_icub_left_leg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ max_damping 100.0 100.0 100.0 100.0 100.0 100.0
[POSITION_CONTROL]
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 40.0 40.0 40.0 40.0 40.0 40.0
kd 0.35 0.35 0.35 0.35 0.35 0.35
ki 0.35 0.35 0.35 0.35 0.35 0.35
maxInt 9999 9999 9999 9999 9999 9999
maxOutput 9999 9999 9999 9999 9999 9999
shift 0.0 0.0 0.0 0.0 0.0 0.0
ko 0.0 0.0 0.0 0.0 0.0 0.0
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
kp 70.0 70.0 40.0 100.0 100.0 100.0
kd 0.15 0.15 0.35 0.15 0.15 0.15
ki 0.17 0.17 0.35 0.35 0.35 0.35
maxInt 9999 9999 9999 9999 9999 9999
maxOutput 9999 9999 9999 9999 9999 9999
shift 0.0 0.0 0.0 0.0 0.0 0.0
ko 0.0 0.0 0.0 0.0 0.0 0.0
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
Expand Down
18 changes: 9 additions & 9 deletions conf_stickBot/gazebo_icub_right_leg/gazebo_icub_right_leg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ max_damping 100.0 100.0 100.0 100.0 100.0 100.0
[POSITION_CONTROL]
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 40.0 40.0 40.0 40.0 40.0 40.0
kd 0.35 0.35 0.35 0.35 0.35 0.35
ki 0.35 0.35 0.35 0.35 0.35 0.35
maxInt 9999 9999 9999 9999 9999 9999
maxOutput 9999 9999 9999 9999 9999 9999
shift 0.0 0.0 0.0 0.0 0.0 0.0
ko 0.0 0.0 0.0 0.0 0.0 0.0
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
kp 70.0 70.0 40.0 100.0 100.0 100.0
kd 0.15 0.15 0.35 0.15 0.15 0.15
ki 0.17 0.17 0.35 0.35 0.35 0.35
maxInt 9999 9999 9999 9999 9999 9999
maxOutput 9999 9999 9999 9999 9999 9999
shift 0.0 0.0 0.0 0.0 0.0 0.0
ko 0.0 0.0 0.0 0.0 0.0 0.0
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
Expand Down
6 changes: 3 additions & 3 deletions conf_stickBot/gazebo_icub_torso/gazebo_icub_torso.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ max_damping 100.0 100.0 100.0
[POSITION_CONTROL]
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 40.0 40.0 40.0
kd 0.35 0.35 0.35
ki 0.35 0.35 0.35
kp 70.0 70.0 70.0
kd 0.15 0.15 0.15
ki 0.17 0.17 0.17
maxInt 9999 9999 9999
maxOutput 9999 9999 9999
shift 0.0 0.0 0.0
Expand Down

0 comments on commit 509db06

Please sign in to comment.