Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Replace controlboardwrapper2 with controlBoard_nws_yarp #378

Merged
merged 3 commits into from
Nov 14, 2023
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
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
Loading