#include <cmd_vel_cost_function.h>
Definition at line 10 of file cmd_vel_cost_function.h.
◆ CmdVelCostFunction()
| base_local_planner::CmdVelCostFunction::CmdVelCostFunction |
( |
| ) |
|
◆ ~CmdVelCostFunction()
| base_local_planner::CmdVelCostFunction::~CmdVelCostFunction |
( |
| ) |
|
|
virtual |
◆ prepare()
| bool base_local_planner::CmdVelCostFunction::prepare |
( |
| ) |
|
|
inlinevirtual |
◆ scoreTrajectory()
| double base_local_planner::CmdVelCostFunction::scoreTrajectory |
( |
Trajectory & |
traj | ) |
|
|
virtual |
◆ setCoefficients()
| void base_local_planner::CmdVelCostFunction::setCoefficients |
( |
double |
px, |
|
|
double |
nx, |
|
|
double |
py, |
|
|
double |
ny, |
|
|
double |
ptheta, |
|
|
double |
ntheta |
|
) |
| |
|
inline |
Sets coefficients of the cost function
- Parameters
-
| px | Positive x direction |
| nx | Negative x direction |
| py | Positive y direction |
| ny | Negative y direction |
| ptheta | Positive theta direction |
| ntheta | Negative theta direction |
Definition at line 29 of file cmd_vel_cost_function.h.
◆ ntheta_
| double base_local_planner::CmdVelCostFunction::ntheta_ |
|
private |
◆ nx_
| double base_local_planner::CmdVelCostFunction::nx_ |
|
private |
◆ ny_
| double base_local_planner::CmdVelCostFunction::ny_ |
|
private |
◆ ptheta_
| double base_local_planner::CmdVelCostFunction::ptheta_ |
|
private |
◆ px_
| double base_local_planner::CmdVelCostFunction::px_ |
|
private |
◆ py_
| double base_local_planner::CmdVelCostFunction::py_ |
|
private |
The documentation for this class was generated from the following files: