Lua conditionals do not evaluate for every time point #625
-
Hi, Maybe I'm misunderstanding something about how Lua works, but it seems impossible for me to get the built in Lua interpreter to evaluate conditionals for each point in the time series. For example, the script
Seems to return whichever conditional was evaluated first, for all points in the time series. E.g. even if my input contains both positive and negative values, if the first value is positive, then each point in the returned time series will be 1, and vice versa. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
that is very weird, I am 100% sure that it should not happen. Give me a way to reproduce the issue, step by step with the LATEST version of PlotJuggler, and I will look into it |
Beta Was this translation helpful? Give feedback.
that is very weird, I am 100% sure that it should not happen.
Give me a way to reproduce the issue, step by step with the LATEST version of PlotJuggler, and I will look into it