Closed mjcarroll closed 3 months ago
gts dep removal in the gz-common6-release repo when this lands: https://github.com/gazebo-release/gz-common6-release/pull/4
I tested this with the polylines.sdf world and I think some of the triangles may be oriented incorrectly, i.e. normals are in the opposite direction:
left: GTS vs right: CDT
I tested this with the polylines.sdf world and I think some of the triangles may be oriented incorrectly, i.e. normals are in the opposite direction:
I added a printout to the DelaunayTriangulation test to show the vertices for the triangles:
I tested this with the polylines.sdf world and I think some of the triangles may be oriented incorrectly, i.e. normals are in the opposite direction:
I added a printout to the DelaunayTriangulation test to show the vertices for the triangles:
patch
output with GTS
output with CDT
Thanks, I created a fix for this in #623. It also addresses other feedback in this PR.
Attention: Patch coverage is 60.56884%
with 610 lines
in your changes missing coverage. Please review.
Project coverage is 79.32%. Comparing base (
316ea33
) to head (b852307
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think we could ignore graphics/src/CDT
in codecov.yml
I think we could ignore
graphics/src/CDT
in codecov.yml
I updated the ignore files in 7ddc32a
removed gts dep from package.xml in a159b79
This removes the dependency on GTS.