nymanjens/ardrone-exploration

How to use ptamm code?

holazollil opened this issue · 0 comments

Hello,

I try to run your ptamm code. I install lib3ds but when I run make under ptamm, I get below error : undefined reference to `lib3ds_mesh_calculate_vertex_normals'

There is a file named lib3ds.h under /usr/include that contains lib3ds_mesh_calculate_vertex_normals function. I add to linkpath /usr/include in makefile. How can I solve this error?