Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
manx52 committed Oct 18, 2024
1 parent 7e1a142 commit 17ca38a
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 18 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

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

14 changes: 2 additions & 12 deletions .idea/soccerbot.iml

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

86 changes: 86 additions & 0 deletions .idea/workspace.xml

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

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
6 changes: 6 additions & 0 deletions soccer_hardware/soccer_firmware/.idea/editor.xml

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

4 changes: 4 additions & 0 deletions soccer_hardware/soccer_firmware/.idea/misc.xml

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

8 changes: 8 additions & 0 deletions soccer_hardware/soccer_firmware/.idea/modules.xml

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

2 changes: 2 additions & 0 deletions soccer_hardware/soccer_firmware/.idea/soccer_firmware.iml

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

17 changes: 17 additions & 0 deletions soccer_hardware/soccer_firmware/.idea/vcs.xml

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

0 comments on commit 17ca38a

Please sign in to comment.