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
Even if it is not supported in most classes for kinematics or dynamics computations, iDynTree::Model supports representing graphs with loops. However, if a iDynTree::Model with graph with a loop is passed to Model::computeFullTreeTraversal , the method crash. Instead, the method should either print an error or compute the traversal corresponding to a spanning tree.
The text was updated successfully, but these errors were encountered:
Even if it is not supported in most classes for kinematics or dynamics computations,
iDynTree::Model
supports representing graphs with loops. However, if aiDynTree::Model
with graph with a loop is passed toModel::computeFullTreeTraversal
, the method crash. Instead, the method should either print an error or compute the traversal corresponding to a spanning tree.The text was updated successfully, but these errors were encountered: