Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • USTHzhanglu/HesaiPlugin
  • LidarView/HesaiPlugin
2 results
Show changes
Commits on Source (4)
......@@ -831,7 +831,11 @@ bool vtkHesaiGeneralPacketInterpreter::PreProcessPacket(unsigned char const* dat
auto specificInformation = std::make_shared<HesaiGeneralSpecificFrameInformation>();
specificInformation->blockOffset = i;
this->ParserMetaData.SpecificInformation = specificInformation;
frameCatalog->push_back(this->ParserMetaData);
if (frameCatalog)
{
frameCatalog->push_back(this->ParserMetaData);
}
isNewFrame = true;
}
}
last_azimuth_ = pkt.blocks[i].azimuth;
......
NAME
HesaiLidar
DEPENDS
LidarView::IOLidar
pcl_io
VTK::CommonColor
VTK::CommonComputationalGeometry
VTK::CommonCore
......@@ -11,6 +13,6 @@ DEPENDS
VTK::CommonSystem
VTK::CommonTransforms
VTK::InteractionWidgets
LidarCore
PRIVATE_DEPENDS
VTK::CommonCore
VTK::IOInfovis