Merge pull request #1059 from jietan/pullRequest

make the URDF and the minitaur.py consistent with the real robot
This commit is contained in:
erwincoumans
2017-04-06 04:57:26 +00:00
committed by GitHub
2 changed files with 39 additions and 39 deletions

View File

@@ -34,7 +34,7 @@ class Minitaur:
self.maxForce = 3.5
self.nMotors = 8
self.motorIdList = []
self.motorDir = [1, 1, 1, 1, 1, 1, 1, 1]
self.motorDir = [-1, -1, -1, -1, 1, 1, 1, 1]
self.buildJointNameToIdDict()
self.buildMotorIdList()