1 #ifndef PLACEREACHABLE_HPP
2 #define PLACEREACHABLE_HPP
12 bool findCandidateSolutions();
14 bool setAgents(std::multimap<std::string,std::string> agents_name);
16 bool setTargetAgent(std::multimap<std::string,std::string> agents_name);
18 Robot *getTargetAgent() {
return _targetAgent; }
20 std::string getTextFromValues();
22 bool checkHumanReach();
30 #endif // PLACEREACHABLE_HPP
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
Definition: facts.hpp:160
Definition: placeReachable.hpp:6