potential bug with bindings #424
HorvathDawson
started this conversation in
General
Replies: 1 comment
-
Also would it be possible to move this the include "to_gazebo" to instead be at the top of the gazebo.i file here ? This way if core.i is exposed downstream it would avoid needing to exposure gazebo.i too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @diegoferigo
I am not sure if this causes issues but I realised it while working on my own bindings for my backend.
Here you do not have a template for a vector of modelptrs. I believe this would cause a memory leak in swig when you call (world obj).models().
Beta Was this translation helpful? Give feedback.
All reactions