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

[WIP/draft] Bring Python wrapper using pybind11 back #501

Closed
wants to merge 23 commits into from

Conversation

julianoes
Copy link
Collaborator

@julianoes julianoes commented Aug 19, 2018

This is another try with pybind11 and based on the work from #37.

We ran into threading issues with callbacks, and presumably into GIL
locking issues as well. Therefore, for now, let's just use sync
interfaces.
We should use the user callback functionality.
This is a first proof of concept. This now needs to added to the build.
@hamishwillee
Copy link
Collaborator

hamishwillee commented Aug 20, 2018

I do like the gRPC Python wrapper as well but it just seems like such a crazy undertaking.

Why crazy - or crazy "just for Python" (or just crazy because you know @JonasVautherin :-) )? I'm biased, but from what I can see the end result of the gRPC/Rx pipeline should be very consistent - which is a happy thing for a tech writer.

@julianoes julianoes changed the title Bring Python wrapper using pybind11 back [WIP/draft] Bring Python wrapper using pybind11 back Sep 18, 2018
@julianoes
Copy link
Collaborator Author

This is now replaced with https://github.com/Dronecode/DronecodeSDK-Python

@julianoes julianoes closed this Nov 15, 2018
@julianoes julianoes deleted the bring-pybind-back branch November 15, 2018 15:42
@julianoes
Copy link
Collaborator Author

@JonasVautherin we might want to cherry-pick 164801a

@JonasVautherin
Copy link
Collaborator

Yep that would be fine for me!

@julianoes
Copy link
Collaborator Author

Done in #595.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants