112             const std::string& section) 
override;  
   115             const std::string& section) 
const override;  
   142         std::vector<double>& dir_evals, 
const NavInput& ni,
   143         unsigned int trg_idx);
   153         unsigned int target_idx, 
const NavInput& ni, EvalOutput& eo);
 unsigned int direction2sector(const double a, const unsigned int N)
 
double gap_width_ratio_threshold
Ratio [0,1], times path_count, gives the minimum gap width to accept a direct motion towards target...
 
double getTargetApproachSlowDownDistance() const override
Returns the actual value of this parameter [m], as set via the children class options structure...
 
virtual void postProcessDirectionEvaluations(std::vector< double > &dir_evals, const NavInput &ni, unsigned int trg_idx)
If desired, override in a derived class to manipulate the final evaluations of each directions...
 
mrpt::obs::CSinCosLookUpTableFor2DScans m_sincos_lut
 
A class for storing extra information about the execution of CHolonomicFullEval navigation. 
 
This class is a "CSerializable" wrapper for "CMatrixDynamic<double>". 
 
This is a virtual base class for sets of options than can be loaded from and/or saved to configuratio...
 
double TOO_CLOSE_OBSTACLE
Directions with collision-free distances below this threshold are not elegible. 
 
void saveToConfigFile(mrpt::config::CConfigFileBase &cfg, const std::string §ion) const override
This method saves the options to a ".ini"-like file or memory-stored string list. ...
 
A base class for holonomic reactive navigation methods. 
 
double TARGET_SLOW_APPROACHING_DISTANCE
Start to reduce speed when closer than this to target [m]. 
 
int32_t selectedTarget
Normally = 0. 
 
std::vector< int32_t > factorNormalizeOrNot
0/1 to normalize factors. 
 
const mrpt::math::CMatrixD * getDirectionScores() const override
 
double clearance_threshold_ratio
Ratio [0,1], times path_count, gives the minimum number of paths at each side of a target direction t...
 
CLogFileRecord_FullEval()
 
std::vector< double > PHASE_THRESHOLDS
Phase 1,2,N-1... 
 
TOptions options
Parameters of the algorithm (can be set manually or loaded from CHolonomicFullEval::initialize or opt...
 
double OBSTACLE_SLOW_DOWN_DISTANCE
Start to reduce speed when clearance is below this value ([0,1] ratio wrt obstacle reference/max dist...
 
int32_t selectedSector
Member data. 
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
A smart look-up-table (LUT) of sin/cos values for 2D laser scans. 
 
A base class for log records for different holonomic navigation methods. 
 
std::vector< double > factorWeights
See docs above. 
 
void evalSingleTarget(unsigned int target_idx, const NavInput &ni, EvalOutput &eo)
Evals one single target of the potentially many of them in NavInput. 
 
CHolonomicFullEval(const mrpt::config::CConfigFileBase *INI_FILE=nullptr)
Initialize the parameters of the navigator, from some configuration file, or default values if set to...
 
void saveConfigFile(mrpt::config::CConfigFileBase &c) const override
saves all available parameters, in a forma loadable by initialize() 
 
Full evaluation of all possible directions within the discrete set of input directions. 
 
void navigate(const NavInput &ni, NavOutput &no) override
Invokes the holonomic navigation algorithm itself. 
 
mrpt::math::CMatrixD m_dirs_scores
Individual scores for each direction: (i,j), i (row) are directions, j (cols) are scores...
 
void setTargetApproachSlowDownDistance(const double dist) override
Sets the actual value of this parameter [m]. 
 
void initialize(const mrpt::config::CConfigFileBase &INI_FILE) override
Initialize the parameters of the navigator, reading from the default section name (see derived classe...
 
double HYSTERESIS_SECTOR_COUNT
Range of "sectors" (directions) for hysteresis over successive timesteps. 
 
#define DEFINE_SERIALIZABLE(class_name, NS)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
unsigned int m_last_selected_sector
 
Output for CAbstractHolonomicReactiveMethod::navigate() 
 
mrpt::math::CMatrixD dirs_scores
Individual scores for each direction: (i,j), i (row) are directions, j (cols) are scores...
 
std::vector< std::vector< double > > phase_scores
 
std::vector< std::vector< int32_t > > PHASE_FACTORS
Factor indices [0,4] for the factors to consider in each phase 1,2,...N of the movement decision (Def...
 
bool LOG_SCORE_MATRIX
(default:false, to save space) 
 
void loadFromConfigFile(const mrpt::config::CConfigFileBase &source, const std::string §ion) override
This method load the options from a ".ini"-like file or memory-stored string list.