Main Page
Namespaces
Classes
Files
File List
scripts
approach.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
#
3
# License: BSD
4
# https://raw.github.com/yujinrobot/yujin_ocs/license/LICENSE
5
#
6
import
rospy
7
import
yocs_ar_pair_approach
8
9
if
__name__ ==
'__main__'
:
10
11
rospy.init_node(
'ar_pair_approach'
)
12
approach_behaviour = yocs_ar_pair_approach.Node()
13
approach_behaviour.spin()
yocs_ar_pair_approach
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 15:53:27