Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(smart_mpc_trajectory_follower): enhance performance with LSTM an…
…d compensation, add compensator outside of MPC (#7696) * update smart mpc package * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/data_collection_utils.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/data_collection_utils.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/proxima_calc.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/drive_iLQR.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/pure_pursuit_gain_updater.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/proxima_calc.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/pure_pursuit_gain_updater.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * style(pre-commit): autofix * modified commentout Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> * fixed duplicate conditions in run_auto_test.py Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> * doc: add description of kernel density estimation * rename some parameters and remove unnecessary parameters Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> * style(pre-commit): autofix * Fixed links in README.md * add a sample of trained models Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> * style(pre-commit): autofix * doc: remove japanese comment * update README.md * add whitespace * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/python_simulator/pure_pursuit_gain_updater.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * Update control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/scripts/drive_mppi.py Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * style(pre-commit): autofix * Some files were refactored Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> * const on member functions that do not change member variables Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> * bug fixed --------- Signed-off-by: masayukiaino <masayuki.aino@proxima-ai-tech.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: asei-proxima <asei.inoue@proxima-ai-tech.com>
- Loading branch information