-
Notifications
You must be signed in to change notification settings - Fork 3
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
README更新 #10
README更新 #10
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.
コメントの確認お願いします。
README.md
Outdated
rosdep install -r -y -i --from-paths . | ||
|
||
# パッケージをビルドする | ||
cd ~/catkin_ws | ||
cd ~/ros2_ws | ||
catkin_make |
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.
catkin_make |
``` | ||
|
||
## 使用方法 | ||
|
||
次のコマンドを実行するとRViz上にSciurus17のモデルが表示されます | ||
|
||
```sh | ||
roslaunch sciurus17_description display.launch | ||
ros2 launch sciurus17_description display.launch.py | ||
``` | ||
|
||
![display_launch](https://rt-net.github.io/images/sciurus17/display_launch.png) |
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.
画像ではTFも表示されてますが、diplay.launch.pyを実行するとTFが出てこないです。
TFも表示するようにrvizのコンフィグファイルを更新してください。
README.en.md
Outdated
rosdep install -r -y -i --from-paths . | ||
|
||
# Build the package | ||
cd ~/catkin_ws | ||
cd ~/ros2_ws | ||
catkin_make |
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.
catkin_make |
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?
READMEの内容をROS 2に対応させました。
Does this close any currently open issues?
しません
How has this been tested?
ドキュメントのみの更新です
Any other comments?
なし
Checklists