Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Embedding Example #3074

Closed
wants to merge 23 commits into from
Closed

Conversation

SimoneMic
Copy link

A fake device (fakePythonSpeechTranscription) as example on how to do a Python embedding using C++

There is some commented code that gives insight on the use of some functions, and how to test.
It's provided also a yarprobotinterface example file to ease utilization.

There are two basic idea to take-away from this code:
1- How to call a function in a .py module and exchange parameters and objects.
2- How to instantiate a class in Python and call its methods, exchanging parameters and objects.

This is still a draft, done to share ideas

Copy link

update-docs bot commented Jan 23, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>, based on your changes.

@CLAassistant
Copy link

CLAassistant commented Jan 23, 2024

CLA assistant check
All committers have signed the CLA.

@randaz81 randaz81 self-assigned this Jan 29, 2024
@randaz81 randaz81 added this to the YARP 3.10.0 milestone Jan 29, 2024
Copy link

sonarcloud bot commented Feb 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
37.1% Coverage on New Code (required ≥ 80%)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

@randaz81
Copy link
Member

Replaced by #3135

@randaz81 randaz81 closed this Sep 11, 2024
@randaz81 randaz81 removed this from the YARP 3.10.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants