You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is similar to issue #74, in which I have problems with the 'Tree' object when using PyKDL. I cannot access some of the functions listed in the API.
AttributeError: 'Tree' object has no attribute 'getSegment'
According to issue #74, I think it is not fixed yet as some functions are not exported yet in the kinfam.cpp. I cannot use the functions getSegment, getRootSegment and getSegments.
It would be great if you have updates on this problem. Thanks.
The text was updated successfully, but these errors were encountered:
I am not sure all functions are possible as we are depending on the functionality of PyBind11.
When you have time, please give it a try and open a PR. I may not have time for a month to take a better look at this.
My issue is similar to issue #74, in which I have problems with the 'Tree' object when using PyKDL. I cannot access some of the functions listed in the API.
AttributeError: 'Tree' object has no attribute 'getSegment'
According to issue #74, I think it is not fixed yet as some functions are not exported yet in the kinfam.cpp. I cannot use the functions
getSegment
,getRootSegment
andgetSegments
.It would be great if you have updates on this problem. Thanks.
The text was updated successfully, but these errors were encountered: