Skip to content

Commit

Permalink
Merge pull request #89 from robotology/devel
Browse files Browse the repository at this point in the history
Merge devel in master and do a release
  • Loading branch information
traversaro authored May 30, 2021
2 parents 1c9dd81 + 85debb1 commit 955de8f
Show file tree
Hide file tree
Showing 16 changed files with 2,048 additions and 2,042 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

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


## [1.20.0] - 2021-05-30

### Changed
The gains and damping parameters of `iCubGazeboV3` have been changed (https://github.com/robotology/icub-models-generator/pull/199).

## [1.19.0] - 2021-02-24

### Added
Expand Down
6 changes: 3 additions & 3 deletions iCub/conf_icub3/gazebo_icub_left_leg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ 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 15.453 22.453 17.453 30.00 25.453 25.453
kd 0.174 0.174 0.174 0.174 0.174 0.174
ki 0.174 0.174 0.174 0.174 0.174 5.174
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
Expand Down
6 changes: 3 additions & 3 deletions iCub/conf_icub3/gazebo_icub_right_leg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ 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 15.453 22.453 17.453 30.00 25.453 25.453
kd 0.174 0.174 0.174 0.174 0.174 0.174
ki 0.174 0.174 0.174 0.174 0.174 5.174
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
Expand Down
6 changes: 3 additions & 3 deletions iCub/conf_icub3/gazebo_icub_torso.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ max_damping 100.0 100.0 100.0
[POSITION_CONTROL]
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 1.745 5.745 15.745
kd 0.174 0.174 0.174
ki 0.174 4.174 3.174
kp 40.0 40.0 40.0
kd 0.35 0.35 0.35
ki 0.35 0.35 0.35
maxInt 9999 9999 9999
maxOutput 9999 9999 9999
shift 0.0 0.0 0.0
Expand Down
374 changes: 187 additions & 187 deletions iCub/robots/iCubDarmstadt01/model.urdf

Large diffs are not rendered by default.

374 changes: 187 additions & 187 deletions iCub/robots/iCubErzelli02/model.urdf

Large diffs are not rendered by default.

372 changes: 186 additions & 186 deletions iCub/robots/iCubGazeboV2_5/model.urdf

Large diffs are not rendered by default.

346 changes: 173 additions & 173 deletions iCub/robots/iCubGazeboV2_5_plus/model.urdf

Large diffs are not rendered by default.

372 changes: 186 additions & 186 deletions iCub/robots/iCubGazeboV2_6/model.urdf

Large diffs are not rendered by default.

372 changes: 186 additions & 186 deletions iCub/robots/iCubGazeboV2_7/model.urdf

Large diffs are not rendered by default.

206 changes: 103 additions & 103 deletions iCub/robots/iCubGazeboV3/model.urdf

Large diffs are not rendered by default.

374 changes: 187 additions & 187 deletions iCub/robots/iCubGenova01/model.urdf

Large diffs are not rendered by default.

348 changes: 174 additions & 174 deletions iCub/robots/iCubGenova02/model.urdf

Large diffs are not rendered by default.

374 changes: 187 additions & 187 deletions iCub/robots/iCubGenova04/model.urdf

Large diffs are not rendered by default.

348 changes: 174 additions & 174 deletions iCub/robots/iCubGenova04_plus/model.urdf

Large diffs are not rendered by default.

206 changes: 103 additions & 103 deletions iCub/robots/iCubGenova09/model.urdf

Large diffs are not rendered by default.

0 comments on commit 955de8f

Please sign in to comment.