Skip to content
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

Fix/benchmark #76

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Fix/benchmark #76

wants to merge 7 commits into from

Conversation

rikba
Copy link
Collaborator

@rikba rikba commented Sep 21, 2022

No description provided.

@stlucas44
Copy link

stlucas44 commented Sep 28, 2022

Looked into failing test quickly (Jenkins Run 92):
It seems to fail on a random polygon because of a NULL pointer. Could not reproduce this on my computer yet.

[ INFO] [1664289405.990071159]: Polygon number: 86
[ INFO] [1664289405.990083430]: Polygon name: 4/0006
[ INFO] [1664289405.990101438]: Number of holes: 4
[ INFO] [1664289405.990163917]: Planning with: our_bcd
[ INFO] [1664289405.990177196]: Start creating sweep plan graph.
[ INFO] [1664289406.160898359]: Successfully created boustrophedon decomposition with 13 polygon(s).
[ INFO] [1664289406.818376816]: Created sweep plan graph with 58 nodes and 3088 edges.
[ INFO] [1664289406.818392652]: Initially created 136 nodes.
[ INFO] [1664289406.818398586]: Pruned 78 nodes.
[ INFO] [1664289406.818411665]: Start solving GTSP using GK MA.
[ WARN] [1664289406.825742214]: The adjacency matrix is ill conditioned. Consider removing small details in the polygon to have even decomposition sizes. Loss of optimality!
[ INFO] [1664289406.825761397]: The adjacency matrix scale is: 63034.142175216
[ INFO] [1664289406.826005721]: Start solving GTSP

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at GkMa.OurSolver.Solve () [0x0003f] in <e78ccf37e26e4de29a8887c1002dbb4c>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at GkMa.OurSolver.Solve () [0x0003f] in <e78ccf37e26e4de29a8887c1002dbb4c>:0 
-- run_tests.py: verify result "/home/jenkins/workspace/polygon_coverage_planning/build/polygon_coverage_benchmark/test_results/polygon_coverage_benchmark/gtest-test_benchmark.xml"
Cannot find results, writing failure results to '/home/jenkins/workspace/polygon_coverage_planning/build/polygon_coverage_benchmark/test_results/polygon_coverage_benchmark/MISSING-gtest-test_benchmark.xml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants