No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ika-rwth-aachen/acdc.git
VCS Type git
VCS Version main
Last Updated 2024-10-15
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Source code in C++ of the core object fusion functionality. Does not contain a ROS node.

Additional Links

No additional links.

Maintainers

  • ACDC

Authors

No additional authors.

Object Fusion

This package contains a library that implements a multi-instance Kalman filter for object-level sensor data fusion and tracking. An overview over the functionality is given in ../README.md.

Mathematical symbols

The Kalman filter symbols in the code are:

Symbol in code Meaning Symbol in ACDC slides, remarks
x_hat_G Global object state vector $\hat{x}_g$
globalObject.P() Global object state vector error covariance $\mathbf{P_G}$
F State transition matrix (motion model matrix) $\mathbf{F}$
Q Process noise matrix (adds noise during prediction) $\mathbf{Q}$
C Measurement matrix (reduces global state space to measured space) $\mathbf{C}$
x_hat_S Vector of measured and non-measured variables of the sensor-level object $\hat{x}_S$, to get it in code: IkaUtilities::getEigenStateVec(&measuredObject)
z Vector of actually measured variables (in the measured space) $\mathbf{z}$
P_S_diag Variance vector of measured and non-measured variables of the sensor-level object $\mathbf{P_S}$, but only its diagonal in the code: IkaUtilities::getEigenVarianceVec(&measuredObject)
R Measured variables error covariance matrix $\mathbf{R}$
S Innovation error covariance (or residual error covariance) $\mathbf{S}$
K Kalman gain $\mathbf{K}$
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged object_fusion at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.