pyrobosim.core.robot.Robot.place_object

Robot.place_object(pose=None)

Places an object in a target location and (optionally) pose.

Parameters:

pose (pyrobosim.utils.pose.Pose, optional) – Placement pose (if not specified, will be sampled).

Returns:

True if placement succeeds, else False

Return type:

bool