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
Note that the behavior implemented in #246 can be easily simulated by two calls to the current version of removeFakeLinks , the first that remove the "leaf" fake links and the second that remove any parent. This can be easily generalized to just iterate the process until the numnber of links is contact before and after the call to removeFakeLinks.
The text was updated successfully, but these errors were encountered:
PR 246 : #246
Allow to have two fake links (i.e. "additional frames") connected to one another through fixed joints. This happens on the Walkman model.
This reduces to modify the removeFakeLinks function:
idyntree/src/model/include/iDynTree/Model/ModelTransformers.h
Line 47 in 2470a71
idyntree/src/model/src/ModelTransformers.cpp
Line 56 in 2470a71
Note that the behavior implemented in #246 can be easily simulated by two calls to the current version of
removeFakeLinks
, the first that remove the "leaf" fake links and the second that remove any parent. This can be easily generalized to just iterate the process until the numnber of links is contact before and after the call toremoveFakeLinks
.The text was updated successfully, but these errors were encountered: