Skip to content

Commit

Permalink
Merge branch 'yarp-3.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed Sep 29, 2023
2 parents 7e69886 + 323e27a commit 30bb7af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/module_devices/frametransform.dox
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ yarpdev --device frameTransformClient --filexml_option ftc_full_ros.xml
all the clients that connects to it later with the latest transforms.\n
the code to launch this server is:
\code{.unparsed}
yarprobotinterface --config fts_yarp_only.xml
yarpdev --device frameTransformServer --filexml_option fts_yarp_only.xml
\endcode
\image html frametransform/FTS_YARP_only.svg width=auto
- The second one is the **YARP AND ROS** configuration.\n
It starts a server listening to both thrift ports and ros topics, so its updates came from both parts. It has also a small storage inside to update
all the clients that connects to it later with the latest transforms.\n
the code to launch this server is:
\code{.unparsed}
yarprobotinterface --config fts_full_ros.xml
yarpdev --device frameTransformServer --filexml_option fts_full_ros.xml
\endcode
\image html frametransform/FTS_YARP_+_ROS.svg width=auto
.
Expand Down
8 changes: 8 additions & 0 deletions doc/release/yarp_3_8/fix_dox_frameTransformServer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fix_dox_frameTransformServer {#yarp_3_8}
-------------------

### Documentation

#### `frameTransformServer`

* Fixed a couple of lines in the `frameTransformServer` usage documentation page

0 comments on commit 30bb7af

Please sign in to comment.