rosmod / rosmct

Development of an openmct system for telemetry of ros systems
MIT License
20 stars 4 forks source link

Enable topic value telemetry and add data logging #37

Open codeflight1 opened 1 year ago

codeflight1 commented 1 year ago

This PR contains small changes to allow working with the latest version of openmct, and fixes the viewing of topic value telemetry. It also adds data logging with QuestDB.

Closes #13, closes #14, closes #20, closes #22, closes #31, closes #36.

Ronoman commented 1 year ago

What is the QuestDB schema you are using? I'm struggling to guess at what it is to set this up locally.

codeflight1 commented 1 year ago

Ah sorry about that, I'll push documentation tonight.

Ronoman commented 1 year ago

Would it also be possible to separate this PR into two, one for Quest DB integration and one for updating to the newer version of openmct? If QuestDB is needed for the other features then it might not be possible, but if it's really 2 separate features, I'd love to be able to test each independently.

codeflight1 commented 1 year ago

I added support for disabling the DB with the DISABLE_QUESTDB environment variable.