Fast-DDS
Fast-DDS copied to clipboard
Add script to generate idl files [15348]
Description
This PR adds an script for regenerating source code from all idl files included in this repository.
Contributor Checklist
- [ ] Commit messages follow the project guidelines.
- [ ] The code follows the style guidelines of this project.
- [ ] Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added.
- [ ] Any new/modified methods have been properly documented using Doxygen.
- [ ] Fast DDS test suite has been run locally.
- [ ] Changes are ABI compatible.
- [ ] Changes are API compatible.
- [ ] Documentation builds and tests pass locally.
- [ ] New feature has been added to the
versions.md
file (if applicable). - [ ] New feature has been documented/Current behavior is correctly described in the documentation.
Reviewer Checklist
- [ ] Check contributor checklist is correct.
- [ ] Check CI results: changes do not issue any warning.
- [ ] Check CI results: failing tests are unrelated with the changes.