We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related facontidavide/PlotJuggler#640
Here we should set ignore_nan=True I suppose to ensure that NaN is represented as null:
ignore_nan=True
yakut/yakut/param/formatter.py
Line 112 in 996e646
The text was updated successfully, but these errors were encountered:
As a temporary workaround, pipe Yakut output through jq --compact-output --unbuffered, which correctly converts NaN to null. Example:
jq --compact-output --unbuffered
y sub 100:reg.udral.service.actuator.common.feedback 110:reg.udral.physics.dynamics.rotation.PlanarTs 120:reg.udral.physics.electricity.PowerTs 150:zubax.telega.DQ --sync \ | jq --compact-output --unbuffered \ | nc -u localhost 9870
Sorry, something went wrong.
Fix #61
e4ac408
Fix 57, 61, 68 (#78)
77d364f
Fix #61 Fix #68 Close #57
Successfully merging a pull request may close this issue.
Related facontidavide/PlotJuggler#640
Here we should set
ignore_nan=True
I suppose to ensure that NaN is represented as null:yakut/yakut/param/formatter.py
Line 112 in 996e646
The text was updated successfully, but these errors were encountered: