Main Page
Namespaces
Classes
Files
File List
nodes
echo.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
import
sys
3
4
import
rospy
5
import
pyros_test
6
7
##############################################################################
8
# Main
9
##############################################################################
10
11
12
if
__name__ ==
'__main__'
:
13
args = rospy.myargv(argv=sys.argv)
14
node_name = args[1]
if
len(args) > 1
else
'pyros_test_echo'
15
16
rospy.init_node(node_name)
17
node = pyros_test.EchoNode()
18
node.spin()
19
pyros_test
Author(s): AlexV
autogenerated on Mon Jun 10 2019 14:20:23