Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
changelog update
  • Loading branch information
randaz81 committed Nov 27, 2023
1 parent b1ed709 commit 7ced729
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 1,413 deletions.
9 changes: 0 additions & 9 deletions doc/001_installation/4_yarp_env_variables.dox
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ UDP Carrier configuration
| `YARP_DGRAM_SND_BUFFER_SIZE` | This variable controls the size in bytes of the UDP socket sending buffer. | |


ROS configuration
=================

| Environmental variable | Description | Related documentation page |
|:-----------------------------:|:-----------:|:--------------------------:|
| `ROS_MASTER_URI` | If a ROS1 roscore is present in the network, this variable should contain its URI. If a ROS1 installation is present on the machine, this variable is typically set by ROS configuration scripts. | http://wiki.ros.org/ROS/EnvironmentVariables |
| `YARP_USE_ROS` | If this variable is set to something different from an empty string, the `yarpserver` will always be launched with `ROS` support. For example ``YARP_USE_ROS=1 yarpserver` is equivalent to `yarpserver --ros`. | \ref yarp_with_ros_nameservers |


Misc configuration
==================

Expand Down
2 changes: 1 addition & 1 deletion doc/040_idl_thrift/0_thrift.dox
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ IDLs offers a convenient way to define structures and services and separate inte
\section idls_list List of IDLs (Interface Description Languages) used in YARP

\li \subpage idl_thrift
\li \subpage idl_rosmsg
\li \subpage idl_rosmsg <deprecated>

*/
15 changes: 0 additions & 15 deletions doc/040_idl_thrift/idl_rosmsg.dox

This file was deleted.

11 changes: 0 additions & 11 deletions doc/040_idl_thrift/thrift_tutorial_portable.dox
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,4 @@ The Thrift IDL also allows defining modules interfaces, this is explained here:
\li \ref thrift_tutorial_simple
\li \ref thrift_tutorial

YARP supports ROS types.
An alternative method to define portable objects in YARP is to use the ROS
syntax (i.e. through a .msg file).
The disadvantage of this approach is that you cannot use native YARP types, but
the advantage is that your messages will be compatible with ROS and readable
from a topic. This tutorial shows how you do this:

\li \ref rostypes_tutorial_portable

Code for this tutorial can be found here: `example/idl/portable`

*/
268 changes: 0 additions & 268 deletions doc/050_ros/rostypes_tutorial_continued.dox

This file was deleted.

Loading

0 comments on commit 7ced729

Please sign in to comment.