This repo contains the means to handle the following steps related to eProsima's Fast-RTPS (DDS):
- build eProsima's Fast-RTPS
- support for
x86_84andarmv7l
- support for
- for each IDL file in each folder inside
src:- generate code stubs
- generate examples
- build examples
Prerequisites:
- Docker
Steps:
- Put your IDLs in an appropriate folder inside the
srcfolder; e.g.:srcHelloWorldHelloWorld.idl
- Run
./build_x86_64.shor./build_armv7l.sh - Observe as the
examples,stubsandinstallfolder under the relevant architecture folder become populated
- Employ the stubs in your project; or
- Build the examples and have a tinker; or
- Run the examples (if your architecture matches the one you built)