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

fix(obstacle_avoidance_planner): change behavior when optimization fails #1575

Closed
wants to merge 1 commit into from

Conversation

yuki-takagi-66
Copy link

@yuki-takagi-66 yuki-takagi-66 commented Oct 4, 2024

Description

https://tier4.atlassian.net/browse/RT0-33698
https://star4.slack.com/archives/CRUE57C30/p1727746662736939
への暫定対応PRです。

path_optimizer (X2 v2.3.3においてはobstacle_avoidance_planner) で計算に失敗した際の振る舞いを変更し、
前回の最適化経路を出力するようになっていたところを、前段のモジュールの経路を出力するように変更しました。

path_optimizerにより経路を大きく変更しながら走行している際には、それなりに急にハンドルを切る可能性があります。(vehicle_cmd_gateあるいはMPCのパラメータ次第です)

また、今後類似問題が発生した際に発生事象を絞り込めるように、例外発生時のエラーメッセージを増やす対応を行いました。

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Yuki Takagi <[email protected]>
Copy link

sonarcloud bot commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant