ZJU-FAST-Lab / ego-planner-swarm

An efficient single/multi-agent trajectory planner for multicopters.
GNU General Public License v3.0
1.14k stars 223 forks source link

undefined reference to `cv::Mat::Mat()' #16

Closed JonathanLJH closed 2 years ago

JonathanLJH commented 2 years ago

ego How to solve this problem

bigsuperZZZX commented 2 years ago

cv::Mat is a class of opencv. Obviously your opencv library is not properly installed.

bigsuperZZZX commented 2 years ago

If no more questions, I will close this issue.