hybridgroup / node-bebop

A Node.js client for controlling Parrot Bebop & Bebop2 quadcopters.
http://nodebebop.com
MIT License
146 stars 61 forks source link

keyboard control #49

Closed Skorkmaz88 closed 7 years ago

Skorkmaz88 commented 7 years ago

Sorry it is not really a problem, I just wonder what would be the best approach to have control with the keyboard keys using this module. Currently, RTP example for firmware 4 seems to be working fine for video access, ideally it should be combined with video stream

deadprogram commented 7 years ago

I'd personally suggest using https://github.com/hybridgroup/cylon-bebop and https://github.com/hybridgroup/cylon-keyboard

Kind of like https://github.com/hybridgroup/cylon-bebop/blob/master/examples/bebop_dualshock3.js but replacing the joystick with the keyboard.

Skorkmaz88 commented 7 years ago

yet, do they support, firmware 4 ?

deadprogram commented 7 years ago

cylon-bebop is a wrapper around node-bebop.

Skorkmaz88 commented 7 years ago

cylon-bebop's new version causing a jump before landing and acting weirdly, not able to land. It used work better. (currently ,Bebop 2, firmware 4.0), maybe I should add this issue to there.

deadprogram commented 7 years ago

Good idea, please do so. But I think it is using older node-bebop, likely, so probably that is the problem, it needs an update to the next node-bebop.

Skorkmaz88 commented 7 years ago

Done so, I think this issue can be closed