Skip to content

Commit

Permalink
Merge pull request #3005 from robotology/yarp_no_ros
Browse files Browse the repository at this point in the history
Yarp no-ros
  • Loading branch information
randaz81 authored Nov 27, 2023
2 parents 805b2af + 7ced729 commit dff0446
Show file tree
Hide file tree
Showing 882 changed files with 75 additions and 74,584 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
/src/libYARP_run/** @drdanz
/src/libYARP_serversql/** @drdanz
/src/libYARP_sig/** @drdanz
/src/libYARP_wire_rep_utils/** @drdanz
/src/portmonitors/depthimage_compression_zfp/** @Nicogene
/src/portmonitors/depthimage_to_mono/** @randaz81
/src/portmonitors/depthimage_to_rgb/** @randaz81
Expand Down
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 dff0446

Please sign in to comment.