GithubHelp home page GithubHelp logo

robotont-firmware's Introduction

robotont

The metapackage for robotont

Build Status License

robotont-firmware's People

Contributors

andresmihkelson avatar kingboomie avatar leonid-98 avatar veix123 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

robotont-firmware's Issues

version

  • hardcode version / git hash information into the firmware
    • are there any options for automating this?
  • respond with the version if the VERSION command is received over serial

Check the units of RS, MS commands and their documentation.

Needs attention. For 'RS' and 'MS' the speed should be in standard units of m/s. For 'RS' it has to be in the Robot's coordinates and for 'MS' it should be the linear speed of the wheel along the axis perpendicular to the motor shaft.
We should clearly note that in 'DC' mode, velocity controllers are disabled and the values are directly set as PWM signal duty cycles for each motor.

Originally posted by @Veix123 in #18 (comment)

use DMA for serial communication

The NUCLEO board has a DMA controller that could be used to offload some CPU load to the dedicated controller. @oalaro already looked into this in becd7c7. Sending a single message via DMA works, but afterwards everything crashes. Since DMA functions are not implemented in mbed-os yet we have to fall back to the lower level HAL layer.

improve the controller

The Robotont's wheels are currently controlled by 3 PID controllers that are INDEPENDENT! This is problematic, when the speed setpoints for the controllers are not symmetrical (e.g. when moving sidewise) or when disturbances occur on one of the wheels.
We need a single controller that is aware of all encoder values and controls all wheels simultaneously. As a result, blocking the motion of one wheel should proportionally slow down the other two.

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.