Skip to content
Snippets Groups Projects

Draft: Implement basic version of kalman filter for human tracking

Closed Corvin Navarro Ecker requested to merge feature/implement-kalman-filter into dev
3 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -43,15 +43,3 @@ armarx_add_component(dynamic_scene_provider
# If you need a separate shared component library you can enable it with the following flag.
# SHARED_COMPONENT_LIBRARY
)
find_package(sciplot)
armarx_add_test(kalman_test
TEST_FILES
test/kalmanFilterTest.cpp
DEPENDENCIES
PUBLIC
ArmarXCore
armarx_navigation::teb_human
sciplot::sciplot
)
Loading