rticommunity / rticommunity/rticonnextdds-examples
[DOCUMENTATION] Custom Transport README should be updated for dynamic linking
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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