Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix wrong port names prefix for simulated fingers hall effects sensors for iCubGazeboV2_5_visuomanip #215

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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