ObstacleResidual2D Struct Reference

#include <armarx/navigation/algorithms/spfa/smoothing/residuals.h>

Public Member Functions

 ObstacleResidual2D (const Costmap2DWrapper &wrapper, double weight, double max_dist, double clearance)
 
template<typename T>
bool operator() (const T *const node, T *residual) const
 

Public Attributes

double clearance_
 
double max_dist_
 
double w_
 
const Costmap2DWrapperwrapper_
 

Detailed Description

Definition at line 84 of file residuals.h.

Constructor & Destructor Documentation

◆ ObstacleResidual2D()

ObstacleResidual2D ( const Costmap2DWrapper & wrapper,
double weight,
double max_dist,
double clearance )
inline

Definition at line 86 of file residuals.h.

Member Function Documentation

◆ operator()()

template<typename T>
bool operator() ( const T *const node,
T * residual ) const
inline

Definition at line 98 of file residuals.h.

Member Data Documentation

◆ clearance_

double clearance_

Definition at line 134 of file residuals.h.

◆ max_dist_

double max_dist_

Definition at line 133 of file residuals.h.

◆ w_

double w_

Definition at line 132 of file residuals.h.

◆ wrapper_

const Costmap2DWrapper& wrapper_

Definition at line 131 of file residuals.h.


The documentation for this struct was generated from the following file: