From fd24219f3643fa1c075dbd98bab39296e2171e47 Mon Sep 17 00:00:00 2001 From: Avik De Date: Mon, 27 Nov 2017 09:50:18 -0500 Subject: [PATCH] Added note that license is same as bullet3 --- examples/TwoJoint/TwoJointMain.cpp | 4 ++++ examples/TwoJoint/compareBulletMATLAB.m | 2 ++ 2 files changed, 6 insertions(+) diff --git a/examples/TwoJoint/TwoJointMain.cpp b/examples/TwoJoint/TwoJointMain.cpp index bec340a0c..6c25fe5be 100644 --- a/examples/TwoJoint/TwoJointMain.cpp +++ b/examples/TwoJoint/TwoJointMain.cpp @@ -1,3 +1,7 @@ +/** + * License: Bullet3 license + * Author: Avik De + */ #include #include #include diff --git a/examples/TwoJoint/compareBulletMATLAB.m b/examples/TwoJoint/compareBulletMATLAB.m index 2b2aa6a79..3c2cf9560 100644 --- a/examples/TwoJoint/compareBulletMATLAB.m +++ b/examples/TwoJoint/compareBulletMATLAB.m @@ -1,3 +1,5 @@ +% License: Bullet3 license +% Author: Avik De robot = importrobot('../../data/TwoJointRobot_wo_fixedJoints.urdf'); show(robot)