Giter VIP home page Giter VIP logo

wrencopter's People

Watchers

 avatar  avatar

wrencopter's Issues

Gimbal worker

Looks like it will be possible to control gimbal angles from Python via GPIO pins on the Pi connected to servos.

With this in place, a Python script can be made that controls roll and pitch via commands sent to stdin, and reports roll and pitch via stdout. So commands like this could be sent:

set roll=-5 pitch=30
get pitch
get roll

Making this first will make it easy to test raw gimbal control.

Then make a worker that listens to attitude values from the FC's IMU, calculates roll/pitch values, and sends those to the gimbal controller running as a child process.

MPCC: Store past point sets

Each time you record a set of points in MPCC, it should collect them together and store them for later use. This should be automatic. Then provide a dialog someone can use to pick a past one. In the list items, show how far each one's point[0] is from the current vehicle position, and sort by that distance (smallest first).

MPCC (and others) could control zoom and focus

zoom and focus attributes on the camera are controlled via a FIFO calls to /tmp/cam_config.fifo. These values could be interpolated between two values by MPCC. That is, when you save a location while recording an MPCC, zoom and focus values could be queried and saved in the location. Then when generating intermediate points, intermediate zoom/focus values could be generated along with yaw and gimbal-tilt values.

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.