/estimation_utils

A collection of estimation utilities

Primary LanguageC++

estimation_utils

find_package(estimation_utils REQUIRED)

target_link_libraries(mypackage 
  PUBLIC 
  estimation_utils::kalman 
  estimation_utils::payload_estimation
)