HongshiTan / RTIMULib2

9-dof, 10-dof and 11-dof IMU fusion library for Linux systems (development version)
Other
72 stars 240 forks source link

Fixed RTIMU5883L undefined reference error #3

Closed jumpy88 closed 3 years ago

jumpy88 commented 3 years ago

Building RTIMULibDemoGL (and others) returned an RTIMU5883L::RTIMU5883L(RTIMUSettings*) undefined reference error. I fixed it by adding RTIMUHMC5883LADXL345.h and RTIMUHMC5883LADXL345.cpp to RTIMULib.pri. I also modified .gitignore to ignore all build* directories (instead of only build).

HongshiTan commented 3 years ago

Thanks!

jumpy88 commented 3 years ago

@HongshiTan it's a pleasure to contribute 🙂 Why do you not enable issues for this repository? So people can notify bugs, request and propose new functionalities...and we can discuss about possible solutions.