From 8130074ec70df43b835fa5f07bdbda03e77071cc Mon Sep 17 00:00:00 2001 From: hsu Date: Tue, 6 Oct 2009 03:47:51 +0000 Subject: [PATCH] remove comments. --- urdf/include/urdf/joint.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/urdf/include/urdf/joint.h b/urdf/include/urdf/joint.h index 3e08308..cbe9f67 100644 --- a/urdf/include/urdf/joint.h +++ b/urdf/include/urdf/joint.h @@ -165,10 +165,6 @@ public: /// transform from Parent Link frame to Joint frame Pose parent_to_joint_origin_transform; - /// @todo: should use weak pointer here - //boost::shared_ptr link; - //boost::shared_ptr parent_link; - /// Joint Dynamics boost::shared_ptr dynamics;