Diorcet Yann
Diorcet Yann
Doesn't seem to resolve all the cases: https://godbolt.org/z/9q5PnY
I have the same question too. The values seems to come from https://github.com/t0mpr1c3/Arduino-PID-AutoTune-Library/blob/master/PID_AutoTune_v0/PID_AutoTune_v0.cpp#L21. But in this code the table values are multiplied by 0.05 .. https://github.com/t0mpr1c3/Arduino-PID-AutoTune-Library/blob/master/PID_AutoTune_v0/PID_AutoTune_v0.h#L57
I rebased my PR on master
This is break only the usage when the user force the user as image parameters with -u root:root for example. The current behaviour seems to be an issue for many...
Okay, I finally succeeded to test the behaviour.
Seems to be a bug. Change ``` std::cout
Juste after the L67 seems to almost work (but certainly ugly) :) ``` o.add([=](){ this->observers.erase(std::remove_if(observers.begin(), observers.end(), [&](auto l){ return l.get_id() == o.get_id(); }), observers.end()); }); ```
Maybe I use the wrong tool then. I'm using a subject that emit reply from network communication. The subscription of the listener can occurs after the first received reply. I'm...
I maybe found a difference between rxpy and rxcpp. https://github.com/Reactive-Extensions/RxCpp/blob/master/Rx/v2/src/rxcpp/subjects/rx-replaysubject.hpp#L166 https://github.com/ReactiveX/RxPY/blob/master/rx/subjects/replaysubject.py#L68 In case of rxpy if the on_completed event is received from the source, if a replay observer subscribe after...
The source is still valid in the initial variable. I will try harder to create minimal example