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_nav2_param #75

Merged
merged 10 commits into from
Nov 7, 2023
Merged

fix_nav2_param #75

merged 10 commits into from
Nov 7, 2023

Conversation

shunki1006
Copy link
Contributor

PR Type

  • Feature
  • Bug fix
  • Refactor
  • Documentation
  • Other

Overview

  • Nav2パラメータの修正.

Detail

  • ナビゲーション時に, 特徴点が少ない場所で自己位置が吹き飛ぶ問題と, 停止するwaypointでの位置修正に時間がかかりすぎる問題に対応しました.
  1. amcl内のmax_beamsを100→300に, max_particlesを500→1500に上げました.
  2. general_goal_checker内のyaw_goal_toleranceを上げ, FollowPath内のRotateToGoal.slowing.factorを5.0 →-1.0に変更しました.

Test

  • つくば公園内で挙動を見てる感じ問題なさそうでした.

@shunki1006 shunki1006 added the enhancement New feature or request label Nov 6, 2023
@shunki1006 shunki1006 self-assigned this Nov 6, 2023
Copy link
Contributor

@Alpaca-zip Alpaca-zip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RotateToGoalのパラメータが足りていないのでそれを追加してほしいのと、RotateToGoalのscaleがデフォルトの32倍になっているのが気になります。
https://navigation.ros.org/configuration/packages/trajectory_critics/rotate_to_goal.html

@shunki1006
Copy link
Contributor Author

RotateToGoalのパラメータが足りていないのでそれを追加してほしいのと、RotateToGoalのscaleがデフォルトの32倍になっているのが気になります。 https://navigation.ros.org/configuration/packages/trajectory_critics/rotate_to_goal.html

DWBのCriticのパラメータを全て追記しました.
ご確認お願いいたします.

@shunki1006 shunki1006 requested a review from Alpaca-zip November 7, 2023 11:41
@shunki1006 shunki1006 requested a review from Alpaca-zip November 7, 2023 12:39
@Alpaca-zip Alpaca-zip merged commit 0193bff into main Nov 7, 2023
1 check passed
@Alpaca-zip Alpaca-zip deleted the fix/nav2_param branch November 7, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants