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

Psyco dependency is outdated, can't be found #10

Open
gessha opened this issue Jan 17, 2016 · 2 comments
Open

Psyco dependency is outdated, can't be found #10

gessha opened this issue Jan 17, 2016 · 2 comments

Comments

@gessha
Copy link

gessha commented Jan 17, 2016

No description provided.

@yrevar
Copy link

yrevar commented Jan 31, 2017

+1 I'm using a mac and can't find any Psyco release built for it. There's a source, but it's too old and seems like it's primarily made for windows, so I don't think it'd be worth to spend time on cross compiling.

Without this library, I was still able to control the drone so that was cool. But of course the camera stream didn't work, so that's a problem for any sophisticated autonomy application.

The psyco webpage says: "Psyco is unmaintained and dead. Please look at PyPy for the state-of-the-art in JIT compilers for Python". I'm wondering if it is trivial to replace psyco with pypy.

@yrevar
Copy link

yrevar commented Feb 2, 2017

I found a fork of this project that works great. Find it below. It's a more organized and optimized version of this original project, the video works without Psyco package and with a fairly good framerate. Thanks to @venthur and @alarconj for making this cool library, saved a lot of my integration time!

https://github.com/alarconj/pydrone

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

No branches or pull requests

2 participants