Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
flexbe_core.core.lockable_state.LockableState Class Reference
Inheritance diagram for flexbe_core.core.lockable_state.LockableState:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def is_locked

Public Attributes

 execute

Private Member Functions

def _disable_ros_control
def _enable_ros_control
def _execute_lock
def _execute_unlock
def _lockable_execute

Private Attributes

 __execute
 _feedback_topic
 _lock_topic
 _locked
 _pub
 _stored_outcome
 _sub
 _unlock_topic

Detailed Description

A state that can be locked.
When locked, no transition can be done regardless of the resulting outcome.
However, if any outcome would be triggered, the outcome will be stored
and the state won't be executed anymore until it is unlocked and the stored outcome is set.

Definition at line 11 of file lockable_state.py.


Constructor & Destructor Documentation

def flexbe_core.core.lockable_state.LockableState.__init__ (   self,
  args,
  kwargs 
)

Member Function Documentation

def flexbe_core.core.lockable_state.LockableState._execute_lock (   self,
  target 
) [private]

Definition at line 72 of file lockable_state.py.

def flexbe_core.core.lockable_state.LockableState._execute_unlock (   self,
  target 
) [private]

Definition at line 87 of file lockable_state.py.

def flexbe_core.core.lockable_state.LockableState._lockable_execute (   self,
  args,
  kwargs 
) [private]

Definition at line 36 of file lockable_state.py.

Definition at line 114 of file lockable_state.py.


Member Data Documentation

Definition at line 19 of file lockable_state.py.

Definition at line 19 of file lockable_state.py.

Definition at line 19 of file lockable_state.py.

Definition at line 19 of file lockable_state.py.


The documentation for this class was generated from the following file:


flexbe_core
Author(s): Philipp Schillinger
autogenerated on Thu Jun 6 2019 19:32:27