Main Page
Namespaces
Classes
Files
File List
scripts
scripts/localization_manager.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
7
import
rospy
8
import
yocs_localization_manager
9
10
if
__name__ ==
'__main__'
:
11
rospy.init_node(
'localization_manager'
)
12
manager = yocs_localization_manager.LocalizationManager()
13
manager.loginfo(
'Initialized'
)
14
manager.spin()
15
manager.loginfo(
'Bye Bye'
)
yocs_localization_manager
Author(s): Jihoon Lee, Daniel Stonier
autogenerated on Mon Jun 10 2019 15:53:38