Skip to content

Commit 3f2e20a

Browse files
authored
Update iframetransform_to_iwear.xml to use new TF device (#202)
* Update iframetransform_to_iwear.xml to use new TF device * Update CHANGELOG.md
1 parent b0c9e2e commit 3f2e20a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
- Update iframetransform_to_iwear.xml to use new TF device (https://github.com/robotology/wearables/pull/202)
11+
912
### Added
1013
- CMake: Permit to explictly specify Python installation directory by setting the `WEARABLES_PYTHON_INSTALL_DIR` CMake variable (https://github.com/robotology/wearables/pull/197).
1114

devices/IFrameTransformToIWear/conf/iframetransform_to_iwear.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<!DOCTYPE robot PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
33
<robot name="IFrameTransformToIWear" build=0 portprefix="">
44

5-
<device type="transformClient" name="TransformClient">
5+
<device type="frameTransformClient" name="TransformClient">
66
<param name="period">0.01</param>
7-
<param name="local">/tf</param>
8-
<param name="remote">/transformServer</param>
7+
<param name="filexml_option">ftc_yarp_only.xml</param>
8+
<param name="ft_client_prefix">/IFrameTransformToIWear/tf</param>
9+
<param name="local_rpc">/IFrameTransformToIWear/tf/local_rpc</param>
910
</device>
1011

1112
<device type="iframetransform_to_iwear" name="IFrameTransformToIWear">

0 commit comments

Comments
 (0)