Skip to content

Commit

Permalink
Update iframetransform_to_iwear.xml to use new TF device (#202)
Browse files Browse the repository at this point in the history
* Update iframetransform_to_iwear.xml to use new TF device

* Update CHANGELOG.md
  • Loading branch information
S-Dafarra authored Nov 14, 2023
1 parent b0c9e2e commit 3f2e20a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Update iframetransform_to_iwear.xml to use new TF device (https://github.com/robotology/wearables/pull/202)

### Added
- CMake: Permit to explictly specify Python installation directory by setting the `WEARABLES_PYTHON_INSTALL_DIR` CMake variable (https://github.com/robotology/wearables/pull/197).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<!DOCTYPE robot PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
<robot name="IFrameTransformToIWear" build=0 portprefix="">

<device type="transformClient" name="TransformClient">
<device type="frameTransformClient" name="TransformClient">
<param name="period">0.01</param>
<param name="local">/tf</param>
<param name="remote">/transformServer</param>
<param name="filexml_option">ftc_yarp_only.xml</param>
<param name="ft_client_prefix">/IFrameTransformToIWear/tf</param>
<param name="local_rpc">/IFrameTransformToIWear/tf/local_rpc</param>
</device>

<device type="iframetransform_to_iwear" name="IFrameTransformToIWear">
Expand Down

0 comments on commit 3f2e20a

Please sign in to comment.