Open SinanK94 opened 2 years ago
You should introduce two frames (one for each scanner) that describe the position relative to the base link and set those links for the scanners. And in general, maps should be generated in map
link, not in base_link
Maybe you should have a look at those first:
The scans from my sensors (sensor_1 and sensor_2) are captured in an output "scan" which have a common frame_id (default: base_link). The problem on my mobile robot is that one sensor is placed in the front left and the other sensor is placed in the back right. Therefore, I cannot use the common frame base_link because a map is created from the base_link and not from the respective sensors.
I did try it to see if I could list the frame_ids, as with the input_scans parameter, but without success. Is there maybe another solution for this?
`
`
Thanks in advance!