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:
- reducing H to a 2x1 matrix, with bearing only measurements
- reducing .P to a single value
- reducing R to single value
However, I am running into errors where the matrix Q becomes invertible.
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.