Thomas Boyer-Chammard

Results 106 comments of Thomas Boyer-Chammard

@CombustableLem0n thank you for closing this out!

Changes probably need to be done in that branch here if what is requested is for the older versions of documentation: https://github.com/nasa/fprime/tree/docs/auto-documentation/docs Not too sure what the best approach is...

The `--zmq` flag removes the need of a middleware application occupying port 50050, using ZMQ instead of a TCP server being the middleman. We will probably make `--zmq` flag the...

Yes `MathSenderTesterHelper.cpp` should not be used, it is auto-generated when using `set(UT_AUTO_HELPERS ON)`, you can skip its generation by using `fprime-util impl --ut --auto-test-helpers`. We need to either change the...

Totally agree with you. It definitely gives more control, so for experienced users it may be preferable. I guess by "advanced" I just meant it abstracts more things away, so...

@ljreder can you confirm that you're seeing the same issue that was just reported here: https://github.com/fprime-community/fprime-tutorial-math-component/issues/26 ?

Addressed by https://github.com/fprime-community/fpp/pull/401

@ljreder apologies for the late response. This has been fixed and released in FPP, but F´ itself hasn't been re-released yet so that is why you are still encountering issues....

I ran through the tutorial (with the updated FPP version) and confirmed the issue is fixed. We will keep this issue open until the next F´ release, which will ship...

Added the recommended changes. I wanted to apply them to the other `Fw::*String` types to resolve the same warnings in those classes, but that broke some implicit conversions in, at...