GithubHelp home page GithubHelp logo

Comments (3)

 avatar commented on June 27, 2024

The DiddyBorg examples should all be using the following code:

PBR.SetMotor1(driveRight)
PBR.SetMotor2(-driveLeft)

in all places so that the front is where the camera fits.

I cannot see the page where the left / right swap is, could you point me to it?

The reason the motors are inverted is that all of the motors are connected the same way electrically.
That is to say both the left and right motors are connected so that + -> + and - -> -.
Since the motors are then fitted the opposite way around it means the left and right wheels turn in opposite directions.
By inverting one set we make them spin the same way.

from diddyborg-web.

moggoly avatar moggoly commented on June 27, 2024

It's on the 4Borg Web UI page: https://www.piborg.org/4borg/webui

from diddyborg-web.

 avatar commented on June 27, 2024

Ah, that is a mistake...

On 4Borg the left and right motor connections are swapped over to keep the cabling neat.
This means with a 4Borg the code should be:

PBR.SetMotor1(-driveLeft)
PBR.SetMotor2(driveRight)

I have updated both GitHub and the website for the 4Borg files.
The rest of the 4Borg standard examples are already correct in the installation.

from diddyborg-web.

Related Issues (3)

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.