Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
    • 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
  2. Nov 04, 2020
  3. Nov 03, 2020
  4. Oct 22, 2020
  5. Oct 13, 2020
  6. Oct 08, 2020
  7. Oct 07, 2020
  8. Oct 06, 2020
  9. Oct 01, 2020
  10. Sep 29, 2020
  11. Sep 28, 2020
Loading