Skip to content
Snippets Groups Projects
  1. Nov 10, 2020
    • MelanieCarriere's avatar
      [fix] Fix the spreadsheet columns visibility consistency · 2fb44e27
      MelanieCarriere authored
      Columns visibility was restored only in the first opening of LidarView.
      For example :
      if you open the spreadsheet (using ctrl-t), hide a specific column,
             close the spreadsheet (using ctrl-t) and reopen it, the column wasn't hide.
      
      This was due to the check on the current object (if it was different thant the previous).
      Actually we want to update the column selection everytime the spreadsheet is displayed.
      Even if it's the same object or the same frame.
      2fb44e27
  2. 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
  3. Nov 04, 2020
  4. Nov 03, 2020
  5. Oct 22, 2020
  6. Oct 13, 2020
  7. Oct 08, 2020
  8. Oct 07, 2020
  9. Oct 06, 2020
  10. Oct 01, 2020
  11. Sep 29, 2020
  12. Sep 28, 2020
Loading