You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a straight path, and I was seeing what would happen if I try to "optimize it" since there's not much that could be done. I then noticed it modified angles and caused the wheels to do a little jiggle. I asked some people and they said that shouldn't happen.
To Reproduce
Make a straight path and optimize it. Expected behavior
Nothing should be changed really since it's a straight path.
This isn't really a bug, it's just how the optimizer works. It introduces a bit of randomness to try and find a minimum runtime. It can get pretty close, but can't find the exact minimum. When taking a straight line, which is already optimal, running the optimizer will just add a little bit of randomness to it since it can't find that exact optimal straight line unless you get exceptionally lucky.
Describe the bug
I have a straight path, and I was seeing what would happen if I try to "optimize it" since there's not much that could be done. I then noticed it modified angles and caused the wheels to do a little jiggle. I asked some people and they said that shouldn't happen.
To Reproduce
Make a straight path and optimize it.
Expected behavior
Nothing should be changed really since it's a straight path.
Screenshots (before optimizing)
![Start Point](https://camo.githubusercontent.com/3f46951ed7d181e3bc8306b4ffc69fdcd4268d5f782fe805f11daf68767968cb/68747470733a2f2f6669736865722e68617465732d746869732e706c6163652f692f544a7a574645)
![End Point](https://camo.githubusercontent.com/071766ca0dee95d49335ca6ed229f834a7565201119c0bcab279e4723c23c302/68747470733a2f2f6669736865722e68617465732d746869732e706c6163652f692f476a4d757956)
![Ideal Configs](https://camo.githubusercontent.com/82f97ac5c9b6390c02b8eebf3c5c7550c6648366d9a1fea990677b452b0eedad/68747470733a2f2f6669736865722e656174732d746f6f2d6d7563682e70697a7a612f692f45676b4b4d6e)
![Start Point](https://camo.githubusercontent.com/42522c6c39c8306ca0c672920d794d1b54c2314b6ecbe925db062c9fd10c9192/68747470733a2f2f6d6963726f2e73796c6f2e6469676974616c2f692f6f4e6346326f)
![End Point](https://camo.githubusercontent.com/24b88fb3b5f217b1de41fe0da2ca43456dfaa81eeaa0072ca5b20c245c988965/68747470733a2f2f6669736865722e6c696b65732d746f2e70617274792f692f616f6b545066)
Screenshot (after optimizing)
Videos
https://fisher.likes-to.party/v/VoxFso.mp4
https://micro.sylo.digital/v/siD2fB.mp4
Versions: (please complete the following information):
Additional context
Unoptimized vs Optimized paths are attached below as json files (
.path
isn't supported)Unoptimized.json
Optimized.json
The text was updated successfully, but these errors were encountered: