diff --git a/.dockerignore b/.dockerignore index 6adaed3e3..87faeb72a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -15,10 +15,10 @@ docker-compose.* bez1_description/meshes/*.stl bez2_description/meshes/*.stl soccer_fieldline_detection/media -soccerbot/bags/* +#soccerbot/bags/* !soccerbot/bags/*.sh LICENSE venv/ -*.webm -soccer_perception/data/images/* -soccer_perception/data/videos/* +#*.webm +#soccer_perception/data/images/* +#soccer_perception/data/videos/* diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 047f1d452..7a68f9076 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -72,7 +72,7 @@ jobs: with: context: . push: true - file: Dockerfile + file: tools/docker/Dockerfile build-args: | INSTALL_CUDA=true tags: utrarobosoccer/soccerbot diff --git a/.github/workflows/docker_image_arm.yml b/.github/workflows/docker_image_arm.yml index 05d4c45fd..0a0785199 100644 --- a/.github/workflows/docker_image_arm.yml +++ b/.github/workflows/docker_image_arm.yml @@ -53,7 +53,7 @@ jobs: with: context: . push: true - file: Dockerfile + file: tools/docker/Dockerfile platforms: linux/arm64 tags: utrarobosoccer/soccerbot:arm64 cache-from: type=registry,ref=utrarobosoccer/soccerbot:arm64 diff --git a/.github/workflows/docker_image_no_cuda.yml b/.github/workflows/docker_image_no_cuda.yml index 65f7d40d4..8eb1582f3 100644 --- a/.github/workflows/docker_image_no_cuda.yml +++ b/.github/workflows/docker_image_no_cuda.yml @@ -44,9 +44,9 @@ jobs: with: context: . push: true - file: Dockerfile + file: tools/docker/Dockerfile build-args: | INSTALL_CUDA=false tags: utrarobosoccer/soccerbot:no_cuda - cache-from: type=registry,ref=utrarobosoccer/soccerbot + cache-from: type=registry,ref=utrarobosoccer/soccerbot:no_cuda cache-to: type=inline diff --git a/.gitignore b/.gitignore index 599facc77..e3305e30f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ # Python compiled files __pycache__/ *.pyc - +.idea/ # webots cache files soccer_webots/protos/*.cache soccer_webots/protos/Soccerbot_meshes/*.cache @@ -34,5 +34,3 @@ venv/ .mypy_cache/ cuda-ubuntu2004.pin.1 *.webm - -.idea/ diff --git a/.gitmodules b/.gitmodules index 636d754e3..4fafdf74c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,9 +8,6 @@ [submodule "soccer_strategy/src/game_controller/RobocupProtocol"] path = soccer_strategy/src/game_controller/RobocupProtocol url = git@github.com:utra-robosoccer/RobocupProtocol.git -[submodule "external/yolov5"] - path = external/yolov5 - url = git@github.com:utra-robosoccer/yolov5.git [submodule "external/hlvs_webots"] path = external/hlvs_webots url = git@github.com:utra-robosoccer/hlvs_webots.git diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e095..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 76e3f6af2..3e22f4b71 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,7 +2,6 @@ - + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index 0f7bc519d..79ee123c2 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -2,4 +2,4 @@ - + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index fe490b533..000000000 --- a/.idea/deployment.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 756299869..a86eb75c1 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,21 +1,69 @@ - + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml index cc5462daf..105ce2da2 100644 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -3,4 +3,4 @@