Skip to content

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

YazawaKenichi
Copy link
Contributor

emcl2_ros2 を使えるようにするページを作成しました。

@YazawaKenichi
Copy link
Contributor Author

@uhobeike レビューお願いしたいです。

Copy link
Member

@uhobeike uhobeike left a 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
Copy link
Member

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)で自己位置推定させる方法
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

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

せっかくなら、grepコマンドで検索をしましょう。

@YazawaKenichi
Copy link
Contributor Author

@uhobeike
修正しました
確認お願いします

Copy link
Member

@uhobeike uhobeike left a 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
Copy link
Member

Choose a reason for hiding this comment

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

  • パスが間違えてるので、ページが開けないです

確認をしてからレビューの依頼をしてください

@YazawaKenichi
Copy link
Contributor Author

@uhobeike
パスを修正
ページが開けることも確認しました

改めてレビューお願いします

Copy link
Member

@uhobeike uhobeike left a comment

Choose a reason for hiding this comment

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

修正よろしくおねがいします。


## 環境構築手順
### パッケージの準備
#### raspicat_slam_navigation
Copy link
Member

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
Copy link
Member

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を起動するブランチに切り替える。
Copy link
Member

Choose a reason for hiding this comment

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

ここもリンクつけましょうか

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

Successfully merging this pull request may close these issues.

2 participants