GithubHelp home page GithubHelp logo

kiprasmel / sioko Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 303 KB

:robot: :zap: Kovinio roboto programinė įranga, remastered

License: GNU General Public License v3.0

C++ 91.28% C 8.72%
sioko robotics robots fighting arduino

sioko's People

Contributors

kiprasmel avatar

Stargazers

 avatar  avatar

Watchers

 avatar

sioko's Issues

Padaryt automatinius testus sensoriams

Kai apsirašysim share-able sensorių config'ą pagal #12, bus labai lengva jį share'int / exportuot etc. (jeigu reiktų quick, bet netgi geriau būtų pasidaryt šitam pačiame projekte ir tiesiog padaryt script'ukus mano normies komandos nariams, kad galėtų prasicheck'int).

Tai galėtume checkint, ar kiekvienas sensorius bent 1 kartą visus pamatė ir vėl nebematė.

Susitvarkyt su `Serial.print`ais

Bent kovos metu juos visus reikia išjungti, jog neužlaikytų roboto.

Būtų nice pasidaryt toggle'ą, kad galėtum paprastai keitinėt,
maždaug kaip global lygio DEBUG flag'as - ar įjungt, ar išjungt.

Realiai tai galim pasidaryt funkciją ir pagal global / local flag'ą tikrint, so yeah, cool, will do sometime later.

Tai arduino vis dėlto C ar C++?

Motor fn improvements

Motorai su laiku ir vairuoti robotą atskirai nutraukia ir varo pirmyn, jeigu priekis mato. Galbūt varymą į priekį reik įdėt į patį motor fn?

Apsirašyt sensorius/pinus naudojant struktūras

Nebeužtenka 1 skaičiuko (obviously). Struktūra atrodytų maždaug taip:

enum Puse {
    kaire,
    vidurys,
    desine
};

struct Sensorius {
    int pinas;
    int kiekLaipsniuPasisukes;
    Puse puse;
    int outputKaiMato;  /** tikrinimui su digitalRead, see #11 */
};

See also: #11

Fix jiggling

Might have to fix front locking "ar priekis ka nors mato"

Port SIOKO to C++

Use platformio to allow cross-platform development with various features and improvements, including C++ support!

This is only the porting part. The part 2 of this is actually re-writing some things the C++ way to either make the code simpler, more efficient, provide additional features, or all of the above.


Using /ladislas/Bare-Arduino-Project, port SIOKO to C++

  • Make compilation work w/ Makefile

    • For Linux
    • For Windows
    • For OS X (I won't be able to test it myself)
  • Make uploading work w/ Makefile


2019-09-10

Turns out this is not as easy as it seems...

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.