foxglove / community

This repo hosts our org-wide discussion board
0 stars 0 forks source link

Add "status" field to foxglove.LocationFix #725

Closed jhurliman closed 1 year ago

jhurliman commented 1 year ago

Description

Foxglove Studio has the ability to display GPS messages in the Map panel using different colors based on the status enum of ROS NavSatFix messages (see https://github.com/foxglove/studio/blob/main/packages/studio-base/src/panels/Map/MapPanel.tsx#L591). There is no equivalent enum or field for foxglove.LocationFix, requiring the use of the ROS message to display GPS messages without a location fix in a different color.

foxhubber[bot] commented 1 year ago

Internal tracking ticket: FG-2860

defunctzombie commented 1 year ago

I've changed this to a feature request since this is not a bug with any current functionality. Right now the LocationFix message does not have a status field in its design.