Exceptions
  • 1 Minute to read

Exceptions


Article summary

ExceptionCondition
RayaNavAlreadyNavigatingRobot is already navigating.
RayaNavNotMappingRobot is not in mapping mode.
RayaNavLocationAlreadyExistThe requested location already exists.
RayaNavErrorReadingYamlAn error occurred reading a yaml file.
RayaNavErrorWritingYamlAn error occurred writting a yaml file.
RayaNavLocationNotFoundThe requested location does not exist.
RayaNavLocationsNotFoundNo location found.
RayaNavAlreadyNavigatingThe robot is already browsing.
RayaNavNoMapLoadedNo map is loaded.
RayaNavSortedPointsEmptyThe list of sorted points is empty.
RayaNavZoneAlreadyExistThe zone name already exists.
RayaNavErrorSavingZoneError saving zone.
RayaNavZoneIsNotPolygonThe requested area is not a polygon.
RayaNavNotValidPointFoundThere are no valid points to navigate to.
RayaUnableToFollowPathAn obstacle found, the path cannot be followed.
RayaUnableToComputePathNo path to goal found.
RayaNavNoDataFromMapTopicMap information is not received.
RayaNavUnableToChangeMapError changing map.
RayaNavInvalidGoalInvalid goal coordinate.
RayaNavBadImageSizeThe size of the new image is different from the original.
RayaNavMappingDisabledMapping mode is disabled.
RayaNavUnableToEnableCameraError enabling camera.
RayaNavFileNotFoundThe requested file was not found.
RayaNavWrongFileFormatFile with invalid format.

Was this article helpful?

What's Next