You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as suggested by the wiki, then it works. So the problem is most likely somewhere on the lines 283-289.
Sidenote: using
{"id" : "inv",
"scale": -1.0 }
works as well, since the hal does not check if the offset parameter is given and then just assumes that it is 0. This might be a feature or an additional bug.
The text was updated successfully, but these errors were encountered:
There is an example on the wiki about inverting the signal: https://wiki.eeros.org/eeros_architecture/hal/scaling_multi
Using this inv stage does not result in an inversion but some really strange behaviour (output goes to max value and remains there). I assume that there is a bug in the JsonPaser::calcScale function (https://github.com/eeros-project/eeros-framework/blob/6fcc962cfdb4e6042cf93f5dc00996a6de4ca210/src/hal/JsonParser.cpp line 193).
If I use
instead of
as suggested by the wiki, then it works. So the problem is most likely somewhere on the lines 283-289.
Sidenote: using
works as well, since the hal does not check if the offset parameter is given and then just assumes that it is 0. This might be a feature or an additional bug.
The text was updated successfully, but these errors were encountered: