Main Page
Namespaces
Classes
Files
File List
File Members
test
python
rosparam_handler_python_test.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
PKG =
'rosparam_handler'
4
import
unittest
5
import
rospy
6
import
tests
7
8
if
__name__ ==
'__main__'
:
9
import
rostest
10
11
rospy.init_node(PKG)
12
rostest.rosrun(PKG,
"RosparamTestSuite"
,
"tests.RosparamTestSuite"
)
rosparam_handler
Author(s): Claudio Bandera
autogenerated on Mon Jun 10 2019 14:48:10