35 this->startCfg = robotPlatform2DPose;
36 this->goalCfg = VectorXf(3, 0);
37 this->cspace = cspace->clone();
41 space->setPoseBounds(Vector3fRange {{
42 startCfg.at(0) - 10000,
43 startCfg.at(1) - 10000,
47 startCfg.at(0) + 10000,
48 startCfg.at(1) + 10000,
55 throw LocalException() <<
"The cspace needs to be a SimoxCSpaceWith2DPose";
58 this->taskName = taskName;
65 p.pathName =
"RobotPose";
66 p.nodes.push_back(this->startCfg);
74 cspace->initCollisionTest();