3 #include "GTP/Tasks/manipulationTable/place.hpp"
15 bool findCandidateSolutions();
17 bool findConfigurations();
18 bool findTrajectories();
19 bool setAgents(std::multimap<std::string,std::string> agents_name);
20 bool setToSolution(
int solutionId,
bool computeMP);
21 bool isPossibleMainAgent(
Robot* r);
22 double computeCost(
int altId);
23 std::string getDescr();
26 p3d_point _targetPointStc;
27 std::vector<configPt> _rotations;
30 #endif // FAKEPLACE_HPP
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
Definition: fakePlace.hpp:6