Skip to content

Commit

Permalink
Simple test file
Browse files Browse the repository at this point in the history
  • Loading branch information
krishauser committed Feb 8, 2016
1 parent 58c8502 commit 6a2ff86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions common/Testing/simpletest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from Motion import motion

motion.setup(mode='client',klampt_model='klampt_models/baxter_with_parallel_grippers',libpath='.')

motion.robot.startup()
try:
while True:
raw_input()
print motion.robot.left_limb.sensedPosition()
except KeyboardInterrupt:
motion.robot.stopMotion()


0 comments on commit 6a2ff86

Please sign in to comment.