pyrobosim.core.locations.ObjectSpawn.is_inside

ObjectSpawn.is_inside(pose)

Checks if a pose is inside the object spawn polygon.

Parameters:

pose (pyrobosim.utils.pose.Pose/(float, float)) – Pose to check.

Returns:

True if pose is inside the polygon, else False.

Return type:

bool