CreateRobotFromFile

virtual PRobot ITopController::CreateRobotFromFile(const std::string &filename) = 0

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

Parameters

filename – Path to file containing the URDF robot model.

Returns

PRobot – Created robot.

Throws