- Author: Hiroaki Yaguchi (クシナダ機巧株式会社)
This repository contains two sets of files for Docker configuration. Please refer to the following for the usage of each.
-
hsrb_pnp_ws/Docs/README-EN.md
-
yolox_ws/Docs/README-EN.md
Since there are many related repositories, they are managed as submodules.
When cloning this repository, execute git clone with the --recursive option in any desired location.
$ git clone --recursive git@github.com:hsr-project/pick_and_place_example.gitPlease build in the following order.
From the terminal, execute the following to build. Building yolox_ws takes approximately one hour.
$ cd /path/to/pick_and_place_example/yolox_ws/docker
$ docker compose build$ cd /path/to/pick_and_place_example/hsrb_pnp_ws/docker
$ docker compose buildPlease refer to yolox_ws/Docs/README-EN.md.
Please refer to hsrb_pnp_ws/Docs/README-EN.md.