-
Notifications
You must be signed in to change notification settings - Fork 9
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
Delaunay Triangulation and code error #3
Comments
@sibozhang Hi, can you help to address this issue? Thanks |
I have the same issue with you. Did you solve it? |
I had the same issue with issue #1
The delaunay-triangulation folder is empty.
And yes I installed ros kinetic, BUT that will not solve the issue. Cause the error is your code tries to import some file from delaunay-triangulation folder you have on your repo which is empty.
I tried to google myself,
I assume you actually copy this repository into the delaunay-triangulation https://github.com/bl4ckb0ne/delaunay-triangulation/tree/v1
But I still get another issue which is on https://github.com/sibozhang/Depth-Guided-Inpainting/blob/876e9641c8b1a23a0326c1aa58f36cdd96afd5a8/catkin_ws/src/loam_velodyne/src/VideoInpainting.cpp
if (t.p1.idx >= 0 && t.p2.idx >= 0 && t.p3.idx >= 0)
t.p1 which is a vector2 instance does not have idx class member.
Did you modify anything somehwere or in delaunay-triangulation from https://github.com/bl4ckb0ne/delaunay-triangulation/tree/v1 to modify the vector2 class?
Can you upload the delaunay-triangulation that you are using/ modified? cause p1, p2, p3 which are vector2 do not have idx.
Thanks.
The text was updated successfully, but these errors were encountered: