navigation icon indicating copy to clipboard operation
navigation copied to clipboard

Fix static layer not transforming to global frame

Open siferati opened this issue 2 years ago • 0 comments

Description

Static layer wasn't transforming to global_frame_ when computing the update bounds. This resulted in the static obstacles not being drawn correctly in the costmap when map_frame_ and global_frame_ are different.

Easy to reproduce if you set map_frame_ and global_frame_ to different values and disable every layer except the static one.

siferati avatar Feb 14 '23 05:02 siferati