File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
devices/IFrameTransformToIWear/conf Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+ - Update iframetransform_to_iwear.xml to use new TF device (https://github.com/robotology/wearables/pull/202 )
11
+
9
12
### Added
10
13
- CMake: Permit to explictly specify Python installation directory by setting the ` WEARABLES_PYTHON_INSTALL_DIR ` CMake variable (https://github.com/robotology/wearables/pull/197 ).
11
14
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE robot PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
3
<robot name =" IFrameTransformToIWear" build =0 portprefix =" " >
4
4
5
- <device type =" transformClient " name =" TransformClient" >
5
+ <device type =" frameTransformClient " name =" TransformClient" >
6
6
<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 >
9
10
</device >
10
11
11
12
<device type =" iframetransform_to_iwear" name =" IFrameTransformToIWear" >
You can’t perform that action at this time.
0 commit comments