-
Notifications
You must be signed in to change notification settings - Fork 0
Robot Size Configurable #7
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
64 commits
Select commit
Hold shift + click to select a range
f08ebec
testing new data and async_utils.py
sca075 b8a126f
Corrections
sca075 86554d4
Corrections 2
sca075 c803e78
Corrections 3 async methods in auto crop optimize the image output.
sca075 616bbc5
update toml
sca075 591d325
update battery attributes.
sca075 8075d46
update _state_charging
sca075 4043c78
update _state_charging convert value to int
sca075 180abba
correct async_utils.py
sca075 4c8d6d6
correct async_utils.py
sca075 a8fea7e
remove old rand25_parser.py
sca075 4dde78c
rand256 async implemented and introducing pool array.
sca075 e67ad6e
removing memory expensing implemented before, changes in shared.py an…
sca075 6314d64
consolidating and renaming async_get_image adding bytes conversion on…
sca075 bb64129
removed parallel zone clean memory saving
sca075 4e226c9
memory treat
sca075 f2eb09c
updated tests, and removed panda. Improved drawable.py, reimg_draw.py…
sca075 c4fd824
ruff format
sca075 4c62476
updated init
sca075 925b45b
updated init agan
sca075 28222e7
project
sca075 52289d7
project final
sca075 1818fbf
project final
sca075 529b93a
Enhance robot drawing with configurable radius
sca075 e72e7dd
Fix indentation and formatting in drawable.py
sca075 7df4f41
Restrict radius to a range of 8 to 25
sca075 9688d89
Bump version to 0.1.10b1
sca075 5baf9ba
Fix angle conversion for direction wedge calculation
sca075 1193a47
Refactor drawing methods for improved clarity and type safety
sca075 df6b1d7
Refactor map_data.py with TypedDicts and type hints
sca075 8b4b9a3
Bump version from v0.1.6 to v0.1.10
sca075 3d90181
some typing imp. and implemented the HyperMapData class.
sca075 55818e8
fix active list creation and set, zoom now works.
sca075 24df28f
test shared data
sca075 49edffe
Merge branch 'main' into dev
sca075 9a13d5f
Refactor docstring formatting in draw_line function
sca075 bbf1d6e
ruff and bug fix
sca075 efea5ee
adding status_text.py and translations.py
sca075 a59ec13
correction on text drawing for fonts detection, init configured.
sca075 7b040fc
Adding Status Text#11 from sca075/status_text
sca075 26bfed3
Merge pull request #8 from sca075/sca075-patch-hyper_draw
sca075 68691ea
corrections
sca075 e363831
bump beta version
sca075 fc015c7
fix paths on init of status_text.py
sca075 1978c27
using external AutoCrop and removing debug logs.
sca075 38ff67d
ruff format correction
sca075 ae5e35b
remove mcv rennder test
sca075 7d03d07
add mcvrender and bump version
sca075 e152125
test mcvrender == 0.0.2 and bump version
sca075 0578531
test mcvrender == 0.0.2 and bump version
sca075 7ac2780
update workflows
sca075 90abb22
corrections on aspect ratio calculation
sca075 2ee063b
Bump version to 0.1.10b9.1
sca075 2ad9be6
Bump version to 0.1.10rc1
sca075 b8fab05
Quick tested the calibration data okay and change utils.py
sca075 7d95b52
Merge remote-tracking branch 'origin/dev' into dev_main
118d377
update version
sca075 1e85a9b
Merge branch 'main' into dev
sca075 9aae79d
optimized BaseHandler and removed redundant functions from the Handle…
sca075 9b07df3
errors in resize "," or ":" parameters from config handling.
sca075 e437655
dam shared size
sca075 1b5622b
Enhance type hints and refactor data classes
sca075 8c4e832
Refactor map_data.py #9 from sca075/sca075-Image_data_refactor
sca075 9c85cdc
Update SCR/valetudo_map_parser/map_data.py
sca075 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
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,2 +1,2 @@ | ||
| """Valetudo map parser. | ||
| Version: 0.1.9""" | ||
| Version: 0.1.10""" |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Uh oh!
There was an error while loading. Please reload this page.