generalized-intelligence / GAAS

GAAS is an open-source program designed for fully autonomous VTOL(a.k.a flying cars) and drones. GAAS stands for Generalized Autonomy Aviation System.
https://www.gaas.dev
BSD 3-Clause "New" or "Revised" License
1.94k stars 444 forks source link

Issue with start SLAM at E03 #84

Closed dane-wang closed 4 years ago

dane-wang commented 4 years ago

HI, I am trying to follow the step of software tutorial E03, and I already finish all set up process. When I try to use "sh run.sh" to start the SLAM, it will report a error said, "./bin/EurocStereoVIO_ros: error while loading shared libraries: libg2o_opengl_helper.so: cannot open shared object file: No such file or directory" However, I can find " libg2o_opengl_helper " from g2o/lib. I don't know why this happened. Can you help me with this issue please? Thank you.