3 import rostest, unittest, sys, os
8 vars(__builtins__).update({
'__IPYTHON__':
"fake python as ipython to not to drop in shell"})
12 execfile(os.path.join(os.path.dirname(os.path.abspath(__file__)),
"../scripts",
"hrpsys_tools_config.py"), globals(), local_dict)
13 hcf = local_dict[
'hcf']
14 hcf.setJointAngles([10,10,10,10,10,10,10,10,10], 1)
15 print hcf.getJointAngles()
18 if __name__ ==
'__main__':
19 rostest.rosrun(
"hrpsys_tools",
"test_interactive", TestInteractive, sys.argv)