hudsonfoo / kerbal-openmct

Integrate telemetry from Kerbal Space Program into NASA's Open MCT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Telemetry measurements should support multi-dimensional arrays

hudsonfoo opened this issue · comments

Telemachus sends a response for certain measurements like so:

[["Sensor Name 1", "Sensor Name 2"],[0,0]]

This plugin does not currently contemplate arrays in endpoint responses so the data is not plot-able and shows up as plain text instead. The expected result is multiple telemetry measurements, one for each telemetry attribute in the array.