amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 128 forks source link

Atempt to add disco conection support over wifi #146

Closed profff closed 5 years ago

profff commented 5 years ago

I'm trying to use pyParrot with the disco I'm not a big python / git user but by comparing with ByBop lib (https://github.com/N-Bz/bybop) I sucedded to modify and connect to my disco with pyparrot ( as bybop doesnt support streaming for now ) also I'm not totaly habituated to parrot messaging system (I know mavlink correctly but starting with parrot stuff) so I'm not shure that all the messages are like bebop2 ones ( it looks that bebop1/2 and disco are same product family and share almost same messages if I trust ByBop lib) If I made mistakes or anything I'm totaly sorry and do all my apologies If it helps a bit I'm happy

amymcgovern commented 5 years ago

Seems reasonable. I don't have a disco to check but looks like you just added a different type in there so I'll accept it.