![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
testing the node cluedo_armor_interface.cpp More...
Go to the source code of this file.
Namespaces | |
test_cluedo_armor_interface | |
Functions | |
def | test_cluedo_armor_interface.perform_tests () |
def | test_cluedo_armor_interface.main () |
def | test_cluedo_armor_interface.on_shut_msg () |
Variables | |
string | test_cluedo_armor_interface.client_name_add_hint = "/cluedo_armor/add_hint" |
test_cluedo_armor_interface.client_add_hint = None | |
string | test_cluedo_armor_interface.client_name_find_consistent_h = "/cluedo_armor/find_consistent_h" |
test_cluedo_armor_interface.client_find_consistent_h = None | |
string | test_cluedo_armor_interface.client_name_wrong_h = "/cluedo_armor/wrong_hypothesis" |
test_cluedo_armor_interface.client_wrong_h = None | |
string | test_cluedo_armor_interface.client_name_backup = "/cluedo_armor/backup" |
test_cluedo_armor_interface.client_backup = None | |
string | test_cluedo_armor_interface.test_name = "test_cluedo_armor_interface" |
testing the node cluedo_armor_interface.cpp
This node implements a simple test for the node cluedo_armor_interface.cpp : try a simple reasoning process using the interface.
Definition in file test_cluedo_armor_interface.py.