[Autoware 1.11.0] Way_Planner cannot generate global path for lane change case
Required information:
Operating system and version: OS and version:
Ubuntu 16.04
Autoware installation type:
From source
Autoware version or commit hash
tag v.1.11
ROS distribution and version:
Kinetic
ROS installation type:
from binaries
Package or library, if applicable:
N/A
Description of the bug
We follow demo steps from youtube to test lane change of path planning.
Lane Change of Autoware (https://www.youtube.com/watch?v=C_4rX...)
According to demo video, way_planner can plan global path for lane change case on moriyama map. We upgrade Autoware to 1.11.0, we try to follow demo video step by step to plan global path with way_planner. But way_planner cannot generate global path with below error message.
PlannerH -> Plan (A) Failed, Trying Plan (B). Can't Generate Global Path for Start (X:-14770.6000061, Y:-84757.3999996, Z:39, A:2.35619449019 Lon:0, Lat:0, Alt:0, Dir:0) and Goal (X:-14878.6000061, Y:-84713, Z:39, A:-2.73146579822 Lon:0, Lat:0, Alt:0, Dir:0)
Can way_planner support plan path for lane change case on Autoware 1.11.0?
Any response will be greatly appreciated! Many thanks for your help.
Steps to reproduce the bug
Step1. Launch Autoware 1.11.0 , then load vector map from moriyama map folder
Step2. Launch vel_pose_connect with "Simulation Mode"
Step3. Launch way_planner by command, then assign inital pose with '2D pose estimate' button via RVIZ
Step4. Next, assign goal pose of lane change case with '2D Navi Goal' button via RVIZ
Finally, you will observe way_planner cannot plan plath with following errors
PlannerH -> Plan (A) Failed, Trying Plan (B). Can't Generate Global Path for Start (X:-14770.6000061, Y:-84757.3999996, Z:39, A:2.35619449019 Lon:0, Lat:0, Alt:0, Dir:0) and Goal (X:-14878.6000061, Y:-84713, Z:39, A:-2.73146579822 Lon:0, Lat:0, Alt:0, Dir:0)
Expected behavior
Way planner should plan global path for lane change case like demo video
How did you start way_planner by command? Did you run
roslaunch way_planner way_planner.launch
? It seems to haveenableLaneChange
file in the parameter, and that might be the reason. Tryroslaunch way_planner way_planner.launch enableLaneChange:=true
Hello, Many thanks for your information. The way_planner is launched by launch file, the enableLaneChange parameter is set "true". Do you test way_planner on moriyama map like video : https://www.youtube.com/watch?v=C_4rX... ? Many thanks for your help.