Python Group Coherent Presentation Example
Summary
Adding a group coherent presentation example using the Python API
Details and comments
This example is a copy of the already existing group coherent presentation example (in c++) but translated with the new Python API binding. This example will randomly choose when to send samples and when to send a coherent set of samples.
Comments: Should I display how to set the presentation QoS for access_scope, coherent_access, and ordered_access? Also I'm not confident in my current README.md file, feels like I'm missing information. Especially for the "new to the python API, check out the getting started guide" area. Also in my publisher, in the get_patient_heart_rate function, the array in C++ is static and only created once. Not sure if my list in python will be created for every function call
Checks
- [x] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
Copy the IDL file into this folder.
The destination branch must be develop, not master
You can't just change the destination branch. Now it's trying to merge your master branch fork into RTI's develop branch, adding 100s of unrelated commits. Try cherry-picking your commits into your develop branch and change the origin branch to develop.