delete_location()
- 1 Minute to read
delete_location()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
delete_location()
Permanently deletes a saved location.
Reference
Arguments
Arguments | Type | Default value | |
---|---|---|---|
map_name | str | The requested map. If map_name is empty the current map will assumed. | |
location_name | str | The requested location on the map. |
Return
True
if the whole function finished with no errors and the location was deleted.
Exceptions
Exception | Condition |
---|---|
RayaNavNotLocated | The robot is not located on the map. |
RayaNavZonesNotFound | No locations found on the map. |
RayaNavUnkownError | An unknown error occurs. |
See the complete list of Raya Exceptions. |
Was this article helpful?