felixge / godrone

GoDrone is a free software alternative firmware for the Parrot AR Drone 2.0.
http://www.godrone.io/
Other
204 stars 22 forks source link

Added verbosity flag. Various other small cleanups. #47

Closed jeffallen closed 9 years ago

jeffallen commented 9 years ago

Hi Felix,

Good to be back hacking. I added this verbosity stuff because I don't feel like the Javascript is doing the right thing. Now when you run "./godrone-util -verbose=1 run" you'll see a new line for every change in firmware.Desired. Then when you use the keys in the UI, you'll see some strange behavior, like Yaw going up on the first keypress back down, etc.

(Also, Yaw can go to negative 400, which seems unlikely to be right. Will attack that some other time.)

felixge commented 9 years ago

Thx! Plz have a look at my comments, I think the Equal stuff is not needed?

jeffallen commented 9 years ago

Wow, that's something about Go I didn't know.