-
Notifications
You must be signed in to change notification settings - Fork 10
dynamicDrift computation -> seg fault #11
Comments
If you try to access a signal for which you did not specify the dependency, then the software is trying to access it without checking the dependency. This may create a seg fault. |
Thank you for your answer Olivier. What do you mean by "specify the dependency"? Do you mean "plug the signals on which dynamicDrift depends"? If that's the case, I think they are all automatically plugged inside the constructor of the python class Robot. Indeed if I call recompute on any other signal (e.g. com, inertia, Jcom) it doesn't seg fault.
|
Hi Andreas, |
Hi Olivier, happy new year to you too! I'm trying to use the
Is this the correct way of using it? |
I do not manage to understand why this code results in segmentation fault
Is there something wrong I am doing?
The text was updated successfully, but these errors were encountered: