VrepClient.set_robot_pose

VrepClient.set_robot_pose(robot, frame)[source]

Moves the robot to a given pose, specified as a frame.

Args:

robot (compas_fab.robots.Robot): Robot instance to move. frame (Frame): Target or goal frame.

Returns:

An instance of Configuration found for the given pose.