-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The behavior_path_planner can not plan the right path in some positions as the target #2310
Comments
Hi, can you please share map (pcd and lanelet) files? The lanelets which highlighted as I have shown below picture show that the route has been successfully generated by the mission_planner, I didn't see any problem in this case. If you're worried about not seeing the green path in rviz, the path will move forward as the vehicle move. The parameter that is Line 4 in 29e8b43
|
@ismetatabay As you say, the route has been successfully generated by the mission_planner.Yes,I get what you mean.The distance from the target is more than 300m.But the problem is that final path of the behavior_path_planner is short(I print the size of the path and it shows that there are just 8 points in the path) |
@ismetatabay I test the code and show the information about the path of behavior_path_planner as below: case1: case 2: |
@shulanbushangshu This is weird thing that it shouldn't happen. At this case, if I've tried many different scenarios but haven't run into a problem. As expected, if the distance to the goal was greater than 300 meters, approximately 152 path points were generated on Is it possible for you to share the lanelet2 .osm file? |
This pull request has been automatically marked as stale because it has not had recent activity. |
Checklist
Description
When I set the different positions of target in the lane,the behavior_path_planner can not plan the right path in some positions.
case 1:
case 2:
case 3:
case 4:
Expected behavior
The behavior_path_planner shall plan the right path in all positions of the lanes.
Actual behavior
The behavior_path_planner can not plan the right path when I set some different positions as the target in the lanes.
Steps to reproduce
1.Start autoware planning simulator;
2. Set initial position
3. Set target in the different positions in the lane(far from the initial position)
Versions
1.OS: Ubuntun 20.04
2.ROS2: Galactic
3.Autoware: Autoware.universe:main
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: