1 / 6

Sensor Unification

Sensor Unification. ION Sensor Viewer LADAR Memory. Viewer Interface. Goal Create a HUD that shows LADAR readings Create a HUD that would connect these readings Add ability to increase or decrease viewable area. Viewer Code. Four Classes where used to create Viewer Control

reuben
Download Presentation

Sensor Unification

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sensor Unification ION Sensor Viewer LADAR Memory Ed Weaver - Sensors Group

  2. Viewer Interface • Goal • Create a HUD that shows LADAR readings • Create a HUD that would connect these readings • Add ability to increase or decrease viewable area Ed Weaver - Sensors Group

  3. Viewer Code • Four Classes where used to create Viewer • Control • Control Widgets on the left side • Sensor Display • Yellow display screen • Sensor Data • Representation of real time sensor data • Slice • Real time calculation of Least Squares fit Ed Weaver - Sensors Group

  4. Slice Code • Goal • Calculate relationship of coordinates using a least squares fit • Update least squares calculations in real time as coordinates change Ed Weaver - Sensors Group

  5. Least Squares Fit • Determining if Coordinate on a Least Squares Fit Line • Y = M*X + B • Least Squares Calculates M and B • Error based on (YActual – YCalculated)2 • If Error > Acceptable Error then there is a new line or point Ed Weaver - Sensors Group

  6. Layout of Slice Class Ed Weaver - Sensors Group

More Related