-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load file error when running mj_gettingStarted example #5
Comments
Hmm. Which MATLAB version are you using? I will try the same at my end |
I have installed your library as follows running the
I am using Matlab 2022b and I am on Ubuntu 22.04. |
It seems the error is raised here: If I remove all the Is this helpful for your debugging? Thanks a lot for your help! |
Hi Lorenzo, I do not have a Linux PC near me currently. I will try to set one up asap and debug. The error with init bus should not really be happening. I didnot see it earlier too. |
Hi Manoj, just tried to run Thanks for investigating! |
hi, I had a problem like this, I didn't find the solution but I handle it by migrate to matlab 2023a version. It worked for me. |
Thanks a lot for the library!
I have tried to run the
mj_gettingStarted
but I get the following error:I think it is caused by:
and I checked that
'dummy.xml'
actually exists and it it visible to Matlab (respectively withexists()
andwhich()
commands).If I pass to
mj_initbus()
the fullpath of'dummy.xml'
, I get:Any idea why?
Thanks
The text was updated successfully, but these errors were encountered: