Closed matheeusper closed 6 months ago
@matheeusper try this
sudo apt-get install liblapacke-dev
work! but now i have the error:
Maybe you also have to install opencv. But I didn't meet this error before.
@matheeusper Can you try pulling the latest main? I cleaned up the Gazebo plugin CMake file and removed the LAPACK dependency. I was using LAPACK for the matrix inverse routines, but it's really only for the robust Kalman filter which isn't used in SITL at the moment.
Going to close this. Should be fixed in e6afa2941a248129cd7668af45b99f28af8870b3 after removing unnecessary dependencies.
i'm trying run your project SITL. But doesn't work, and i don't know how fix, did you has how can i fix that?