nasa/fprime

Add OpenMCT Telemetry Viewer to F-Prime GDS

已关闭

#2,161 创建于 2023年7月26日

 (4 条评论) (0 个反应) (0 位负责人)C++ (1,249 个派生)batch import
help wanted

仓库指标

星标
 (9,718 个星标)
PR 合并指标
 (平均合并 5天 15小时) (30 天内合并 65 个 PR)

描述

F´ Version 3.2.1
Affected Component

Feature Description

An OpenMCT Telemetry viewer in F-Prime GDS would involve creating a plugin that would:

  1. Take in the TopologyAppDictionary.xml and generate OpenMCT JSON Definitions
  2. Poll the F-Prime GDS API for telemetry and publish the data to an OpenMCT server

Ideally, the user would just run the command fprime-gds and an OpenMCT server would start as a separate tab, along with the standard F-Prime GDS server. The user would get access to all the F-Prime telemetry channels in the OpenMCT server, which would display the channels in real time.

Rationale

Currently, the way to view telemetry in F-Prime GDS is via the charts tab and the channels tab. The current telemetry views allow for raw timestamp viewing and individual plots of telemetry. OpenMCT allows for additional customizability with telemetry viewing. Users can create layouts with multiple telemetry channels, and visualize telemetry in a much more refined manner(stacked/overlay plots, gauges, tables).

贡献者指南