Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/test_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
class TestKinematics(EnvironmentSetup):
def test_bodybasic(self):
self.log.info('check if the joint-link set-get functions are consistent along with jacobians')
random.seed(100) # This seed value is randomly selected and no preference about itself.
env=self.env
with env:
for envfile in g_envfiles:#+['testdata/bobcat.robot.xml']:
Expand Down Expand Up @@ -536,6 +537,7 @@ def ComputePotentialEnergy(body,dofvalues):

def test_hessian(self):
self.log.info('check the jacobian and hessian computation')
random.seed(100) # This seed value is randomly selected and no preference about itself.
env=self.env
for envfile in ['robots/barrettwam.robot.xml']:#g_robotfiles:
env.Reset()
Expand Down