Giter Site home page Giter Site logo

pc-drone's People

Contributors

perrytsao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pc-drone's Issues

Which part of code is the one directly commanding drone?

Hi, i've been analyzing the code, is it correct that this part of the code is the one directly commanding the movements of the cx-10?

## Serial comms - write to Arduino
throttle=clamp(throttle, 1000, 2000)
rudder=clamp(rudder, 1000, 2000)
command="%i,%i,%i,%i"% (throttle, aileron, elevator, rudder)
print "[PC]: "+command
arduino.write(command+"\n")

cheers

Getting Drone Camera video in realtime

Hi,
I have a question about getting the realtime Drone video on the computer. It would be great if you could let me know is there any solution for getting real-time drone camera video in the computer?

Thanks.

Binding to cx-10 procedure

Hi, i think im close to flying the drone with your python code

Where exactly in the code of fly_drone.py does it start binding to the drone (eg: simulating the minimum throttle, maximum throttle, minimum throttle sequence)?

Im actually trying to run the serial_test.py file from your other repo, which uses the same command as this file (arduino.write())

at https://github.com/perrytsao/nrf24_cx10_pc/blob/master/serial_test.py

though i can't post comments there

(im just trying to test flight the drone with manual keyboard controls before moving on to opencv and the real fun ^^)

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.