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
In this issue, I would like to explore the work needed to add to rod the support of closed kinematic chains.
The first issue I foresee is in way rod creates its internal representation of the SDF model, that is represented using a DAG (Directed Acyclic Graph). We need to remove the Acyclic part, by making the representation model be a Directed Graph with loops.
In this issue, I would like to explore the work needed to add to rod the support of closed kinematic chains.
The first issue I foresee is in way
rod
creates its internal representation of the SDF model, that is represented using a DAG (Directed Acyclic Graph). We need to remove the Acyclic part, by making the representation model be a Directed Graph with loops.Refs:
rod/src/rod/kinematics/kinematic_tree.py
Lines 51 to 247 in c67a77d
CC @CarlottaSartore @flferretti @diegoferigo @traversaro
The text was updated successfully, but these errors were encountered: