hdl_graph_slam
hdl_graph_slam copied to clipboard
Multiple lidars slam
Hello, I would like to create SLAM from 2 pointcloud topics. How could I do it? In my case I have 2 lidars and 2 topics which are published with a tf from lidars to base_link. I tried to use topic_tools relay
to merge data from two topics to one, but it seems to ignore the tf. Any information would be appreciated.
I think you could try to transform two pointcloud to same coordinates like base_link, then merge two pointcould.