diff --git a/.github/workflows/test_pytest.yml b/.github/workflows/test_pytest.yml index 46253afa7..8ad3ae93e 100644 --- a/.github/workflows/test_pytest.yml +++ b/.github/workflows/test_pytest.yml @@ -52,9 +52,9 @@ jobs: run: | cd $HOME/catkin_ws/src/soccerbot source /opt/ros/noetic/setup.bash - pip3 install pyOpenSSL==23.0.0 + pip install pyOpenSSL==23.0.0 python3 -m pip install -U --user pip - pip3 install -r requirements.txt -f https://download.pytorch.org/whl/torch/ -f https://download.pytorch.org/whl/torchvision/ + pip install -r tools/setup/requirements.txt - name: Build Soccerbot run: | cd $HOME/catkin_ws diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 68d859ddf..4175bbe75 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,14 +1,20 @@ \ No newline at end of file diff --git a/.idea/soccerbot.iml b/.idea/soccerbot.iml index 08e9ae645..5fdd65ba2 100644 --- a/.idea/soccerbot.iml +++ b/.idea/soccerbot.iml @@ -1,18 +1,8 @@ - - - - - - - - - - - - + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..0ddf6b10e --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "associatedIndex": 6 +} + + + + + + + + + + + + + + + 1728503058115 + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 93c9fa711..7e2a549aa 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,7 @@ https://github.com/dfki-ric/phobos/commit/757d7b58b41240ea4aa54e20ddd1665072e6da rosrun xacro xacro -o bez2.urdf bez2.xacro todo look into xrdp remote desktop +uv pip install -r tools/setup/requirements.txt --python $(which python) --prefix $(python -m site --user-base) + +to compare +uv pip install -r tools/setup/requirements.txt --python $(which python) --prefix $(python -m site --user-base) --no-cache-dir --force-reinstall diff --git a/.idea/.gitignore b/soccer_hardware/soccer_firmware/.idea/.gitignore similarity index 100% rename from .idea/.gitignore rename to soccer_hardware/soccer_firmware/.idea/.gitignore diff --git a/soccer_hardware/soccer_firmware/.idea/editor.xml b/soccer_hardware/soccer_firmware/.idea/editor.xml new file mode 100644 index 000000000..46540dab3 --- /dev/null +++ b/soccer_hardware/soccer_firmware/.idea/editor.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/soccer_hardware/soccer_firmware/.idea/misc.xml b/soccer_hardware/soccer_firmware/.idea/misc.xml new file mode 100644 index 000000000..79b3c9483 --- /dev/null +++ b/soccer_hardware/soccer_firmware/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/soccer_hardware/soccer_firmware/.idea/modules.xml b/soccer_hardware/soccer_firmware/.idea/modules.xml new file mode 100644 index 000000000..9d298b599 --- /dev/null +++ b/soccer_hardware/soccer_firmware/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/soccer_hardware/soccer_firmware/.idea/soccer_firmware.iml b/soccer_hardware/soccer_firmware/.idea/soccer_firmware.iml new file mode 100644 index 000000000..f08604bb6 --- /dev/null +++ b/soccer_hardware/soccer_firmware/.idea/soccer_firmware.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/soccer_hardware/soccer_firmware/.idea/vcs.xml b/soccer_hardware/soccer_firmware/.idea/vcs.xml new file mode 100644 index 000000000..af3825907 --- /dev/null +++ b/soccer_hardware/soccer_firmware/.idea/vcs.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file