Functions | Variables
cm_msgs_utils_test Namespace Reference

Functions

def filter_by_hardware_interface_test
def filter_by_name_test
def filter_by_resources_test
def filter_by_state_test
def filter_by_type_test

Variables

list ctrl_list

Function Documentation

Definition at line 113 of file cm_msgs_utils_test.py.

Definition at line 50 of file cm_msgs_utils_test.py.

Definition at line 142 of file cm_msgs_utils_test.py.

Definition at line 71 of file cm_msgs_utils_test.py.

Definition at line 92 of file cm_msgs_utils_test.py.


Variable Documentation

Initial value:
00001 [
00002     ControllerState(name='foo_controller',
00003                     state='running',
00004                     type='foo_base/foo',
00005                     hardware_interface='hardware_interface::FooInterface',
00006                     resources=['one', 'two', 'three']),
00007     ControllerState(name='bar_controller',
00008                     state='running',
00009                     type='bar_base/bar',
00010                     hardware_interface='hardware_interface::BarInterface',
00011                     resources=['four']),
00012     ControllerState(name='foobar_controller',
00013                     state='stopped',
00014                     type='foobar_base/foobar',
00015                     hardware_interface='hardware_interface::FooBarInterface',
00016                     resources=['one'])
00017 ]

Definition at line 31 of file cm_msgs_utils_test.py.



controller_manager_tests
Author(s): Vijay Pradeep
autogenerated on Sat Jun 8 2019 20:09:25