Open TakaHoribe opened 1 year ago
This pull request has been automatically marked as stale because it has not had recent activity.
Hello @TakaHoribe I am planning to work on this problem. Looks like you implemented the whole mpc_lateral_controller, and I was wondering if you had some reference paper or other relevant source to view the literature and the approach that you have implemented?
@kev278 Thank you for checking this issue. The documentation of the MPC lateral controller contains the following reference:
Jarrod M. Snider, "Automatic Steering Methods for Autonomous Automobile Path Tracking", Robotics Institute, Carnegie Mellon University, February 2009.
There is also a page explaining the MPC algorithm in details: https://autowarefoundation.github.io/autoware.universe/main/control/mpc_lateral_controller/model_predictive_control_algorithm/
This pull request has been automatically marked as stale because it has not had recent activity.
Checklist
Description
When a small steering rate limit is set to the MPC, the optimization fails.
It is reported in the https://github.com/autowarefoundation/autoware.universe/issues/4015. Please check the details of the issue.
The previous issue was addressed by modifying the default parameters. However, the fundamental cause of why MPC fails under stringent steering constraints is still unknown.
Expected behavior
The MPC can calculate target steering with a small steering rate limit
Actual behavior
The MPC fails to calculate target steering with a small steering rate limit
Steps to reproduce
Please see the details in the previously reported issue https://github.com/autowarefoundation/autoware.universe/issues/4015.
The MPC parameter should have a small steering rate limit. In the previous issue, the values are as follows.
Versions
No response
Possible causes
No response
Additional context
No response