Main Page
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
c
e
g
i
m
n
o
p
r
s
v
w
Functions
_
c
e
g
i
m
o
p
r
s
v
w
Variables
Files
File List
src
flexbe_testing
test
import_only_state.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
import
rospy
3
from
flexbe_core
import
EventState
4
5
6
class
ImportOnlyState
(EventState):
7
8
def
__init__
(self):
9
'''Constructor'''
10
super(ImportOnlyState, self).
__init__
(outcomes=[
'done'
])
11
12
raise
Exception(
'Test should be import only!'
)
flexbe_testing.test.import_only_state.ImportOnlyState
Definition:
import_only_state.py:6
flexbe_testing.test.import_only_state.ImportOnlyState.__init__
def __init__(self)
Definition:
import_only_state.py:8
flexbe_testing
Author(s): Philipp Schillinger
autogenerated on Fri Jul 21 2023 02:26:14