Skip to content

Commit

Permalink
Merge pull request #5 from toppers/takasehideki/reponame
Browse files Browse the repository at this point in the history
change repository name (fix #3)
  • Loading branch information
tmori authored May 4, 2022
2 parents d1be505 + 8567d96 commit 93aaf23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hakoniwa-ros-simulator
hakoniwa-ros2sim

Copyright (C) 2021- by Hakoniwa Working-Group, TOPPERS Project

Expand Down Expand Up @@ -45,7 +45,7 @@ PURPOSE. IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS AND THE
TOPPERS PROJECT BE LIABLE FOR ANY TYPE OF DAMAGE DIRECTLY OR
INDIRECTLY CAUSED FROM THE USE OF THIS SOFTWARE.

hakoniwa-ros-simulator
hakoniwa-ros2sim

Copyright (C) 2021- by TOPPERSプロジェクト箱庭ワーキンググループ

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ターミナルで下記を実行して本リポジトリをcloneしてください.

```
$ git clone --recursive https://github.com/toppers/hakoniwa-ros-simulator.git
$ git clone --recursive https://github.com/toppers/hakoniwa-ros2sim.git
```


Expand Down Expand Up @@ -189,14 +189,14 @@ Unityのシミュレーション開始ボタンをクリックすると,以下

## Contributing

本リポジトリで公開している「箱庭 ROS シミュレータ」について,ご意見や改善の提案などをぜひ [こちらのGitHub Discussions](https://github.com/toppers/hakoniwa/discussions/categories/idea-request) でお知らせください.改修提案の [Pull Requests](https://github.com/toppers/hakoniwa-ros-simulator/pulls) も歓迎いたします.
本リポジトリで公開している「箱庭 ROS シミュレータ」について,ご意見や改善の提案などをぜひ [こちらのGitHub Discussions](https://github.com/toppers/hakoniwa/discussions/categories/idea-request) でお知らせください.改修提案の [Pull Requests](https://github.com/toppers/hakoniwa-ros2sim/pulls) も歓迎いたします.

## TODO


## 謝辞
* TurtleBot3 の Unity パッケージの設計と作成にあたっては,宝塚大学 東京メディア芸術学部 吉岡章夫准教授および学部生の杉崎涼志さん,木村明美さんにご協力いただきました.
* TurtleBot3 のUnity アセットは,株式会社ロボティズ様より提供いただいたデータを基に作成しています.ご協力いただき深く感謝いたします.
* TurtleBot3 の Unity パッケージの設計と作成にあたっては宝塚大学 東京メディア芸術学部 吉岡章夫准教授および学部生の杉崎涼志さん木村明美さんにご協力いただきました
* TurtleBot3 のUnity アセットは株式会社ロボティズ様より提供いただいたデータを基に作成していますご協力いただき深く感謝いたします

## ライセンス

Expand Down
4 changes: 2 additions & 2 deletions ros2/unity/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then
:
echo "Model is already installed."
else
wget https://github.com/toppers/hakoniwa-ros-simulator/releases/download/v1.0.0/Model.tar.gz
wget https://github.com/toppers/hakoniwa-ros2sim/releases/download/v1.0.0/Model.tar.gz
tar xzvf Model.tar.gz
rm -f Model.tar.gz
fi
Expand All @@ -19,7 +19,7 @@ if [ -d Plugin ]
then
echo "Plugin is already installed."
else
wget https://github.com/toppers/hakoniwa-ros-simulator/releases/download/v1.0.0/Plugin.tar.gz
wget https://github.com/toppers/hakoniwa-ros2sim/releases/download/v1.0.0/Plugin.tar.gz
tar xzvf Plugin.tar.gz
rm -f Plugin.tar.gz
fi
Expand Down

0 comments on commit 93aaf23

Please sign in to comment.