navigation_layers icon indicating copy to clipboard operation
navigation_layers copied to clipboard

Range sensor layer frequently returning "Range sensor layer can't transform from.."

Open ApoloM opened this issue 2 years ago • 1 comments

Sometimes the layer get stuck at the error:

"Range sensor layer can't transform from.."

Apparently, reducing the queue size of the subscribers from 100 to 10 solved my problem (line 106 of range_sensor_layer.cpp). I suggest to add a parameter for customizing the queue size.

ApoloM avatar Jun 30 '22 14:06 ApoloM

I tried the same solution but didn't work. Any other solution? UPDATE: I fixed the frequency of publisher and solved. Thanks!

gustavojoseleite avatar Sep 06 '23 22:09 gustavojoseleite