agri-gaia / seerep

spatio-temporal-SEmantic Environment REPresentation for robots in an agricultural context
https://agri-gaia.github.io/seerep
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Defer index creation when storing pointclouds using the flatbuffers service #386

Closed mmeijerdfki closed 3 months ago

mmeijerdfki commented 4 months ago

This is part of #350.

Changes:

This lead to a improvement of roughly 15s in time to store 5000 pointclouds using the gRPC_fb_sendPointCloud.py script on my Intel® Core™ i5-8250U system, compared to the method before which took about 39s for that task.