import_only_state.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 import rospy
00003 from flexbe_core import EventState
00004 
00005 
00006 class ImportOnlyState(EventState):
00007         
00008         def __init__(self):
00009                 '''Constructor'''
00010                 super(ImportOnlyState, self).__init__(outcomes=['done'])
00011                 
00012                 raise Exception('Test should be import only!')


flexbe_testing
Author(s): Philipp Schillinger
autogenerated on Thu Jun 6 2019 19:32:31