rticommunity / rticommunity/rticonnextdds-examples

[DOCUMENTATION] Custom Transport README should be updated for dynamic linking

Open
#455 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
148
Forks
153
PR merge metrics
No merged PRs in 30d

Description

Enhancement description

For the c implementation of the Custom Transport example, the README.md should be updated so that the instructions for "Building the Example" include the correct cmake call:

mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=ON

This should match the example builtin_qos_profiles

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the Custom Transport example's README.md and compare its "Building the Example" instructions with the builtin_qos_profiles example. Update the documented cmake call to include -DBUILD_SHARED_LIBS=ON, then verify that the README matches the requested dynamic-linking instructions.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, cmake
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.