Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

When a model cannot be loaded, returns a null pointer which is not error handled. #100

Closed
JamieMair opened this issue Mar 4, 2024 · 0 comments · Fixed by #101
Closed
Assignees
Labels
bug Something isn't working

Comments

@JamieMair
Copy link
Owner

Null pointer returned when executing the following:

using MuJoCo
model = load_model("cartpole.xml");
@show model.internal_pointer

This is when cartpole.xml is in the same folder as the executing file.

@JamieMair JamieMair added the bug Something isn't working label Mar 4, 2024
@JamieMair JamieMair self-assigned this Mar 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant