Skip to content
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

Autoware cannot recover after stopping #9803

Open
3 tasks done
Kim-mins opened this issue Dec 26, 2024 · 0 comments
Open
3 tasks done

Autoware cannot recover after stopping #9803

Kim-mins opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
simulator:carla Issue related to CARLA simulator

Comments

@Kim-mins
Copy link
Contributor

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

Hi team,

I'm currently running Autoware with Carla, and I found a situation that the ego vehicle does not recover from stopping.
Here's a video of the situation: [rviz]

I failed to find why the ego vehicle could not recover from stopping, but I think the ego vehicle stops after the following steps:
(The timestamp is for the video above)

  1. [0:10] The NPC vehicle in front keep driving backward slowly, and the ego vehicle drives forward correspondingly.
  2. [0:25] A large portion of the pointcloud of the NPC vehicle is filtered as below, for some reasons.
    image
  3. [0:27] After the NPC vehicle go out of the trajectory of the ego vehicle, the ego starts to drive forward.
  4. [0:30] The pointcloud of the NPC vehicle starts to be recovered and it makes the ego vehicle misunderstand the NPC is driving forward, even though the NPC is driving backward as before. (I could check that the NPC keeps driving backward at the video here.)
  5. The ego vehicle stucks and cannot recover from the stopping.

Here's more information of the situation:

  • Starting/Goal pose (from launch.log)
initial pose - x: 228.787155, y: -1.961268, z: 0.060946
initial orientation - qx: 0.000741, qy: -0.000043, qz: 0.000490, qw: 1.000000
goal pose - x: 395.959991, y: -105.389999, z: 2.300000
goal orientation - qx: 0.000000, qy: 0.000000, qz: 0.707109, qw: 0.707105

Expected behavior

I expected that the ego vehicle to drive forward after the NPC vehicle drives out of the ego's trajectory.

Actual behavior

However, the ego vehicle could not start to drive after stopping.

Steps to reproduce

  1. Pull image from https://github.com/autowarefoundation/autoware/pkgs/container/autoware/321564631?tag=universe-devel-cuda-0.39.1-amd64 and run Autoware with Carla, using autoware_carla_interface.
  2. Run ros2bag file above.

Versions

  • OS: Ubuntu 22.04 (Docker), Ubuntu 20.04 (host)
  • Autoware: 0.39.1
  • Carla: 0.9.15
  • autoware_carla_interface: link

Possible causes

No response

Additional context

No response

@maxime-clem maxime-clem added the simulator:carla Issue related to CARLA simulator label Jan 7, 2025
@maxime-clem maxime-clem self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
simulator:carla Issue related to CARLA simulator
Projects
Status: To Triage
Development

No branches or pull requests

2 participants