Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
test-colcheck.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
PKG =
'hrpsys'
4
NAME =
'test-colcheck'
5
6
import
imp
## for rosbuild
7
try
:
8
imp.find_module(PKG)
9
except
:
10
import
roslib; roslib.load_manifest(PKG)
11
12
from
hrpsys
import
hrpsys_config
13
14
import
socket
15
import
rtm
16
17
import
unittest
18
import
rostest
19
import
sys
20
21
class
TestHrpsysColcheck
(unittest.TestCase):
22
23
def
test_dummy
(self):
24
pass
25
26
#unittest.main()
27
if
__name__ ==
'__main__'
:
28
rostest.run(PKG, NAME, TestHrpsysColcheck, sys.argv)
test-colcheck.TestHrpsysColcheck.test_dummy
def test_dummy(self)
Definition:
test-colcheck.py:23
test-colcheck.TestHrpsysColcheck
Definition:
test-colcheck.py:21
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51