Giter Club home page Giter Club logo

robbie9-2020's People

Contributors

alexandratripcea avatar alexprapugicu avatar dd-iuonac avatar djhojd avatar kutnikeduard24 avatar npseba avatar pflueras avatar pgolimba avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

robbie9-2020's Issues

Scaffold an Angular project

Task

  • generate a new Angular project using the Angular CLI

Notes

  • I would suggest to place it in the root folder of this repository
  • usually I name the folder client but any other suggestion is much appreciated

Keep in mind that the Angular CLI also creates a new git repository which we already have so it should be removed.

Add ImageAnalysysService meant for cloud communication

This service will be located in this module service/image_analysis.py.
Provided functionality:

  • uploadImage(String image_filename)
    • Just add 250 ms sleep for now
  • delectTrafficLight(String image_filename): boolean
    • Just add 250 ms sleep for now
  • CarController will receive an ImageAnalysisService instance

Implement static web page and /status with Flask

Implement:

  • serve static page index.html
  • GET /status - status of car (STOPPED, RUNNING, ...)
  • extend Car with status attribute. To be implemented with CarStatus enum

Check robbie9.http exploratory test.

Publish events on each car change of status

  1. Extend Car statuses: STOPPED, RUNNING, TAKE_PICTURE, UPLOADING_IMAGE, IMAGE_UPLOADED, ANALYSE_IMAGE, TRAFFIC_LIGHT_DETECTED, TRAFFIC_LIGHT_NOT_PRESENT
  2. Publish events from CarThread to CarEventProcessor (boundary/car_event_processor.py)

You can use PyDispatcher package (current version is 2.0.5) for a pub/sub library.

Support non-blocking /run

/run endpoint blocks now for the entire journey of robbie9.
Implement non-blocking (multithreading?) behaviour.

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.