localization_error_monitor 
Purpose 
localization_error_monitor is a package for diagnosing localization errors by monitoring uncertainty of the localization results.
The package monitors the following two values:
size of long radius of confidence ellipse 
size of confidence ellipse along lateral direction (body-frame) 
 
Name 
Type 
Description 
 
 
input/pose_with_covgeometry_msgs::msg::PoseWithCovarianceStampedlocalization result 
 
 
Output 
Name 
Type 
Description 
 
 
debug/ellipse_markervisualization_msgs::msg::Markerellipse marker 
 
diagnosticsdiagnostic_msgs::msg::DiagnosticArraydiagnostics outputs 
 
 
Parameters 
Name 
Type 
Description 
 
 
scaledouble 
scale factor for monitored values (default: 3.0) 
 
error_ellipse_sizedouble 
error threshold for long radius of confidence ellipse [m] (default: 1.0) 
 
warn_ellipse_sizedouble 
warning threshold for long radius of confidence ellipse [m] (default: 0.8) 
 
error_ellipse_size_lateral_directiondouble 
error threshold for size of confidence ellipse along lateral direction [m] (default: 0.3) 
 
warn_ellipse_size_lateral_directiondouble 
warning threshold for size of confidence ellipse along lateral direction [m] (default: 0.2)