![]() | 1 | initial version |
The problem is <topicName>scan</topicName>
. Both lasers publish on the same topic. This creates conflicting information on the laser scans. The glitch you mention probably comes from the localization failing to keep up.
Each laser should publish on its own topic, e.g. scan_front
and scan_rear
.
![]() | 2 | No.2 Revision |
The problem is <topicName>scan</topicName>
. Both lasers publish on the same topic. This creates conflicting information on the laser scans. The glitch you mention probably comes from the localization failing to keep up.
Each laser should publish on its own topic, e.g. scan_front
and scan_rear
.
Edit: Actually, no. The frame names should be enough to differentiate them. Not sure what to assume with the given information.
![]() | 3 | No.3 Revision |
The problem is <topicName>scan</topicName>
. Both lasers publish on the same topic. This creates conflicting information on the laser scans. The glitch you mention probably comes from the localization failing to keep up.
Each laser should publish on its own topic, e.g. scan_front
and scan_rear
.
Edit: Edit:
Actually, no. The frame names should be enough to differentiate them. Not sure what to assume with the given information.
Edit2:
So, I did some experiments. Your problem is probably the sensor names.