-
Notifications
You must be signed in to change notification settings - Fork 49
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
Rave, Fra's contribution #28
Open
FrancescoDoti
wants to merge
31
commits into
jerry800416:master
Choose a base branch
from
ravhello:rave
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Riccardo’s Improvements to the library: Items Assigned to Specific Bins: Items can now be allocated to specific bins, allowing for more control over which objects go into which bin during packing. Multiple Packers with Unique Names: Introduced support for multiple packers, each with a unique name, enabling better tracking and management when packing across different sets of bins. Gravity Distribution Fix for Empty Bins: Fixed a bug where empty bins caused an error related to gravity distribution, improving the stability and accuracy of the algorithm. Packs’ Color Intensity Proportional to Weight: Side colors of items are now proportional to their weight, providing a visual cue for heavier items in the 3D rendering. Propagating Logger from Main to Other Modules: Enhanced logging by ensuring that the logger from the main module propagates errors to other modules, making it easier to track processes and debug across different parts of the system. Improved 3D Graph (Plotly): The 3D graph has been visually improved, offering clearer and more detailed visualizations of the packed items and bins, with 3D interactive visualization. Riccardo’s Improvements (with the script): Execution Time Calculation (profiler): Added functionality to calculate and log the time spent in various functions, improving performance tracking and debugging. Boxes Simulator and Classifier: The 3D graph has been visually improved, offering clearer and more detailed visualizations of the packed items and bins, with 3D interactive visualization. Preloaded Bays and Pre-existing Items: The script allows for bancali pre-loaded onto camions, where these pre-existing pallets are respected during packing and are not moved. This supports partial loading in multiple sessions. Weight and Volume Constraints: The packing respects total weight and volume limits for each bin, ensuring that overloaded conditions are avoided. Priority-Based Packing: Items (pallets) have priorities that are respected during the packing process. Premium pallets are handled with higher priority in terms of their placement.
I fixed the examples, for them to run now and I modified the plotCylinder function, now it is working
I made the name optional
fixed ex. 7
update ex 0
Now it prints all the bins
Modified Example 1: - Customized each item's weight, load bear etc. - Edited item name labels to reflect its properties
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Let me fix some bugs