Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic README.md #21

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
![YARP logo](doc/images/yarp-robot-24.png?raw=true "YARP")
YARP-ros
====
## yarp-ros

This repo is currently under construction. Please do not use it!
> [!WARNING]
> The functionality that provide compatibility between YARP and ROS 1 are deprecated and will be removed in YARP 3.11 . Please migrate to use https://github.com/robotology/yarp-devices-ros2 instead.
> This repository permit to continue to use ROS 1 with YARP 3.10, but will not work with YARP 3.11 .

This repository contains the following functionality that used to be part of the main YARP repository, and were moved in this repo in YARP 3.10:
* The carriers `tcpros` and `xmlrpc`, used for ROS 1 compatibility at port protocol level,
* the `rosmsg` YARP IDL code generator, used to generate YARP serializable classes out of ROS's `.msg` definitions.

This is quite a standard CMake repository that can be installed using the usual CMake process for installing packages.
Loading