|
|
#include <armarx/navigation/algorithms/spfa/smoothing/residuals.h>
Public Member Functions | |
| MidpointObstacleResidual2D (const Costmap2DWrapper &wrapper, double weight, double max_dist, double clearance) | |
| template<typename T> | |
| bool | operator() (const T *const c_i, const T *const c_ip1, T *residual) const |
Public Attributes | |
| double | clearance_ |
| double | max_dist_ |
| double | w_ |
| const Costmap2DWrapper & | wrapper_ |
Definition at line 137 of file residuals.h.
|
inline |
Definition at line 139 of file residuals.h.
|
inline |
Definition at line 151 of file residuals.h.
| double clearance_ |
Definition at line 190 of file residuals.h.
| double max_dist_ |
Definition at line 189 of file residuals.h.
| double w_ |
Definition at line 188 of file residuals.h.
| const Costmap2DWrapper& wrapper_ |
Definition at line 187 of file residuals.h.