test-samplerobot-datalogger.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 import imp, sys, os, time
4 
5 # set path to hrpsys to use HrpsysConfigurator
6 from subprocess import check_output
7 sys.path.append(os.path.join(check_output(['pkg-config', 'hrpsys-base', '--variable=prefix']).rstrip(),'share/hrpsys/samples/SampleRobot/')) # set path to SampleRobot
8 
9 import samplerobot_data_logger
10 import unittest, rostest
11 
12 class TestSampleRobotDataLogger(unittest.TestCase):
13  def test_demo (self):
15 
16 ## IGNORE ME: this code used for rostest
17 if [s for s in sys.argv if "--gtest_output=xml:" in s] :
18  rostest.run('hrpsys', 'samplerobot_data_logger', TestSampleRobotDataLogger, sys.argv)
19 
20 
21 
22 
23 
24 


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51