Using Kalman Filter to Estimate Motion of Object Along Line Segment

  • Context: Graduate 
  • Thread starter Thread starter Lindley
  • Start date Start date
  • Tags Tags
    Filter Kalman filter
Click For Summary
SUMMARY

The discussion focuses on utilizing a Kalman filter to estimate the motion of an object constrained to a specific line segment. The challenge lies in adapting the filter to handle measurements that do not conform to the typical normally distributed assumptions. A proposed solution involves transforming 2D coordinates to align one axis with the line segment while adjusting the measurement noise covariance to ensure that likelihood decreases sharply beyond the line segment. This approach aims to enhance the accuracy of motion estimation along the defined path.

PREREQUISITES
  • Understanding of Kalman filter principles and applications
  • Familiarity with 2D coordinate transformations
  • Knowledge of measurement noise covariance manipulation
  • Basic concepts of probability distributions, particularly normal distributions
NEXT STEPS
  • Research advanced Kalman filter techniques for constrained motion estimation
  • Learn about coordinate transformation methods in 2D space
  • Explore measurement noise covariance adjustment strategies
  • Investigate alternative filtering methods for non-normally distributed measurements
USEFUL FOR

Researchers, engineers, and data scientists working on motion estimation, particularly in robotics and computer vision, will benefit from this discussion.

Lindley
Messages
6
Reaction score
0
I want to use a Kalman filter to estimate the motion of an object. However, the catch is, the measurements I have only tell me that the object is somewhere along a particular line segment.

Typically Kalman filters require normally distributed measurements. I'm trying to work out how best to represent these line segments to the filter. Obviously, a 2D normal with extremely high covariance in the direction of the line would work to give relatively high likelihood to any point on the line segment; however, I also want likelihood to fall off quickly beyond the line, which won't occur in this case.

Any ideas?
 
Physics news on Phys.org
if u know the direction of the line, can you transform the 2D coordinates of your measurement to have one coordinate align with the line and the other orthogonal to that line, and then manipulate the measurement noise covariance?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
7K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
4K
Replies
5
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K