Vehicle not stopping at stop line when using OpenPlanner with lanelet2 map
I am using Autoware 1.13 with a OpenPlanner related fork (common, core_planning and core_perception are replaced) for use with lanelets. Currently I am assuming the problem is in the lanelet2 map. I have an example video using wf_simulator to navigate the map and visualized using Rviz here. The .osm file and the lanelet launch file is also included. The map was created using TierIV 1.13 mapping tool.
I will check, but first are you sure you have a stop sign and this stop sign is connected to the stop line, and the stop line is connected to a lane ?
proper connection is essential for OpenPlanner to function correctly.
I can't be completely sure it was done correctly because I could not find any good examples but I have a stop_sign(ID 158) and stop_line(ID 157) connected to a regulatory element(ID 159) that is referred to by the lane(ID 78) preceding to the stop_line and the subsequent turn lane(ID 94).
Hi,can your OpenPlanner(with common, core_planning and core_perception are replaced) implement obstacle avoidance or lane change?
Hello,Patrick N,I want know which branch/tags to choose in the fork.Thanks a lot.
I was using the openplanner.1.13 branch in those repositories. I never managed to get it to stop at a stop sign.
thanks,I will try for it