pyrobosim.core.world.World.check_occupancy

World.check_occupancy(pose)

Check if a pose in the world is occupied. :param pose: Pose for checking occupancy. :type pose: pyrobosim.utils.pose.Pose :return: True if the pose is occupied, else False if free. :rtype: bool