Giter Site home page Giter Site logo

Comments (6)

ericstoneking avatar ericstoneking commented on June 30, 2024

It's intentional, to enforce the discipline of "FSW shouldn't have to access the ground truth". 42 allows some cheats (access to ground truth, ideal actuators) to enable rapid early prototyping, but by the time you're using "remote" controllers, it's recommended that you grow out of those.

from 42.

DarioTurchi avatar DarioTurchi commented on June 30, 2024

Thanks,
so the recommended approach to follow to develop (and use) sensor models extern to the 42 code (which would need ground-truth values) would be to parse the S[].* part of the IPC message and get the ground-truth from there. Correct ?

from 42.

ericstoneking avatar ericstoneking commented on June 30, 2024

Sure, that should work.

from 42.

DarioTurchi avatar DarioTurchi commented on June 30, 2024

Thank you very much for the clarifications so far.
As a related topic, it seems to me the server is not providing the client (via IPC) with details about the involved sensors (e.g., SC[0].MAG[0].Noise), not even just within the first message, in which other configuration aspects are communicated.

This would be useful for a remote ACS in order to, e.g., tune the navigation filtering algorithms without needing replicated configuration files.

Is such information available over the IPC communication and I couldn't figure it out? Or would it somehow break the system philosophy?

from 42.

ericstoneking avatar ericstoneking commented on June 30, 2024

You might want to study Database/Readme.txt.

from 42.

DarioTurchi avatar DarioTurchi commented on June 30, 2024

Hi,
yes, I've already had (since I wrote the last comment) a better look at that file and the code and I've realised it is possible to enable the communication of those fields by using the [~>~] tag.
However, could you confirm me that it is not possible to have such fields sent only with the first message?
It seems to me (but I'm not sure) that the fields sent only on the first message are the ones under the ~Parameters~ tag, but only within the AC structure.
Am I right ?

Many thanks

from 42.

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.