Skip to content

Commit 955de8f

Browse files
authored
Merge pull request #89 from robotology/devel
Merge devel in master and do a release
2 parents 1c9dd81 + 85debb1 commit 955de8f

File tree

16 files changed

+2048
-2042
lines changed

16 files changed

+2048
-2042
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
7+
## [1.20.0] - 2021-05-30
8+
9+
### Changed
10+
The gains and damping parameters of `iCubGazeboV3` have been changed (https://github.com/robotology/icub-models-generator/pull/199).
11+
612
## [1.19.0] - 2021-02-24
713

814
### Added

iCub/conf_icub3/gazebo_icub_left_leg.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ max_damping 100.0 100.0 100.0 100.0 100.0 100.0
3737
[POSITION_CONTROL]
3838
controlUnits metric_units
3939
controlLaw joint_pid_gazebo_v1
40-
kp 15.453 22.453 17.453 30.00 25.453 25.453
41-
kd 0.174 0.174 0.174 0.174 0.174 0.174
42-
ki 0.174 0.174 0.174 0.174 0.174 5.174
40+
kp 40.0 40.0 40.0 40.0 40.0 40.0
41+
kd 0.35 0.35 0.35 0.35 0.35 0.35
42+
ki 0.35 0.35 0.35 0.35 0.35 0.35
4343
maxInt 9999 9999 9999 9999 9999 9999
4444
maxOutput 9999 9999 9999 9999 9999 9999
4545
shift 0.0 0.0 0.0 0.0 0.0 0.0

iCub/conf_icub3/gazebo_icub_right_leg.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ max_damping 100.0 100.0 100.0 100.0 100.0 100.0
3737
[POSITION_CONTROL]
3838
controlUnits metric_units
3939
controlLaw joint_pid_gazebo_v1
40-
kp 15.453 22.453 17.453 30.00 25.453 25.453
41-
kd 0.174 0.174 0.174 0.174 0.174 0.174
42-
ki 0.174 0.174 0.174 0.174 0.174 5.174
40+
kp 40.0 40.0 40.0 40.0 40.0 40.0
41+
kd 0.35 0.35 0.35 0.35 0.35 0.35
42+
ki 0.35 0.35 0.35 0.35 0.35 0.35
4343
maxInt 9999 9999 9999 9999 9999 9999
4444
maxOutput 9999 9999 9999 9999 9999 9999
4545
shift 0.0 0.0 0.0 0.0 0.0 0.0

iCub/conf_icub3/gazebo_icub_torso.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ max_damping 100.0 100.0 100.0
3737
[POSITION_CONTROL]
3838
controlUnits metric_units
3939
controlLaw joint_pid_gazebo_v1
40-
kp 1.745 5.745 15.745
41-
kd 0.174 0.174 0.174
42-
ki 0.174 4.174 3.174
40+
kp 40.0 40.0 40.0
41+
kd 0.35 0.35 0.35
42+
ki 0.35 0.35 0.35
4343
maxInt 9999 9999 9999
4444
maxOutput 9999 9999 9999
4545
shift 0.0 0.0 0.0

iCub/robots/iCubDarmstadt01/model.urdf

+187-187
Large diffs are not rendered by default.

iCub/robots/iCubErzelli02/model.urdf

+187-187
Large diffs are not rendered by default.

iCub/robots/iCubGazeboV2_5/model.urdf

+186-186
Large diffs are not rendered by default.

iCub/robots/iCubGazeboV2_5_plus/model.urdf

+173-173
Large diffs are not rendered by default.

iCub/robots/iCubGazeboV2_6/model.urdf

+186-186
Large diffs are not rendered by default.

iCub/robots/iCubGazeboV2_7/model.urdf

+186-186
Large diffs are not rendered by default.

iCub/robots/iCubGazeboV3/model.urdf

+103-103
Large diffs are not rendered by default.

iCub/robots/iCubGenova01/model.urdf

+187-187
Large diffs are not rendered by default.

iCub/robots/iCubGenova02/model.urdf

+174-174
Large diffs are not rendered by default.

iCub/robots/iCubGenova04/model.urdf

+187-187
Large diffs are not rendered by default.

iCub/robots/iCubGenova04_plus/model.urdf

+174-174
Large diffs are not rendered by default.

iCub/robots/iCubGenova09/model.urdf

+103-103
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)