Discussion on DFNs integrationinterfaces » History » Revision 9
« Previous |
Revision 9/18
(diff)
| Next »
Quentin Labourey, 2018-04-11 17:15
Discussion on DFNs interfaces and integration¶
This page is a discussion to fix once and for all the interfaces and the way DFNs are going to be release inside the InFuse repo. I'll develop the example of DEM as it is the only DFPC that is "ready" at the moment. But I'm pretty sure that this can be generalized easily. For a reminder, the different DFNs of the DEM building DFPC can be found here (diagram DFPC_DEM_BUILDING.html).
So the DEM DFPCs contains 3 DFNs:- PcTransform to transform the point cloud from sensor frame to world frame
- Rasterizer to project the cloud on a cartesian grid
- MapFuser to fuse it into our internal grid
At the moment the three DFNs + the ASN1 layer are in the same library. However, it is important to separate ASN1 from core as ASN1 might not always be the communication standard. A way to do this is to build 2 libraries as follows:
Updated by Quentin Labourey over 6 years ago · 18 revisions