-
Notifications
You must be signed in to change notification settings - Fork 1
[Raspberry Pi Mouse] ROS 2版シミュレータの情報を追加 #36
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
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.
確認しました。全体的な文章OKです。
一部指摘事項と、コマンドについてコメントしてます。
docs/raspimouse/simulator/install.md
Outdated
Raspberry Pi Mouse SimulatorはメインボードにRaspberry Piを使った左右独立二輪方式の小型移動プラットフォームロボット、Raspberry Pi Mouseのシミュレータです。 | ||
|
||
Gazebo上で動きます。ROSとGazeboがインストールされた環境で使用することができます。 | ||
Gazebo上で動きます。ROS/ROS 2とGazeboがインストールされた環境で使用することができます。 |
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.
この一文は削除しましょう。
ROS/ROS 2が必要なことは使用機材のところで説明している & gazeboはraspimouse_simと同時にインストールされるので。
Gazebo上で動きます。ROS/ROS 2とGazeboがインストールされた環境で使用することができます。 |
docs/raspimouse/simulator/install.md
Outdated
|
||
# シミュレータのインストール | ||
|
||
Raspberry Pi Mouse SimulatorはメインボードにRaspberry Piを使った左右独立二輪方式の小型移動プラットフォームロボット、Raspberry Pi Mouseのシミュレータです。 |
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 Mouse Simulatorとraspimouse_simが同じものであることを示したいです。
Raspberry Pi Mouse SimulatorはメインボードにRaspberry Piを使った左右独立二輪方式の小型移動プラットフォームロボット、Raspberry Pi Mouseのシミュレータです。 | |
Raspberry Pi Mouse Simulator(rt-net/raspimouse_sim)はメインボードにRaspberry Piを使った左右独立二輪方式の小型移動プラットフォームロボット、Raspberry Pi Mouseのシミュレータです。 |
docs/raspimouse/simulator/install.md
Outdated
$ git clone -b humble-devel https://github.com/rt-net/raspimouse_sim.git | ||
|
||
# 依存パッケージをインストール | ||
$ git clone -b humble-devel https://github.com/rt-net/raspimouse_description.git |
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.
raspimouse_descriptionはraspimouse_simの依存関係に入っているのでコマンド不要です。
$ git clone -b humble-devel https://github.com/rt-net/raspimouse_description.git |
``` | ||
|
||
=== "ROS 2" | ||
次のコマンドを実行します。 |
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.
リリースが完了したらapt installコマンドに書き換えましょう
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.
コマンドは右上のボタンでコピーできるので、コピー&実行しやすいレイアウトに変更したいです。
ROS 2 Docのようなドキュメントをイメージしてます。https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html
具体的には
- 文頭のドルマーク($)を書かない
- コマンドの塊を分割する(ダウンロード、インストール、ビルド単位の塊にする)
- #で始まるコメントを本文に記載する (コメント文は実行されないので、問題は無いですが)
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.
最終的には他のページのコマンド文も書き換えたいです。
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
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?
Raspberry Pi Mouseの項目にROS 2版シミュレータの導入手順と動作手順を追加します。
Does this close any currently open issues?
しません。
How has this been tested?
ローカル環境で
preview.sh
を実行して表示を確認しました。Any other comments?
Checklists