Integrate PosedPointcloud #63
-
Hi,
Then I writed a simple app to integrate a PosedPointcloud from recorded data:
The issue is that I dont obtain the same map of the example but a totally wrong map. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @ceccocats, |
Beta Was this translation helpful? Give feedback.
Hi @ceccocats,
The RayTracingIntegrator does not work well with wavelet-encoded maps (e.g. HashedWaveletOctree). I'd recommend using the
HashedWaveletIntegrator
. There's an example of how to use this integrator without ROS in this reply.If you're interested in using wavemap without ROS, you might be happy to hear we're actively working on supporting this use case. We just finished porting the wavemap library into a pure CMake project (making usage of catkin optional) and are now starting to work on "pipelines", which will make it much easier to create and configure sensor_input+integrator->map streams. Given our current workload, it might still take several weeks until this is ready, but…