|
|
#include <armarx/navigation/algorithms/spfa/smoothing/residuals.h>
Public Member Functions | |
| template<typename T> | |
| bool | operator() (const T *const c_i, const T *const c_ip1, T *residual) const |
| SegmentObstacleResidual2D (const Costmap2DWrapper &wrapper, double weight, double max_dist, double clearance, double t) | |
Public Attributes | |
| double | clearance_ |
| double | max_dist_ |
| double | t_ |
| double | w_ |
| const Costmap2DWrapper & | wrapper_ |
Definition at line 195 of file residuals.h.
|
inline |
Definition at line 197 of file residuals.h.
|
inline |
Definition at line 211 of file residuals.h.
| double clearance_ |
Definition at line 250 of file residuals.h.
| double max_dist_ |
Definition at line 249 of file residuals.h.
| double t_ |
Definition at line 251 of file residuals.h.
| double w_ |
Definition at line 248 of file residuals.h.
| const Costmap2DWrapper& wrapper_ |
Definition at line 247 of file residuals.h.