CreateRobotFromString

virtual PRobot ITopController::CreateRobotFromString(const std::string &urdf) = 0

Create a robot from the model contained in the specified URDF string.

Parameters

urdf – String containing the URDF robot model.

Returns

PRobot – Created robot.

Throws