atb033/multi_agent_path_planning

Can it support the input of obstacles of straight line type?

Closed this issue · 1 comments

Can it support the input of obstacles of straight line type?

The algorithms don't support line segment obstacles. As a workaround, you may divide the line segments into discrete point obstacles to compute paths that avoid the line segments.