rticonnextdds-examples icon indicating copy to clipboard operation
rticonnextdds-examples copied to clipboard

Python Group Coherent Presentation Example

Open xFrenchy opened this issue 3 years ago • 3 comments

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.

xFrenchy avatar Jul 08 '22 00:07 xFrenchy

Copy the IDL file into this folder.

alexcamposruiz avatar Jul 08 '22 14:07 alexcamposruiz

The destination branch must be develop, not master

alexcamposruiz avatar Jul 14 '22 15:07 alexcamposruiz

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.

alexcamposruiz avatar Jul 18 '22 23:07 alexcamposruiz