pyrobosim.core.locations.Location.is_inside

Location.is_inside(pose)

Checks if a pose is inside the location 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