Swarm-SLAM
1.0.0
C-SLAM Framework
|
Public Member Functions | |
def | test_simple_dialog_2robots (self) |
def | test_vertex_cover_2robots (self) |
def | test_simple_dialog_5robots (self) |
def | test_vertex_cover_5robots (self) |
def | test_manual_vertex_cover (self) |
Unit tests for communication broker
Definition at line 105 of file test_broker.py.
def test_broker.TestBroker.test_manual_vertex_cover | ( | self | ) |
Definition at line 213 of file test_broker.py.
def test_broker.TestBroker.test_simple_dialog_2robots | ( | self | ) |
Simple dialog strategy
Definition at line 109 of file test_broker.py.
def test_broker.TestBroker.test_simple_dialog_5robots | ( | self | ) |
Simple dialog strategy
Definition at line 161 of file test_broker.py.
def test_broker.TestBroker.test_vertex_cover_2robots | ( | self | ) |
Vertex cover strategy
Definition at line 135 of file test_broker.py.
def test_broker.TestBroker.test_vertex_cover_5robots | ( | self | ) |
Vertex cover strategy
Definition at line 187 of file test_broker.py.