randvoorhies / SimpleSLAM

A simple SLAM implementation for education
37 stars 20 forks source link

Adapting this for single-measurement cases #2

Open cherriesandwine opened 2 years ago

cherriesandwine commented 2 years ago

Hi, I am new to SLAM and interested in seeing how this performs when only one measurement is available, for example, bearing-only. I am finding it difficult to adapt the existing code for this case; I tried the following:

However, I am running into errors where the matrix Q becomes invertible.

xiaolangWJ commented 2 years ago

信件已经收到!

randvoorhies commented 2 years ago

Hi @cherriesandwine unfortunately I haven't really thought about this code in the 10 years since I wrote it, so I'm not going to be a ton of help here. Want to post your code somewhere so others can take a look? I don't even have a copy of Matlab at this point, but perhaps Octave will work.