MCPcopy Create free account
hub / github.com/GDUT-Kyle/faster_lio_sam / findPosition

Method findPosition

src/ImageProjection.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 void findPosition(double relTime, float *posXCur, float *posYCur, float *posZCur)
376 {
377 *posXCur = 0; *posYCur = 0; *posZCur = 0;
378 }
379
380 PointType deskewPoint(PointType *point, double relTime)
381 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected