![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
std::vector< std::string > ArmorCluedo::GetClassOfIndiv | ( | std::string | indivname, |
bool | deep = false |
||
) |
get the class of a given individual
The function implements a simple query: find all the classes an individual belongs to. It is performed using only one aRMOR call.
using the Deep search, the function will return only the deepest subclass among all the classes; it is a functionality provided by aRMOR.
indivname | the individual to be "classified" |
deep | use deep search? |
Definition at line 81 of file armor_cluedo.cpp.
References ARMOR_ERR, FilterVector(), ArmorTools::GetLastRes(), ArmorTools::SendCommand(), and SS.