Davide Faconti

Results 437 comments of Davide Faconti

you do NOT need to remove const to add move semantic. You can just copy the fields, instead of moving them

Your only limitation is the physical RAM memory on your computer. Voxel resolution? Try and check the amount of memory being used (there is a method for that)

Hi, I found and corrected today a bug. Since the version 1.0.2 has been released, you may want to start with that. great initiative, thanks.

what do you need by "latest update"? Can you tell me which version worked and which one doesnt? Also can you provide a sample rosbag to reproduce the error?

> getInput should be able to handle custom classes afaik No, it is not supposed to work magically, I am sorry

> While adding a inline std::vector convertFromString(const StringView key) function does solve the issue, I think that's a fake solution. No, this IS THE SOLUTION > getInput should be able...