RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ SetObjectProperty()

bool ArmorCluedo::SetObjectProperty ( std::string  prop,
std::string  Aelem,
std::string  Belem 
)

set a property true

The function sets a property like (Aelem, Belem):prop .

Parameters
propthe property to set
Aelemthe domain
Belemthe image
Returns
false if one between Aelem and Belem doesn't exist.
Note
if the prop is not valid, the aRMOR call will fail, hence the method returns false.
Examples
ArmorCluedo - 002 - Working with properties, and ArmorCluedo - 003 - Reasoning Workflow.

Definition at line 131 of file armor_cluedo.cpp.

References ARMOR_ERR, and ArmorTools::SendCommand().

+ Here is the call graph for this function: