-
Notifications
You must be signed in to change notification settings - Fork 20
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
Obstacle avoidance for lines #359
Conversation
Using the other items bounding box for now (should be something more precise).
This helps when we need to determine where to place the bends.
It's in place, and can cause for funky behavior.
a1be483
to
27e4467
Compare
That makes comparing not error.
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 0.18%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Maybe I'll pick this up later... |
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Lines are just straight.
Issue Number: #360
What is the new behavior?
Gaphas has code that support object avoidance in the canvas.
Does this PR introduce a breaking change?
Other information
Try
examples/demo.py
. The (experimental) collision avoidance code is activated there.