From 6e2850e08a59aab8846e54c82a2b3e5edc9e5bfa Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Tue, 14 Mar 2017 17:03:11 -0700 Subject: [PATCH] fix names (case) for Linux for MPL/hand --- data/MPL/MPL.xml | 48 +++++++++++++++++++-------------------- examples/pybullet/hand.py | 4 ++-- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/data/MPL/MPL.xml b/data/MPL/MPL.xml index 2b8408323..7ed5170ff 100644 --- a/data/MPL/MPL.xml +++ b/data/MPL/MPL.xml @@ -49,30 +49,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/pybullet/hand.py b/examples/pybullet/hand.py index d0428c555..cb4b45f87 100644 --- a/examples/pybullet/hand.py +++ b/examples/pybullet/hand.py @@ -16,7 +16,7 @@ if (c<0): p.connect(p.GUI) #load the MuJoCo MJCF hand -objects = p.loadMJCF("MPL/mpl.xml") +objects = p.loadMJCF("MPL/MPL.xml") hand=objects[0] #clamp in range 400-600 @@ -75,4 +75,4 @@ if (ser.isOpen()): #print(middle) #print(pink) #print(index) - #print(thumb) \ No newline at end of file + #print(thumb)