-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: get correct coordinates of uic pathsteps #10515
front: get correct coordinates of uic pathsteps #10515
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10515 +/- ##
==========================================
+ Coverage 81.83% 81.89% +0.05%
==========================================
Files 1073 1076 +3
Lines 107058 107182 +124
Branches 728 729 +1
==========================================
+ Hits 87613 87776 +163
+ Misses 19406 19367 -39
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
848a054
to
3d2b43f
Compare
3d2b43f
to
a4e7d41
Compare
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.
Work perfectly ! Just some small comments
front/src/modules/pathfinding/helpers/getTrackLengthCumulativeSums.ts
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/helpers/findTrackSectionOffset.ts
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/helpers/__tests__/findTrackSectionOffset.ts
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/helpers/__tests__/findTrackSectionOffset.ts
Outdated
Show resolved
Hide resolved
front/src/modules/pathfinding/helpers/getPointOnPathCoordinates.ts
Outdated
Show resolved
Hide resolved
Lgtm and tested ! You can fix the remaining comments and conflicts and I'll give it another testing before approve when you're done :) |
0ffdeaa
to
f15d5b6
Compare
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
f15d5b6
to
7bdd97e
Compare
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.
Left a minor nitpick comment, but nice changes, LGTM!
front/src/modules/pathfinding/helpers/getPointOnPathCoordinates.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
…utils Signed-off-by: Clara Ni <[email protected]>
7bdd97e
to
0a33b13
Compare
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.
Lgtm and tested, great job !
closes #8901
See commits
The markers were not correctly placed because the calculations were wrong: we could not use a simple rule of three to find the correct point in the path geometry.