Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/advrhumanoids/estimation_utils

A collection of estimation utilities
https://github.com/advrhumanoids/estimation_utils

Last synced: 2 days ago
JSON representation

A collection of estimation utilities

Awesome Lists containing this project

README

        

# estimation_utils
```cmake

find_package(estimation_utils REQUIRED)

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

```