test_interfaces_serialized.py
Go to the documentation of this file.
00001 #!/usr/bin/python
00002 # -*- coding: utf-8 -*-
00003 
00004 from lama_interfaces.interface_factory import interface_factory
00005 
00006 from test_interfaces_base import DbMessagePassingBase, RosTestCase
00007 
00008 
00009 class TestDbMessagePassingSerialized(DbMessagePassingBase, RosTestCase):
00010     def interface_factory(self, n, gs, ss):
00011         return interface_factory(n, gs, ss)
00012     interface_type = 'serialization'
00013 
00014 
00015 if __name__ == '__main__':
00016     import rostest
00017     rostest.rosrun('lama_interfaces',
00018                    'test_db_message_passing_serialized',
00019                    TestDbMessagePassingSerialized)


interfaces
Author(s): Gaël Ecorchard , Karel Košnar
autogenerated on Sat Jun 8 2019 19:03:14