forked from sourcebots/sbot_simulator
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Various bugfixes #5
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
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
fa4c0c3
Log errors in subprocesses
WillB97 55b964a
Correct servo status return
WillB97 12e107e
Fix custom pulse support
WillB97 7fa43f0
Remove unused robots in dev mode
WillB97 7811b09
Fail setup where wheels are not available
WillB97 533d070
New dependencies for Python 3.13
WillB97 a877732
Colour setup text
WillB97 7884e42
Preload opencv at setup
WillB97 fb1fde5
Validate sr-robot3 is installed before loading webots
WillB97 001b193
Bump sr-robot3
WillB97 4d8f2a4
Bump webots test version
WillB97 215a2ae
Rework detecting the venv has the libraries
WillB97 c9a57d8
Also preload sr-robot3
WillB97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| sr-robot3==2025.0.1 | ||
| april_vision==2.2.0 | ||
| opencv-python-headless >=4.8.0.76,<5 | ||
| sr-robot3==2026.0.1 | ||
| april_vision==3.0.0 | ||
| opencv-python-headless >=4.10,<5 | ||
|
|
||
| # Library versions are selected to provide support for Python 3.9-3.12 | ||
| # Library versions are selected to provide support for Python 3.10-3.13 | ||
|
|
||
| flask==2.3.3 | ||
| matplotlib==3.9.2 | ||
| matplotlib==3.10.6 | ||
| networkx==3.1 | ||
| numpy==1.26.4 | ||
| pandas==2.2.3 | ||
| pillow==11.0.0 | ||
| scikit-learn==1.3.1 | ||
| scipy==1.11.2 | ||
| shapely==2.0.6 | ||
| numpy>=2.2.6,<=2.3.2 | ||
| pandas==2.3.2 # no 3.14 support | ||
| pillow==11.3.0 | ||
| scikit-learn==1.7.1 # no 3.14 support | ||
| scipy>=1.15.3,<=1.16.1 | ||
| shapely==2.1.1 # no 3.14 support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought: Should we be explicit here that the setup failed and that the simulator isn't usable? I wonder if people will just see "press enter to close" and keep following the docs.
Alternatively, perhaps this is something we can put in the docs instead?