You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am studying ParticleFilter SLAM. When I run the ParticleFilter code which is " pf.run(100)" in matlab, I find a error. The error is as follows :
The assignment cannot be performed because the size on the left is 1000 × 1. The size on the right is 999 × 1.
error : ParticleFilter/predict (line 414):
pf.x(:,3) = angdiff(pf.x(:,3));
I would appreciate it if you could fix the code.
Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi,
I am studying ParticleFilter SLAM. When I run the ParticleFilter code which is " pf.run(100)" in matlab, I find a error. The error is as follows :
The assignment cannot be performed because the size on the left is 1000 × 1. The size on the right is 999 × 1.
error : ParticleFilter/predict (line 414):
pf.x(:,3) = angdiff(pf.x(:,3));
I would appreciate it if you could fix the code.
Thanks very much!
The text was updated successfully, but these errors were encountered: