You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new custom visualization for the Beast Kit driver. Will be made up of the following layers:
PointMarker that uses uses getLocation() and getOrientation() based on the GpsOutput's location and heading
LoB that uses getPolylineId() based on the AoAOutput's frequency but we build a line color method that possible converts frequency into a color
Ellipse that uses getEllipseId() based on the GeoOutput's frequency with similar generateColor method that converts frequency into color to match the LoB creating the Ellipse
Create new custom visualization for the Beast Kit driver. Will be made up of the following layers:
PointMarkerthat uses uses getLocation() and getOrientation() based on the GpsOutput's location and headingLoBthat uses getPolylineId() based on the AoAOutput's frequency but we build a line color method that possible converts frequency into a colorEllipsethat uses getEllipseId() based on the GeoOutput's frequency with similar generateColor method that converts frequency into color to match the LoB creating the Ellipse