Skip to content

Commit

Permalink
Replace controlboardwrapper2 with controlBoard_nws_yarp (#378)
Browse files Browse the repository at this point in the history
* Replace controlboardwrapper2 with controlBoard_nws_yarp

* Update CHANGELOG.md

---------

Co-authored-by: AMI <icub@iit.it>
  • Loading branch information
lrapetti and AMI authored Nov 14, 2023
1 parent c8ba459 commit 5845183
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Naming convention from `wrapper`\ `server` to `nws`\ `nwc` (https://github.com/robotology/human-dynamics-estimation/pull/367).
- HumanLogger device to be compatible with the `robot-log-visualizer` (https://github.com/robotology/human-dynamics-estimation/pull/372).
- `controlboardwrapper2` is replaced by `controlBoard_nws_yarp` (https://github.com/robotology/human-dynamics-estimation/pull/378).
- Updated applications and modules that use the transform server (https://github.com/robotology/human-dynamics-estimation/pull/377)

### Added
Expand Down
4 changes: 2 additions & 2 deletions conf/xml/Human.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@
<action phase="shutdown" level="5" type="detach"/>
</device>

<device type="controlboardwrapper2" name="HumanControlBoardWrapper">
<param name="period">20</param>
<device type="controlBoard_nws_yarp" name="HumanControlBoardWrapper">
<param name="period">0.02</param>
<param name="name">/Human/HumanControlBoard</param>
<param name="joints">66</param>
<paramlist name="networks">
Expand Down
4 changes: 2 additions & 2 deletions conf/xml/hands-pHRI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
<action phase="shutdown" level="5" type="detach"/>
</device>
<device type="controlboardwrapper2" name="HumanControlBoardWrapper">
<param name="period">20</param>
<device type="controlBoard_nws_yarp" name="HumanControlBoardWrapper">
<param name="period">0.02</param>
<param name="name">/Human/HumanControlBoard</param>
<param name="joints">66</param>
<paramlist name="networks">
Expand Down
4 changes: 2 additions & 2 deletions conf/xml/pHRI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@
<action phase="shutdown" level="5" type="detach"/>
</device>

<device type="controlboardwrapper2" name="HumanControlBoardWrapper">
<param name="period">1</param>
<device type="controlBoard_nws_yarp" name="HumanControlBoardWrapper">
<param name="period">0.01</param>
<param name="name">/Human/HumanControlBoard</param>
<param name="joints">66</param>
<paramlist name="networks">
Expand Down

0 comments on commit 5845183

Please sign in to comment.