-
Notifications
You must be signed in to change notification settings - Fork 698
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 continuously accelerates not considering a friction. #6894
Comments
Low friction is very challenging because of the slip it introduces. In such a case, the brake and steer command does not behave as expected and control becomes very poor. |
Low-friction is out of the current scope of Autoware so this issue will probably not be addressed before a while. |
Hello @maxime-clem If this issue is wont-fix. Can we close this issue or is there any other suggestion |
@meliketanrikulu do you think it is okay to leave it open ? The issue is not resolved and may be addressed in the future so I prefer if we can leave it open. |
@maxime-clem Maybe we can open as feature request section in the discussions (https://github.com/orgs/autowarefoundation/discussions/categories/feature-requests) and we can close wont-fix issues. It may be useful to talk about this topic at Software WG. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Checklist
Description
Hi team,
I'm currently running Autoware with Carla, and I found a situation that the ego vehicle continuously accelerates not considering a friction.
Here's the video and log file for the situation: [rviz] [frontview] [launch.log]
At the frontview video, the ego vehicle passes a blue box that indicates the low-friction area, and after exiting the blue box, the speed of the ego vehicle goes up to 44km/h(the speed limit is 30km/h) instantly and slows down. (the collision with the pedestrian is related to the issue #6709)
So I also tested the normal scenario(with no low-friction area and no pedestrian) and I could observe that the overall acceleration value is very similar, but it seems that it starts to be different when the vehicle is on the low-friction area. Here's the graph on change of acceleration value during the driving(x: # of published message(fps=20), y: acceleration value):
Around the 300th message, I could check that the acceleration value increases for some periods, and it decreases steeply after increasing.
It seems the ego vehicle is driving on the low-friction area at the 300th message, and the acceleration value seems a bit high, compared to the normal scenario.
Expected behavior
I expected the ego vehicle to drive as usual, even when the vehicle is on the low-friction area.
Actual behavior
But the vehicle misbehaves after passing the low-friction area.
Steps to reproduce
Here's a ros2bag file to reproduce: [ros2bag]
Versions
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: