-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
I'm getting the follow error when compiling the code.
KalmanTest.cpp:(.text+0x71e): undefined reference to KalmanFilter::KalmanFilter(double, Eigen::Matrix<double, -1, -1, 0, -1, -1> const&, Eigen::Matrix<double, -1, -1, 0, -1, -1> const&, Eigen::Matrix<double, -1, -1, 0, -1, -1> const&, Eigen::Matrix<double, -1, -1, 0, -1, -1> const&, Eigen::Matrix<double, -1, -1, 0, -1, -1> const&)' /usr/bin/ld: KalmanTest.cpp:(.text+0x837): undefined reference to KalmanFilter::init(double, Eigen::Matrix<double, -1, 1, 0, -1, 1> const&)'
/usr/bin/ld: KalmanTest.cpp:(.text+0x9b0): undefined reference to `KalmanFilter::update(Eigen::Matrix<double, -1, 1, 0, -1, 1> const&)'
collect2: error: ld returned 1 exit status
Metadata
Metadata
Assignees
Labels
No labels