Merge pull request #1059 from jietan/pullRequest
make the URDF and the minitaur.py consistent with the real robot
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user