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

mini-widget: display a location #1340

Open
1 task done
ES-Alexander opened this issue Sep 16, 2024 · 5 comments
Open
1 task done

mini-widget: display a location #1340

ES-Alexander opened this issue Sep 16, 2024 · 5 comments
Labels
ui UI related issues widget-specific A widget-specific issue

Comments

@ES-Alexander
Copy link
Contributor

ES-Alexander commented Sep 16, 2024

Problem to solve

Sometimes it's useful to track/record the numerical values of a location, rather than just visualising its position on a map, and sometimes locations are not geo-referenced. Currently this is awkward to do, because it requires multiple separate mini-widgets and the data may not be in the desired display format (e.g. see #1326).

Desired approach

A mini-widget with support for

  1. any valid sources of location data
    • MAVLink / NMEA / etc
    • vehicle location, control station location, etc
  2. common display formats
    • latitude, longitude
    • UTM
    • local x, y [,z] (probably with support for metric vs imperial)
  3. position validity/accuracy
    • colour or opacity could potentially be used to indicate when a position estimate is uncertain, or older than a threshold time

Additional context

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.
@ES-Alexander ES-Alexander added widget-specific A widget-specific issue ui UI related issues labels Sep 16, 2024
@patrickelectric
Copy link
Member

I would add GPS position estimation as well, like BlueOS GPS widget.

@vshie
Copy link

vshie commented Sep 16, 2024

Having a button to mark/save a given position, give it a label, could be super handy for both ROV and Boat...

@ES-Alexander
Copy link
Contributor Author

@vshie this issue is focused around a display widget - adding a button for location tagging/annotation/logging functionality seems more relevant to #84 / #594, although you could also suggest it as its own widget :-)

@vshie
Copy link

vshie commented Sep 16, 2024

Ah, good point, my apologies!

@ES-Alexander
Copy link
Contributor Author

No worries - just don't want your good idea to get lost in the weeds! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui UI related issues widget-specific A widget-specific issue
Projects
None yet
Development

No branches or pull requests

3 participants