-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #5335 Homogenization of Fast-RTPS and Fast-RTPS-docs README files * Refs #5335 Fixing link to release notes * Refs #5335 Updating release notes * Refs #5335 Fixing documentation errors * Refs #5335 Fixing spelling checker * Refs #5335 Forgot 'whitelists' * Refs #5335 Adding known issues section to release notes * Refs #5335 Fixing spelling checker * Refs #5335 Adding doc for UDP non-blocking send * Refs #5335 Fixing cpp code tester * Refs #5335 Fixing XML tester * Refs #5335 Removing non_blocking_send parameter from XML code using TCP transport
- Loading branch information
1 parent
f91e754
commit e98b662
Showing
8 changed files
with
122 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,46 +24,54 @@ system input/output channel combination for each deployment. | |
* Two API Layers: a high-level Publisher-Subscriber one focused on usability and a lower-level Writer-Reader one that provides finer access to the inner workings of the RTPS protocol. | ||
|
||
*eProsima Fast RTPS* has been adopted by multiple organizations in many sectors including these important cases: | ||
|
||
* Robotics: ROS (Robotic Operating System) as their default middleware for ROS2. | ||
* EU R&D: FIWARE Incubated GE. | ||
|
||
## Supported platforms | ||
|
||
* Linux [![Linux Build Status](http://jenkins.eprosima.com:8080/job/FastRTPS%20Nightly%20Master%20Security%20Linux/badge/icon)](http://jenkins.eprosima.com:8080/job/FastRTPS%20Nightly%20Master%20Security%20Linux) | ||
* Windows [![Windows Build Status](http://jenkins.eprosima.com:8080/job/FastRTPS%20Nightly%20Master%20Security%20Windows/badge/icon)](http://jenkins.eprosima.com:8080/job/FastRTPS%20Nightly%20Master%20Security%20Windows) | ||
* Mac [![Mac Build Status](http://jenkins.eprosima.com:8080/job/FastRTPS%20Nightly%20Master%20Security%20Mac/badge/icon)](http://jenkins.eprosima.com:8080/job/FastRTPS%20Nightly%20Master%20Security%20Mac) | ||
|
||
## Installation Guide | ||
You can get either a binary distribution of *eprosima Fast RTPS* or compile the library yourself from source. | ||
|
||
### Installation from binaries | ||
The latest, up to date binary release of *eprosima Fast RTPS* can be obtained from the <a href='http://www.eprosima.com'>company website</a>. | ||
|
||
### Installation from Source | ||
To compile *eprosima Fast RTPS* from source, at least Cmake version 2.8.12 and Boost 1.61 are needed. | ||
To compile *eprosima Fast RTPS* from source, at least Cmake version 2.8.12 is needed. | ||
Clone the project from GitHub: | ||
|
||
$ git clone https://github.com/eProsima/Fast-RTPS | ||
$ cd Fast-RTPS | ||
$ mkdir build | ||
$ cd build | ||
|
||
If you are on Linux, execute: | ||
|
||
$ cmake ../ -DEPROSIMA_BUILD=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install | ||
$ cmake ../ -DTHIRDPARTY=ON | ||
$ make | ||
$ make install | ||
$ make install | ||
|
||
If you are on Windows, choose your version of Visual Studio: | ||
|
||
> cmake ../ -G"Visual Studio 14 2015 Win64" -DEPROSIMA_BUILD=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=installationpath | ||
> cmake ../ -G "Visual Studio 14 2015 Win64" -DTHIRDPARTY=ON | ||
> cmake --build . --target install | ||
|
||
If you want to compile the performance tests, you will need to add the argument `-DPERFORMANCE_TESTS=ON` when calling Cmake. | ||
|
||
## Documentation | ||
## Documentation | ||
|
||
You can access the documentation online, which is hosted on [Read the Docs](http://eprosima-fast-rtps.readthedocs.io). | ||
|
||
* [Start Page](http://eprosima-fast-rtps.readthedocs.io) | ||
* [Installation manual](http://eprosima-fast-rtps.readthedocs.io/en/latest/requirements.html) | ||
* [User manual](http://eprosima-fast-rtps.readthedocs.io/en/latest/introduction.html) | ||
* [FastRTPSGen manual](http://eprosima-fast-rtps.readthedocs.io/en/latest/geninfo.html) | ||
* [Release notes](http://eprosima-fast-rtps.readthedocs.io/notes.html) | ||
* [Release notes](http://eprosima-fast-rtps.readthedocs.io/en/latest/notes.html) | ||
|
||
## Getting Help | ||
|
||
If you need support you can reach us by mail at `[email protected]` or by phone at `+34 91 804 34 48`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters