berndporr / fastdds_demo

FAST DDS demo based on the tutorial

Home Page:https://fast-dds.docs.eprosima.com/en/latest/fastdds/getting_started/simple_app/simple_app.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAST DDS Demo

Based on this tutorial: https://fast-dds.docs.eprosima.com/en/latest/fastdds/getting_started/simple_app/simple_app.html

It demonstrates a realtime publisher / subscriber application.

alt tag

Prereqisites

Fast CDR

apt install libfastcdr-dev

Fast RTPS

apt install libfastrtps-dev

Fast DDS tools

apt install fastddsgen fastdds-tools

How to compile

cmake .
make

How to run

Open a terminal and type

./DDSHelloWorldPublisher

Open another terminal and type

./DDSHelloWorldSubscriber

About

FAST DDS demo based on the tutorial

https://fast-dds.docs.eprosima.com/en/latest/fastdds/getting_started/simple_app/simple_app.html

License:Apache License 2.0


Languages

Language:C++ 97.4%Language:CMake 2.6%