Skip to content
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

add v1.1.4 #46

Merged
merged 1 commit into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Please execute under the Windows file system (under `/mnt/c/`), not under the WS

### Clone this repository

The latest version is **v1.1.3**.
The latest version is **v1.1.4**.
See also "[version information/update history](/appendix/version.md)" (the version number corresponds to [tag/release in Git/GitHub](https://github.com/toppers/hakoniwa-ros2sim/releases) and [Docker Hub tag number](https://hub.docker.com/r/toppersjp/hakoniwa-ros2sim/tags).

Clone this repository with the following command in the terminal.

```
git clone --recursive -b v1.1.3 https://github.com/toppers/hakoniwa-ros2sim.git
git clone --recursive -b v1.1.4 https://github.com/toppers/hakoniwa-ros2sim.git
```

### Install Docker Engine
Expand Down
4 changes: 2 additions & 2 deletions README_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Windows 環境では,操作は全てWSL2/Linuxのシェル上で行います

### 本リポジトリのclone

現在の最新版は **v1.1.3** です.
現在の最新版は **v1.1.4** です.
「[バージョン情報・更新履歴](/appendix/version.md)」も参照してください(バージョン番号は[Git/GitHubのtag/release](https://github.com/toppers/hakoniwa-ros2sim/releases)および[Docker Hubのtag番号](https://hub.docker.com/r/toppersjp/hakoniwa-ros2sim/tags)に対応しています)

ターミナルで下記を実行して本リポジトリをcloneしてください.

```
git clone --recursive -b v1.1.3 https://github.com/toppers/hakoniwa-ros2sim.git
git clone --recursive -b v1.1.4 https://github.com/toppers/hakoniwa-ros2sim.git
```

### Docker 環境
Expand Down
2 changes: 1 addition & 1 deletion appendix/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.3
v1.1.4
5 changes: 5 additions & 0 deletions appendix/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Each version number is updated according to the following rules.

## Update History

### v1.1.4 @ 2022/11/25

* Fix json files by by s-hosoai in https://github.com/toppers/hakoniwa-ros2sim/pull/45
* mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in https://github.com/toppers/hakoniwa-ros2sim/pull/44

### v1.1.3 @ 2022/10/03

* add hakoniwa proxy for ros2 by @tmori in https://github.com/toppers/hakoniwa-ros2sim/pull/34
Expand Down
4 changes: 4 additions & 0 deletions appendix/version_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
- ドキュメントの更新 など

## 更新履歴
### v1.1.4 @ 2022/11/25

* Fix json files by by s-hosoai in https://github.com/toppers/hakoniwa-ros2sim/pull/45
* mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in https://github.com/toppers/hakoniwa-ros2sim/pull/44

### v1.1.3 @ 2022/10/03

Expand Down