-
Notifications
You must be signed in to change notification settings - Fork 2
mapping accuracy ellipse [CPP-906] #953
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
Conversation
Co-authored-by: Jason Mobarak <[email protected]>
Frontend and Release Workflow Started here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only horizontal accuracy should be plotted on a top down map view
Frontend and Release Workflow Started here |
* @param points optional number of points to render ellipse, higher for smoothness | ||
* @return {{geometry: {coordinates: [][], type: string}, type: string}} | ||
*/ | ||
function createGeoJsonEllipse(center, rX, rY, points = 32) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the ellipse code will be useful if in future we want to plot the MSG_POS_LLH_ACC:
or MSG_POS_LLH_COV:
messages which allow break down of the horizontal accuracy into North/South and East/West components
Frontend and Release Workflow Started here |
No description provided.