How to exclude obstacles from tilemap's navigation2d?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Robotex

Navigation works if obstacles made by tiles but if I add separate objects, my enemies start to stuck to it.

How to exclude that objects from navigation? Or how to add additional children (Area2D, etc) to obstacle’s tile?