mavlink icon indicating copy to clipboard operation
mavlink copied to clipboard

ardupilot: added GNSS_SVINFO message

Open tridge opened this issue 3 years ago • 2 comments

so we can display what satellites are being used ping @giacomo892 This will be a msg requested by the GCS when the UI is open to display sat info

tridge avatar Apr 28 '21 09:04 tridge

More information is needed in how to distinguish constellations in the information, as well as the band, as the CNo isn't the same between L1/L2/L5....

On Wed, Apr 28, 2021, 05:32 Andrew Tridgell @.***> wrote:

so we can display what satellites are being used ping @giacomo892 https://github.com/giacomo892 This will be a msg requested by the GCS when the UI is open to display sat info

You can view, comment on, or merge this pull request online at:

https://github.com/ArduPilot/mavlink/pull/204 Commit Summary

  • ardupilot: added GNSS_SVINFO message

File Changes

Patch Links:

  • https://github.com/ArduPilot/mavlink/pull/204.patch
  • https://github.com/ArduPilot/mavlink/pull/204.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ArduPilot/mavlink/pull/204, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEKTCA2ZM3DFE5AQ5RJ7YTTK7I3ZANCNFSM43WWGTQA .

WickedShell avatar Apr 28 '21 23:04 WickedShell

Yeah, I think we need to have a message either not match the ublox one, or document here how it's to be decoded...

On Wed, Apr 28, 2021, 21:37 Michael Oborne @.***> wrote:

@.**** commented on this pull request.

In message_definitions/v1.0/ardupilotmega.xml https://github.com/ArduPilot/mavlink/pull/204#discussion_r622677819:

@@ -1708,5 +1708,15 @@ Minimum distance the sensor can measure. Maximum distance the sensor can measure.

  •  <description>The positioning status, as reported by GNSS. This message is intended to display status information about each satellite visible to the receiver. This message can contain information for up to 64 satellites.</description>
    
  •  <field type="uint8_t" name="gnss_id" instance="true">GNSS instance.</field>
    
  •  <field type="uint8_t" name="satellites_visible">Number of satellites visible</field>
    
  •  <field type="uint64_t" name="nav_mask">mask of satellites used for navigation</field>
    
  •  <field type="uint8_t[64]" name="SV">space vehicle number</field>
    

this is a very ublox only specific reference.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ArduPilot/mavlink/pull/204#pullrequestreview-647762006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEKTCAW7XZ25KWIAT63B6LTLCZ4PANCNFSM43WWGTQA .

WickedShell avatar Apr 29 '21 01:04 WickedShell