-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/start from mid #71
Conversation
@koki0624 @Alpaca-zip に本日この後見ていただけるようなのでその結果を待ちたいと思います. |
launchファイルの中で直接書き換えてみても同じでしょうか? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
地図は切り替わっていて問題ありませんでした。
読み込むmapファイルをmap2などにした場合でも、ロボットの初期位置がmap0の時のスタート地点なのは仕様ですか?
amclのパラメータで指定しない限り、ロボットは常に原点にいるものとされるはずです。(nav2の仕様) ちなみにこの作業は途中のウェイポイントから始めたい場合必須になります。(waypoint_navの仕様) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amclのパラメータで指定しない限り、ロボットは常に原点にいるものとされるはずです。(nav2の仕様)
したがって、途中のマップ・ウェイポイントから始めたい場合、実際にロボットがいる地点と向きを rviz の 2D Pose Estimate で指定する必要があります。ちなみにこの作業は途中のウェイポイントから始めたい場合必須になります。(waypoint_navの仕様)
ロボットの初期姿勢を指定しないと、最初に目指すべき適切なウェイポイントを探さないためです。
上記が動作確認していて気になった点で、意図した仕様であれば問題ありません。
以下ですが、kbkn_mapsのmlti_map/multi_map/hosei/m2/courtyard
でもいいかなと思いましたがどうですか?
@shunki1006 が扱いやすい方で良いです。
<arg name="multi_map_dir" default="$(find-pkg-share map_changer)/test"/> |
私は, 現状のkbkn_maps/multi_map/hosei/m2/courtyardでいいと思います. |
申し訳ございません. |
外で走らせてはいませんが、地図が切り替わることは確認したの問題ないと思います。 |
ご対応ありがとうございます. |
PR Type
Overview
Detail
Test
Attention