#include <scan_matcher_test_utils.h>

Protected Types | |
| using | DefaultSPE = WeightedMeanPointProbabilitySPE | 
Protected Member Functions | |
| virtual void | add_primitive_to_map (const TextRasterMapPrimitive &mp, const DiscretePoint2D &offset, int w_scale, int h_scale) | 
| virtual RobotPoseDelta | default_acceptable_error () | 
| virtual bool | is_result_noise_acceptable (const TransformedLaserScan &raw_scan, const RobotPoseDelta &init_noise, const RobotPoseDelta &noise) | 
| virtual GridScanMatcher & | scan_matcher ()=0 | 
| ScanMatcherTestBase (std::shared_ptr< ScanProbabilityEstimator > prob_est, int map_w, int map_h, double map_scale, const LaserScannerParams &dflt_lsp) | |
| void | test_scan_matcher (const LaserScannerParams &lsp, const RobotPoseDelta &noise, const RobotPoseDelta &acc_error) | 
| void | test_scan_matcher (const RobotPoseDelta &noise, const RobotPoseDelta &acc_error) | 
| void | test_scan_matcher (const RobotPoseDelta &noise) | 
Protected Attributes | |
| LaserScannerParams | default_lsp | 
| MapType | map | 
| RobotPose | rpose | 
| std::shared_ptr< ScanProbabilityEstimator > | spe | 
Static Protected Attributes | |
| static constexpr RobotPoseDelta | Acceptable_Error | 
Definition at line 18 of file scan_matcher_test_utils.h.
      
  | 
  protected | 
Definition at line 20 of file scan_matcher_test_utils.h.
      
  | 
  inlineprotected | 
Definition at line 29 of file scan_matcher_test_utils.h.
      
  | 
  inlineprotectedvirtual | 
Definition at line 37 of file scan_matcher_test_utils.h.
      
  | 
  inlineprotectedvirtual | 
Reimplemented in BFMRScanMatcherTestBase< Map >, BFMRScanMatcherTestBase< RescalableMap >, and BFMRScanMatcherTestBase< MapType >.
Definition at line 45 of file scan_matcher_test_utils.h.
      
  | 
  inlineprotectedvirtual | 
Definition at line 47 of file scan_matcher_test_utils.h.
      
  | 
  protectedpure virtual | 
      
  | 
  inlineprotected | 
Definition at line 57 of file scan_matcher_test_utils.h.
      
  | 
  inlineprotected | 
Definition at line 82 of file scan_matcher_test_utils.h.
      
  | 
  inlineprotected | 
Definition at line 87 of file scan_matcher_test_utils.h.
      
  | 
  staticprotected | 
Definition at line 22 of file scan_matcher_test_utils.h.
      
  | 
  protected | 
Definition at line 95 of file scan_matcher_test_utils.h.
      
  | 
  protected | 
Definition at line 92 of file scan_matcher_test_utils.h.
      
  | 
  protected | 
Definition at line 93 of file scan_matcher_test_utils.h.
      
  | 
  protected | 
Definition at line 94 of file scan_matcher_test_utils.h.