Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Navigation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Skills
Navigation
Merge requests
!53
Draft: Implement basic version of kalman filter for human tracking
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Implement basic version of kalman filter for human tracking
feature/implement-kalman-filter
into
dev
Overview
0
Commits
48
Pipelines
0
Changes
3
Closed
Corvin Navarro Ecker
requested to merge
feature/implement-kalman-filter
into
dev
2 years ago
Overview
0
Commits
48
Pipelines
0
Changes
3
Expand
Implement ukfm from armarx/RobotAPI/libraries
0
0
Merge request reports
Viewing commit
89cced53
Prev
Next
Show latest version
3 files
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
89cced53
Move kalman test to human library
· 89cced53
Tobias Gröger
authored
2 years ago
source/armarx/navigation/components/dynamic_scene_provider/CMakeLists.txt
+
0
−
12
Options
@@ -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