autoware_ai_planning icon indicating copy to clipboard operation
autoware_ai_planning copied to clipboard

Global path planner generates an infeasible global path that cuts through a map

Open squizz617 opened this issue 3 years ago • 1 comments

Bug report

Required information:

  • Operating system and version: Ubuntu 18.04
  • Autoware installation type: Docker image autoware/autoware:1.14.0-melodic-cuda, as specified in the Dockerfile of https://github.com/carla-simulator/carla-autoware at commit 975b6f3.
  • Autoware version or commit hash - 1.14.0
  • ROS distribution and version:
    • ROS Melodic (pre-installed in the docker image)
  • ROS installation type:
    • Pre-installed in the docker image

Description of the bug

  • I am running Autoware 1.14.0 (docker image: autoware/autoware:1.14.0-melodic-cuda), Carla 0.9.10.1 (docker image: carlasim/carla:0.9.10.1) as a simulator and carla-autoware-bridge at 975b6f3 as a bridge.
  • For an unknown reason, the global path planner generates an infeasible global path that cuts through a map. Following the path, the Autoware vehicle ends up crashing into static objects (fence, houses, ...) in the map.
  • Please see the camera data. The vehicle makes a sudden right turn, crashing into a fence.
  • Looking at the visualized path, rviz, the initial global path itself is infeasible. Pure pursuit did its job in following the global path.
  • Please check the rosbag file for a detailed trace.
  • Map files can be downloaded at: autoware-contents.

Steps to reproduce the bug

  1. Replay the self-contained rosbag file.

Expected behavior

New motion plan should be generated to deal with the blocking object.

Actual behavior

Motion plan doesn't change, leading to a forward collision.

Screenshots

Additional information

squizz617 avatar Apr 08 '21 02:04 squizz617

Hi, did you find a solution to this problem? I am facing the same issue. Thanks

BatuhanUlucay avatar Oct 26 '21 13:10 BatuhanUlucay