Why does the bayes_people_tracker use non-linear filters (EKF,UKF) for linear models
Hi,
I'm curious of why the bayespeopletracker package of the strands project is using non-linear filters for estimating the motion of humans, as they have a linear motion and observation model.
https://github.com/spencer-project/spencer_people_tracking
In the official paper they also state:
"In all of the examined tracking systems, person detections arrive in their sensor-specific coordinate frame and are in- stantaneously transformed into a locally fixed frame (based upon robot odometry) that does not move with the robot. This ensures that the motion prediction of tracked persons is independent from the robot’s ego-motion. In the resulting set of measurements Z = {z1, ..., zn} ⊂ R2, we drop the z coordinate as we only track in 2D world coordinates."
Link to paper: https://ieeexplore.ieee.org/abstract/document/7487766
So why aren't they just using the "normal" Kalman filter, instead of the particle fitler, or extended kalman filters. Or am I missing something? ?
Any help would be greatly appreciated
Asked by stuggibo on 2019-04-18 03:42:32 UTC
Comments