Skip to content

Commit

Permalink
Merge pull request #215 from xEnVrE/fix/iCubGazeboV2_5_visuomanip_mai…
Browse files Browse the repository at this point in the history
…s_prefix

Fix wrong port names prefix for simulated fingers hall effects sensors for iCubGazeboV2_5_visuomanip
  • Loading branch information
traversaro authored Oct 18, 2023
2 parents 2eb7ff8 + 76dc366 commit 347a463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
### Changed
* Enable publishing of robot joints in ROS 2 via `controlBoard_nws_ros2` for `iCubGazeboV2_5_visuomanip` (https://github.com/robotology/icub-models/pull/211).

### Fixed
* Fixed wrong simulated finger hall effect sensors port names prefix for `iCubGazeboV2_5_visuomanip` (https://github.com/robotology/icub-models/pull/215).

# [2.3.0] - 2023-09-11

### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[include "./gazebo_icub_robotname.ini"]

[WRAPPER]
name /${gazeboYarpPluginsRobotName}/left_hand/analog:o
name /icubSim/left_hand/analog:o
period 10
networks (left_mais)
device analogServer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[include "./gazebo_icub_robotname.ini"]

[WRAPPER]
name /${gazeboYarpPluginsRobotName}/right_hand/analog:o
name /icubSim/right_hand/analog:o
period 10
networks (right_mais)
device analogServer
Expand Down

0 comments on commit 347a463

Please sign in to comment.