Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
e
h
i
l
m
n
p
r
s
t
v
Functions
+
Variables
_
a
c
d
e
h
i
l
m
n
p
r
s
t
v
+
Classes
Class List
Class Hierarchy
+
Class Members
All
Functions
+
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
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.echo_node.EchoNode
Definition:
echo_node.py:25
pyros_test
Author(s): AlexV
autogenerated on Mon Feb 28 2022 23:17:57