-
Notifications
You must be signed in to change notification settings - Fork 30
READMEのフォーマット修正 #86
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: ros2
Are you sure you want to change the base?
READMEのフォーマット修正 #86
Conversation
This reverts commit e009e43.
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にコメントしたので修正する場合は英語版にも反映いただけたらと思います。
Co-authored-by: YusukeKato <[email protected]>
Co-authored-by: YusukeKato <[email protected]>
@YusukeKato |
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: YusukeKato <[email protected]>
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.
少しだけ要望追加しました! ご確認お願いします 🙇
README.en.md
Outdated
- raspimouse_gazebo | ||
- [Joystick Control](./raspimouse_gazebo/README.md#joystick-control) | ||
- [Object Tracking](./raspimouse_gazebo/README.md#object-tracking) | ||
- [Camera Line Follower](./raspimouse_gazebo/README.md#camera_line_follower) | ||
- [SLAM & Navigation](./raspimouse_gazebo/README.md#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.
今後のメンテナンス時に変更箇所が増えてしまうので、ここは削除してREADMEの案内のみでお願いしたいです。
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を見た際に、どのような名前のサンプルが用意されているか把握できる形式としたほうが個人的にはわかりやすいと思います。ですので、各種サンプルに対してのリンクは削除して一覧を残すという方針はいかがでしょうか。
一度以下のような形式にしてみました。(箇条書きトップのraspimouse_gazebo
の記述も、自明なので削除しています)
How to Use Examples
Detailed usage of the sample program is explained in the README of the raspimouse_gazebo
package.
- Joystick Control
- Object Tracking
- Camera Line Follower
- SLAM & Navigation
README.md
Outdated
- raspimouse_gazebo | ||
- [Joystick Control](./raspimouse_gazebo/README.md#joystick-control) | ||
- [Object Tracking](./raspimouse_gazebo/README.md#object-tracking) | ||
- [Camera Line Follower](./raspimouse_gazebo/README.md#camera_line_follower) | ||
- [SLAM & Navigation](./raspimouse_gazebo/README.md#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.
こちらも削除でお願いします。
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.en.mdと同じ意見です。
```sh | ||
ros2 launch raspimouse_ros2_examples teleop_joy.launch.py joydev:="/dev/input/js0" joyconfig:=f710 mouse:=false | ||
``` | ||
|
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.
追加しました。
Co-authored-by: Kuwamai <[email protected]>
@Kuwamai レビュー修正とコメントをしました。ご確認をお願いします。 |
What does this implement/fix?
READMEのフォーマットを修正し、可読性をあげます。
Does this close any currently open issues?
しません。
How has this been tested?
テストはしていません。ドキュメントの整備のみです。
Any other comments?
英語と日本語のREADME両方が対象です。
現在のデフォルトであるros2ブランチと、README整備用のfix/readmeブランチのREADMEを直接見ると比較しやすいと思います
Checklists