diff --git a/include/hpp/manipulation/graph/edge.hh b/include/hpp/manipulation/graph/edge.hh
index 641a69bb401c8fa530d241b04894d3790a974d7d..d8b804734517baacae07e930c65a06a90327158f 100644
--- a/include/hpp/manipulation/graph/edge.hh
+++ b/include/hpp/manipulation/graph/edge.hh
@@ -129,6 +129,11 @@ namespace hpp {
             return relMotion_;
           }
 
+	  RelativeMotion::matrix_type& relativeMotion ()
+          {
+            return relMotion_;
+          }
+
           /// Get direction of the path compare to the edge
           /// \return true is reverse
           virtual bool direction (const core::PathPtr_t& path) const;