AutoRally / autorally

Software for the AutoRally platform
http://autorally.github.io
727 stars 228 forks source link

StateEstimator error #103

Closed tanmayd26 closed 8 months ago

tanmayd26 commented 1 year ago
          `CMake Error at autorally/autorally_core/src/StateEstimator/CMakeLists.txt:14 (add_executable):

Target "StateEstimator" links to target "TBB::tbb" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at autorally/autorally_core/src/StateEstimator/CMakeLists.txt:14 (add_executable): Target "StateEstimator" links to target "TBB::tbbmalloc" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

`

I get this when I am doing catkin_make. I am using Ubuntu 20.04.

Originally posted by @tanmayd26 in https://github.com/AutoRally/autorally/issues/88#issuecomment-1696399901