GithubHelp home page GithubHelp logo

marco-luzzara / floor-cleaner Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.99 MB

Python app and STM32 project to control a floor cleaning robot

Python 0.56% C 96.45% Assembly 0.23% Makefile 2.68% Shell 0.01% Vue 0.06% CSS 0.01%

floor-cleaner's People

Contributors

marco-luzzara avatar

Watchers

 avatar  avatar

floor-cleaner's Issues

Convert A* to a Memory bounded version

A* is currently used to find the shortest path in the grid, when the cleaner needs to move to another area.
in the worst case, A* needs exponential memory storage. It is not feasible in an embedded environment given the limited memory availability. A possible solution is to use SMA* (Simplified Memory-Bounded A*), see

https://it.wikipedia.org/wiki/SMA*
https://laconicml.com/simplified-memory-bounded-a-star/
https://stackoverflow.com/questions/38554515/most-memory-efficient-algorithm-for-finding-a-path-on-a-grid

use DMA for map initialization

The map info can be read using DMA, especially after having read the number of rows and columns. I can initialize a matrix of rows * columns and then fill it with a single call of HAL_UART_Receive_DMA. The map will consist of an array of pointers to the segments of the buffer passed to HAL_UART_Receive_DMA.

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.