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 sometimes drives over the velocity limit. #6487

Closed
3 tasks done
Kim-mins opened this issue Feb 26, 2024 · 6 comments
Closed
3 tasks done

Autoware sometimes drives over the velocity limit. #6487

Kim-mins opened this issue Feb 26, 2024 · 6 comments
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)

Comments

@Kim-mins
Copy link

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 running Autoware with Carla, and I found that Autoware sometimes drives over the velocity limit.
Here are the video, ros2bag file and launch.log file for more details: [rviz] [ros2bag] [launch.log]

In the video, the max_velocity is set to 30 km/h, but after the cornering, Autoware accelerates ignoring the velocity limit more than 10km/h.

Expected behavior

I want Autoware to drive under the velocity limit.

Actual behavior

But Autoware sometimes drives over the velocity limit.

Steps to reproduce

  1. Pull prebuilt Autoware docker image: https://github.com/autowarefoundation/autoware/pkgs/container/autoware-universe/166911012?tag=humble-20240115-prebuilt-cuda-amd64
  2. Run ros2bag file I provided above.

Versions

Possible causes

No response

Additional context

No response

@maxime-clem maxime-clem added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Feb 27, 2024
@maxime-clem
Copy link
Contributor

I will try to reproduce the issue when I get CARLA running. In the meantime I have the following questions:

  • Did you change the velocity limit somewhere or are you using the default parameters ?
  • What map are you using ?
  • Are you encountering this issue on a downward slope by any chance ?

@Kim-mins
Copy link
Author

Thank you for the response @maxime-clem!!

I used the map Town01 of Carla, and here's the maps for Autoware: [lanelet2], [pointcloudmap].

Actually, the map does not contain any information for changing speed limit, so I changed the velocity limit manually(if not changed, it is fixed to 72km/h), following the information from Carla, by publishing a message to /planning/scenario_planning/max_velocity (I'm considering the conversion between km/h and m/s too).

Also, Town01 does not have any slope, and the roads are totally flat.

Thanks!

@maxime-clem
Copy link
Contributor

@mraditya01 was not able to reproduce the issue when using the new CARLA interface he is working on.

@Kim-mins
Copy link
Author

Maybe I should report it when I meet this issue later again.

By the way, does the bridge supports the latest version too?
And will the bridge be merged into the main branch soon? How's your plan?

Thanks!

@maxime-clem
Copy link
Contributor

Yes we are planning to merge it into universe as soon as possible, but we are having some issues with the latest Autoware version. Once we can support the latest Autoware we will open the PR for review (#6621).

@Kim-mins
Copy link
Author

Thank you for the quick response @maxime-clem!

That's a really good news! I'm currently running a past version(20240115), so I always worried about bothering you since the found issues could be outdated.
I hope the PR to be merged as soon as possible. I really look forward to it.

Thank you for spending time to this issue @maxime-clem @mraditya01! I'll reopen this issue when I find the same bug.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Development

No branches or pull requests

2 participants