Coder Social home page Coder Social logo

Comments (2)

mfussi66 avatar mfussi66 commented on August 18, 2024 1

Today, me and @vvasco started off the task. We successfully implemented the logic in the eventCollector module regarding the collection of obstacleDetector info. The eventCollector is tasked to populate a JSON file with info regarding errors from the speech and navigation pipeline.

So far, an error event is written in the JSON file every time the obstacleDetector communicates the presence of an obstacle inside a radius. The radius is configurable, so we can tune it to detect only potential contact against the environment.
We just need to make sure that the eventCollector does not flood the file with lines. This can be solved, for example, by making the obstacleDetector send only the obstacle found/removed events, instead of a stream of messages.

I think we just need to clarify if there are other faulty events regarding navigation that can be useful to GRACE.

from assistive-rehab.

mfussi66 avatar mfussi66 commented on August 18, 2024 1

Today we checked the behaviour of the eventCollector in presence of both obstacleDetector warnings and googleSpeech warnings on the robot.
The tests went well, there is just an issue regarding the way the jsoncpp library is used, that necessitated a suboptimal workaround to make everything work as expected. It might need a little bit of study to make it work in a flexible way as desired.

from assistive-rehab.

Related Issues (20)

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.