Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
  2. Nov 13, 2020
  3. Nov 10, 2020
  4. Nov 09, 2020
  5. Nov 05, 2020
    • MelanieCarriere's avatar
      Merge branch 'FixTestStreamAndRemoveWarnings' into 'master' · 30b0d327
      MelanieCarriere authored
      Fix test stream and remove warnings
      
      See merge request !137
      30b0d327
    • MelanieCarriere's avatar
    • MelanieCarriere's avatar
      [test] remove warnings · 600a88ff
      MelanieCarriere authored
      600a88ff
    • MelanieCarriere's avatar
      [test] Fix the stream test · c4f835b8
      MelanieCarriere authored
      The reader test all frames of a pcap (even the first and the last one by enabling the corresponding option)
      So to generate the data, you also need to check "Chow first and last frame options"
      In case there is no uncomplete last frame (for a truncated pcap for example) this option create an empty frame at the end of the pcap.
      
      So when you test such a data in stream mode there is a segfault at the last split frame :
      There is no point in the last frame,
      so a simple call of "split frame" does not push back the current frame in the lidarPacketInterpreter frame buffer
      because there is a check on the number of point.
      
      The only way to avoid this segfault is by forcing the splitFrame.
      So an empty frame can be push back to the lidarPacketInterpreter frame buffer
      c4f835b8
  6. Nov 04, 2020
  7. Nov 03, 2020
  8. Oct 22, 2020
  9. Oct 13, 2020
  10. Oct 08, 2020
Loading