Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 3.95 KB

version.md

File metadata and controls

76 lines (56 loc) · 3.95 KB

English | 日本語

Version & Updates

Rules of version numbering

A version number is assigned, such as vX.Y.Z. This number is managed in appendix/latest_version.txt . In addition, Git/GitHub tag/release and Docker Hub tag number

Each version number is updated according to the following rules.

  • Major version (X):
    • Introduction of new features in the core technology of Hakoniwa
    • Major changes in usage, etc.
  • Minor version (Y):
    • Update of Hakoniwa asset technology (repositories)
    • Major feature fixes
    • New features in the simulator core, etc.
  • Revision (Z):
    • Minor fixes, bug fixes, etc.
    • Documentation updates, etc.

Update History

v1.1.4 @ 2022/11/25

  • Fix json files by by s-hosoai in #45
  • mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in #44

v1.1.3 @ 2022/10/03

  • add hakoniwa proxy for ros2 by @tmori in #34
  • hakoniwa cpp core function is added by @tmori in #36
  • Englishization of README by @urashima0429 in #37
  • Add EV3 Robot Model by @tmori in #38
  • Add Train & Signal Model by @tmori in #39
  • add camera mover on main camera by @tmori in #40

v1.1.2 @ 2022/05/14

  • add robot arm stick parts for general purpose (fix #25) by @tmori in #26
  • specify version on git clone by @takasehideki in #29
  • add robot arm (fix #27) by @tmori in #28
  • improve README to make it easier to copy command by @takasehideki in #30
  • Refactor tb3ctrl by @s-hosoai in #32

v1.1.1 @ 2022/05/06

v1.1.0 @ 2022/05/06

  • Change Repository Name
  • Create and improve README
  • Release of Docker image
  • Improve usability
    • Change submodule URL to https
    • Unify Docker operation scripts across all platforms
  • Hakoniwa asset and version (commit hash) information

v1.0.0 @ 2022/04/23