Chandan Sinha

Results 2 comments of Chandan Sinha

That's because you are only trying to compile the `kalman-test.cpp` file which references `kalman.cpp` implicitly. If you carefully look through the `CMakeLists.txt` file (which also needs modifications btw), in the...

I downloaded the Eigen library and was trying to link the external library in CMake but the current code didn't work. I had to modify it as follows - ```...