joansola / slamtb

SLAM Toolbox
GNU General Public License v3.0
258 stars 121 forks source link

error in createLandmarks.m --Opt.map.lmkDSize #4

Open YangLuhong opened 5 years ago

YangLuhong commented 5 years ago

when I Run the main script >>slamtb some error occured , in createLandmarks.m --line 23 : Lmk(lmk).state.dsize = Opt.map.lmkDSize; but in userData.m --line 185 : Opt.map has no lmkDSize, so is there a minor mistake? thanks : )

joansola commented 5 years ago

Dear Mr. Yang,

The github repo contains two versions of the toolbox:

EKF-SLAM, branch ‘ekf’, script ‘slamtb’, graph-SLAM, branch ‘graph’, script ‘slamtb_graph’.

If you cross scripts and branches you have errors.

All is in the readme. Please follow instructions carefully.

Joan

On 02 Mar 2019, at 14:23, YangLuhong notifications@github.com wrote:

when I Run the main script >>slamtb some error occured , in createLandmarks.m --line 23 : Lmk(lmk).state.dsize = Opt.map.lmkDSize; but in userData.m --line 185 : Opt.map has no lmkDSize, so is there a minor mistake? thanks : )

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joansola/slamtb/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWlvSLnEiCn8XFYr-hzx3O62slMJ6sXks5vSntVgaJpZM4baYXk.

YangLuhong commented 5 years ago

Dear Joan

I read the readme carefully, and now I found my mistake.I cross the scripts and the branches. You are right.Thanks for your reply. And your work is very helpful to me. Thanks again. Have a nice day!

Yang

ChengmuD commented 2 years ago

Dear Joan

I read the readme carefully, and now I found my mistake.I cross the scripts and the branches. You are right.Thanks for your reply. And your work is very helpful to me. Thanks again. Have a nice day!

Yang

Hello, Did you run this program using MATLAB under windows? I also encountered the same problem as you. Can you communicate? Deng