-
after wrote the line ; $ pip install dist/tellopy-0.5.0.dev*.whl --upgrade
i got the error
tellopy requires Python '>=2.7', !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*,
-
Hello,
First off, I know vgo is not production use ready. But i'm doing an hobby project on the Tello drone using this library for the SDK (which is great, thanks!). When fetching dependencies via …
-
Hello,
I ran the tello driver_test.go program and it connects to wifi and when I originally ran it it threw
`imported and not used: "fmt"`
I fixed this by adding a blank identifier infront of "fmt…
-
When selecting an area, I got this error...
Any advise?
Fedora 27.
-
Am I missing something, or is there a reason the fields of the FlightData struct are not exported?
-
It seems to me that many of the fields in the FlightData struct can contain int16 values of either 0 or 1. Eg. all the fields extracted in ParseFlightData with an ``& 0x1``
Would it not be much mo…
-
I have been messing around with mapping the Xbox Controller to the Tello. I have found that RT, LT, and DPAD buttons aren't being registered. I tested with multiple controllers and the problem persist…
-
Currently the aTello app supports 2 types of physical controllers, but does not provide any way for people without an external controller/gamepad to operate it. A simple virtual joystick option simila…
-
-
I currently have a function that deploys a new VM in Azure that will automatically join the VM to our AD (not AAD). I use the cmdlet Add-AzureProvisioningConfig for this.
I'm now trying to recreate …