Git Product home page Git Product logo

piwars3's People

Contributors

brianwiddas avatar pkm-uk avatar worlds6440 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pkm-uk robberwick

piwars3's Issues

Blinkstick LED's

We need to control some blickstick LED's via python. Number of LED's is unknown, ways in which we need them to be controlled is unknown.

Summary: Have fun :)

OLED Screen refreshing

Noticed that challenges can try to update screen whilst launcher thread is still changing it. This leads to menu overlay mess. Not critical, but would be nice to lock screen usage so that this cannot happen.

Upgrade Core

Core module needs to know about and operate 2x motor ESC's (already done), 4x Aux ESC's (2 pairs) and 3x Aux Servo's.

Project requires a unit test suite

At some point soon, we should be thinking about providing some coverage for the existing code with a unit test suite. This will make code easier and quicker to refactor (or when merging PRs) by providing feedback as to any regressions or breakages introduced as a result of changes.

It doesn't have to be anything hugely fancy to begin with - just enough to make sure that prodding the code in one place doesn't break it in another. Once even a basic suite exists, it can be fleshed out later.

Investigate use of JSON for config files

Currently, we're using INI files in order to persist configuration parameters in a file, which is quite verbose when serialising and deserialising. If we switched to using JSON, then we would be able to directly save and load a single python configuration dictionary by using json.dumps(conf_obj) and json.loads(file_content).

RC Mode joystick mixing

Currently using tank driving mode where left and right sticks are used only for left and right throttles. Need to implement single stick driving mode.

Button Debounce

We need to cope with multiple button presses in short succession and treat as a single hit.

RC Half Speed Mode

RC Mode was deemed uncontrollable due to the speed. Full speed is only required for autonomous straight line speed test so RC should throttle back to say 1/2 speed or possibly even 1/4 speed. This will help us maneuver easier.

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.