Skip to content
New issue

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

Plotting Widget Features #85

Open
12 tasks
ES-Alexander opened this issue Oct 27, 2022 · 1 comment
Open
12 tasks

Plotting Widget Features #85

ES-Alexander opened this issue Oct 27, 2022 · 1 comment
Labels
enhancement New feature or request widget-specific A widget-specific issue

Comments

@ES-Alexander
Copy link
Contributor

ES-Alexander commented Oct 27, 2022

During inspections (and navigation) it can be helpful to see real-time plots of collected sensor data. A valuable plotting widget would include:

  • ability to live-plot data from the vehicle
    • MAVLink data
    • other data (e.g. CPU load, network latency)
  • multi-signal plots
    • multiple lines on one graph (e.g. two temperature readings)
  • signal modifiers
    • maths operations (e.g. abs(roll), or depth+altitude for bathymetry)
    • display-modifiers (e.g. scatter point colour and/or size based on a different signal, like depth coloured by heading)
  • text annotations (e.g. title, axis labels, legend, colourmap descriptors)
  • axis scales and modifiers (e.g. log time scale to squish together old data to not scroll past it as fast, constant offset)
  • axis limits settable to auto or fixed values
  • option to choose between plotting variables against time or a different variable (like on an oscilloscope)

Some internal discussion here

@ES-Alexander ES-Alexander added enhancement New feature or request widget-specific A widget-specific issue labels Oct 27, 2022
@ES-Alexander
Copy link
Contributor Author

ES-Alexander commented Apr 27, 2024

This was also discussed somewhat in #449, as part of a standard widget version of the existing VeryGenericIndicator mini-widget.

A basic form of this that could still be very useful would just be a time-based plot of a single variable, with a settable duration (or number of data points?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request widget-specific A widget-specific issue
Projects
None yet
Development

No branches or pull requests

1 participant