Skip to content

[fix] Fix segfault when applying SLAM

Julia Sanchez requested to merge FixLVwrapping into master
  • By now, SLAM can only be applied on the fields Frame/Data which are polydatas and not on Trailingframe which is a multiBlock

  • TrailingFrame is selected by default when loading a pcap so the first call to the SLAM filter without changing the selected field in Pipeline browser makes LV crash (SegFault).

  • This commit allows to apply the filter on the Trailingframe input

  • It checks the input in RequestData and extract the polydata from the multiblock if needed

@nick.laurenson @melanie.carriere PTAL

Edited by Julia Sanchez

Merge request reports