autowarefoundation / autoware.universe

https://autowarefoundation.github.io/autoware.universe/
Apache License 2.0
1k stars 640 forks source link

How the freespace_planner node takes more account of map boundaries #4709

Open nainaigetuide opened 1 year ago

nainaigetuide commented 1 year ago

Checklist

Description

When using the A* algorithm in parking for planning, as shown in the figure below, the two lines are the boundaries of the road. When using the freespace_planner node for planning, the car is very likely to press the lane line in the red area.

How can I avoid this from happening?

65c321cdf78f9857cdc48e25d531abb

Expected behavior

The planned route can be in the middle of the lane.

Actual behavior

The planned route may overwhelm the lane line

Steps to reproduce

Planning using the A* algorithm

Versions

No response

Possible causes

No response

Additional context

No response

stale[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity.