Project

General

Profile

Actions

Discussion on DFNs integrationinterfaces » History » Revision 7

« Previous | Revision 7/18 (diff) | Next »
Quentin Labourey, 2018-04-11 17:13


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

Rasterizer and MapFuser are relevant basically ONLY to the DEM DFPCs, while PcTransform is a more generic DFN that could be used by any other DFPC. Here is the current state of the implementation:

 

Updated by Quentin Labourey over 6 years ago · 18 revisions