I am able to get a 3d point cloud with the assets_writer and I can also view it. My question would be now if I can see the 3d point cloud live, while I am mapping? I want to implement a navigation and it would be good if I can detect dynamical obstacles. So, is something like online 3d mapping possible? I mean 3d mapping without using bag files. I want to start rviz and when I start cartographer I want to see that google cartographer is drawing 3d maps not 2d.
Or better said a real-time loop closure in (real) 3d
I want to implement a navigation and it would be good if I can detect dynamical obstacles.
This is something that would be built on top of Cartographer. For example, here's a recent approach for building temporal 3D voxel layers that can be used with the ROS navigation stack: https://github.com/SteveMacenski/spatio_temporal_voxel_layer
This looks great! But do you know if it's possible to build a real time point cloud?
There is a way to do it in rviz, but it's slow, and the points will not follow trajectory optimization. Just set the accumulation delay of the PointCloud2 display of the topic /scan_matched_points to something large.
Thanks
I don't know why but I couldn't find the accumulation delay of the pc2 in rviz. I have the topic scan_matched_points2 in pc2 selected but can't see it. I have just a decay time
That鈥檚 it.
@Semih67 @MichaelGrupp
Hello, I am using a 16-lines LIDAR and IMU to build 3D map by cartographer.
I tun the parameters and run it with no error, the results are as follows:


There is a big gap with the real environment. I think the map is messy. What is the problem of this result? How can I solve it?
This is the validate result of my bag:

Here are my files:
demo_rsldiar_3d.launch
rslidar_3d.launch
mydemo_3d.rviz
rslidar_2d.urdf
rslidar_scan_3d.lua
my data bag
Most helpful comment
This is something that would be built on top of Cartographer. For example, here's a recent approach for building temporal 3D voxel layers that can be used with the ROS navigation stack: https://github.com/SteveMacenski/spatio_temporal_voxel_layer