Main Page
Namespaces
Classes
Files
File List
scripts
interactive_marker_demo.py
Go to the documentation of this file.
1
#!/usr/bin/python
2
3
import
rospy
4
from
easy_markers.interactive
import
InteractiveGenerator
5
6
def
callback
(feedback):
7
print
feedback
8
9
if
__name__==
'__main__'
:
10
rospy.init_node(
'itest'
)
11
12
ig =
InteractiveGenerator
()
13
ig.makeMarker(controls=[
"move_x"
,
"rotate_x"
])
14
ig.makeMarker(controls=[
"move_y"
,
"rotate_y"
], pose=[1,0,0], description=
"X"
)
15
rospy.spin()
easy_markers.interactive.InteractiveGenerator
Definition:
interactive.py:20
easy_markers.interactive
Definition:
interactive.py:1
interactive_marker_demo.callback
def callback(feedback)
Definition:
interactive_marker_demo.py:6
easy_markers
Author(s): David V. Lu!!
autogenerated on Fri Jun 7 2019 22:01:08