-
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
Humble対応 #6
Humble対応 #6
Conversation
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.
変更箇所は問題ないと思います。
SLAMとNavigationが正常に動作することを確認しました。 |
CIがfoxyのままだと思うので、humbleへの変更をお願いします(現在はCIが動いていませんが、変更をpushしたら動くと思います)。 |
raspimouse_ros2_examplesにhumble-develブランチを作成しました。 |
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.
1箇所コメントしました。確認お願いします
@@ -417,7 +417,7 @@ Visualization Manager: | |||
Global Options: | |||
Background Color: 48; 48; 48 | |||
Fixed Frame: map | |||
Frame Rate: 30 | |||
Frame Rate: 5 |
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.
Frame Rateを変更した理由をPRのコメントに書き残してください。
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.
追記しました!
README.md
Outdated
@@ -7,6 +7,7 @@ Raspberry Pi MouseでSLAMが行える`raspimouse_slam`パッケージとナビ | |||
|
|||
現在、以下のROS 2のディストリビューションに対応しております。 | |||
- Foxy ([foxy-devel](https://github.com/rt-net/raspimouse_slam_navigation_ros2/tree/foxy-devel)) | |||
- Humble ([TBD]()) |
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.
変更忘れないようにご注意
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.
リンクわかる(予測できる)ので今のうちに追加しちゃってもいい気がしてきましたが、どうでしょう?
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.
このPRで対応してOKです:+1:
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.
LGTM
What does this implement/fix?
ROS 2 Humbleに対応するように、Launchファイルの書き換えなどを行いました。
Does this close any currently open issues?
#5
How has this been tested?
READMEのQuick Startで記述したSLAMとナビゲーションを、実機で行い動作確認をしました。
Any other comments?
現時点では、raspimouse_ros2_examplesに
humble-devel
ブランチがないため、READMEに記載されているインストール方法だと失敗します。(raspimouse_slam_navigation_ros2も同様です)どちらも
main
ブランチを指定するようにしておくのが妥当でしょうか?→
humble-devel
ブランチが作成されたので解決しました。RVizファイルのFrame Rateを30→5Hzに変更しているのは、LiDAR情報を表示するための変更です。
(参考: https://answers.ros.org/question/413915/rviz2-lookup-would-require-extrapolation-into-the-future/ )
Checklists