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

Js nav #893

Merged
merged 10 commits into from
Sep 20, 2024
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
8 changes: 4 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
context: .
push: true
file: Dockerfile
file: tools/docker/Dockerfile
build-args: |
INSTALL_CUDA=true
tags: utrarobosoccer/soccerbot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_no_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Python compiled files
__pycache__/
*.pyc

.idea/
# webots cache files
soccer_webots/protos/*.cache
soccer_webots/protos/Soccerbot_meshes/*.cache
Expand All @@ -34,5 +34,3 @@ venv/
.mypy_cache/
cuda-ubuntu2004.pin.1
*.webm

.idea/
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
[submodule "soccer_strategy/src/game_controller/RobocupProtocol"]
path = soccer_strategy/src/game_controller/RobocupProtocol
url = [email protected]:utra-robosoccer/RobocupProtocol.git
[submodule "external/yolov5"]
path = external/yolov5
url = [email protected]:utra-robosoccer/yolov5.git
[submodule "external/hlvs_webots"]
path = external/hlvs_webots
url = [email protected]:utra-robosoccer/hlvs_webots.git
Expand Down
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

18 changes: 11 additions & 7 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 0 additions & 57 deletions .idea/deployment.xml

This file was deleted.

68 changes: 58 additions & 10 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions .idea/jupyter-settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/libraries/ROS.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/libraries/workspace.xml

This file was deleted.

8 changes: 2 additions & 6 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .idea/other.xml

This file was deleted.

18 changes: 2 additions & 16 deletions .idea/remote-mappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/ros.xml

This file was deleted.

This file was deleted.

Loading
Loading