-
Notifications
You must be signed in to change notification settings - Fork 30
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
ROS 2 Jazzy対応 #80
ROS 2 Jazzy対応 #80
Conversation
…gnition to Gazebo
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.en.md
Outdated
|
||
## Installation | ||
|
||
Download this ROS 2 package. | ||
|
||
```sh | ||
cd ~/ros2_ws/src | ||
git clone -b ros2 https://github.com/rt-net/raspimouse_sim.git | ||
$ cd ~/ros2_ws/src |
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
cd ~/ros2_ws/src | ||
git clone -b ros2 https://github.com/rt-net/raspimouse_sim.git | ||
$ cd ~/ros2_ws/src | ||
$ git clone -b ros2 https://github.com/rt-net/raspimouse_sim.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.
ブランチはros2よりjazzyのほうがよさそうなので修正をお願いしたいです(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.
修正しました。
ご指摘の点を修正しました。 |
修正ありがとうございます。 |
What does this implement/fix?
ROS 2 Jazzyに対応します。
Does this close any currently open issues?
しません
How has this been tested?
環境
実施内容
READMEの手順に従いテストしました。LiDARを使用した機能は
urg
・lds
・rplidar
の3種類で実行しました。READMEの記述にあるサンプルプログラムには、以下のパッケージが必要です。
リリースはされていませんが、
feature/support-jazzy
のブランチでテストしています。Any other comments?
raspimouse_ros2_examplesとraspimouse_slam_navigation_ros2がサンプルプログラムに必要である補足をREADMEに追記しています。
Checklists