-
Notifications
You must be signed in to change notification settings - Fork 2
Add setup instructions for emcl2_ros2 #81
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
base: main
Are you sure you want to change the base?
Conversation
@uhobeike レビューお願いしたいです。 |
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.
修正よろしくお願いします。
mkdocs.yml
Outdated
@@ -89,6 +89,7 @@ nav: | |||
- 有線LAN(Ethernet): document/real_machine/set_up/wired.md | |||
- 無線LAN(Wi-Fi): document/real_machine/set_up/wireless.md | |||
- Ethernet LiDAR の接続: document/real_machine/set_up/ethernet_lidar.md | |||
- emcl2_ros2 の使用: document/real_machine/set_up/emcl2_ros2.md |
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.
これは、Set Up
の方ではなくてNavigation
ですね。
@@ -0,0 +1,50 @@ | |||
## 概要 | |||
raspicatを[emcl2_ros2](https://github.com/cit-autonomous-robot-lab/emcl2_ros2)で自己位置推定させる方法 |
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.
Raspberry Pi Catって他の場所では、正しく書いてるので
それに合わせてほしいです。
### `/emcl2`ノードが立ち上がったことを確認 | ||
`/amcl`ノードが立ち上がっていないことも確認 | ||
``` bash | ||
ros2 node list |
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.
せっかくなら、grep
コマンドで検索をしましょう。
@uhobeike |
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.
修正をお願いします。
mkdocs.yml
Outdated
@@ -98,6 +98,7 @@ nav: | |||
- Navigation: | |||
- ナビゲーション: document/real_machine/navigation/navigation.md | |||
- ウェイポイント ナビゲーション: document/real_machine/navigation/waypoint_navigation.md | |||
- emcl2_ros2 の使用: document/real_machine/set_up/emcl2_ros2.md |
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.
- パスが間違えてるので、ページが開けないです
確認をしてからレビューの依頼をしてください
@uhobeike 改めてレビューお願いします |
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.
修正よろしくおねがいします。
|
||
## 環境構築手順 | ||
### パッケージの準備 | ||
#### raspicat_slam_navigation |
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.
リンク付きにしましょう
cd ~/raspicat2/src/raspicat_slam_navigation | ||
git checkout -b feat/emcl2-ros2 origin/feat/emcl2-ros2 | ||
``` | ||
#### emcl2_ros2 |
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.
これも
## 環境構築手順 | ||
### パッケージの準備 | ||
#### raspicat_slam_navigation | ||
emcl2_ros2を起動するブランチに切り替える。 |
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.
ここもリンクつけましょうか
emcl2_ros2 を使えるようにするページを作成しました。