#include <local_planner_limits.h>
|
Eigen::Vector3f | getAccLimits () |
| Get the acceleration limits of the robot. More...
|
|
| LocalPlannerLimits () |
|
| LocalPlannerLimits (double nmax_vel_trans, double nmin_vel_trans, double nmax_vel_x, double nmin_vel_x, double nmax_vel_y, double nmin_vel_y, double nmax_vel_theta, double nmin_vel_theta, double nacc_lim_x, double nacc_lim_y, double nacc_lim_theta, double nacc_lim_trans, double nxy_goal_tolerance, double nyaw_goal_tolerance, bool nprune_plan=true, double ntrans_stopped_vel=0.1, double ntheta_stopped_vel=0.1) |
|
| ~LocalPlannerLimits () |
|
Definition at line 75 of file local_planner_limits.h.
◆ LocalPlannerLimits() [1/2]
base_local_planner::LocalPlannerLimits::LocalPlannerLimits |
( |
| ) |
|
|
inline |
◆ LocalPlannerLimits() [2/2]
base_local_planner::LocalPlannerLimits::LocalPlannerLimits |
( |
double |
nmax_vel_trans, |
|
|
double |
nmin_vel_trans, |
|
|
double |
nmax_vel_x, |
|
|
double |
nmin_vel_x, |
|
|
double |
nmax_vel_y, |
|
|
double |
nmin_vel_y, |
|
|
double |
nmax_vel_theta, |
|
|
double |
nmin_vel_theta, |
|
|
double |
nacc_lim_x, |
|
|
double |
nacc_lim_y, |
|
|
double |
nacc_lim_theta, |
|
|
double |
nacc_lim_trans, |
|
|
double |
nxy_goal_tolerance, |
|
|
double |
nyaw_goal_tolerance, |
|
|
bool |
nprune_plan = true , |
|
|
double |
ntrans_stopped_vel = 0.1 , |
|
|
double |
ntheta_stopped_vel = 0.1 |
|
) |
| |
|
inline |
◆ ~LocalPlannerLimits()
base_local_planner::LocalPlannerLimits::~LocalPlannerLimits |
( |
| ) |
|
|
inline |
◆ getAccLimits()
Eigen::Vector3f base_local_planner::LocalPlannerLimits::getAccLimits |
( |
| ) |
|
|
inline |
Get the acceleration limits of the robot.
- Returns
- The acceleration limits of the robot
Definition at line 174 of file local_planner_limits.h.
◆ acc_lim_theta
double base_local_planner::LocalPlannerLimits::acc_lim_theta |
◆ acc_lim_trans
double base_local_planner::LocalPlannerLimits::acc_lim_trans |
◆ acc_lim_x
double base_local_planner::LocalPlannerLimits::acc_lim_x |
◆ acc_lim_y
double base_local_planner::LocalPlannerLimits::acc_lim_y |
◆ max_vel_theta
double base_local_planner::LocalPlannerLimits::max_vel_theta |
◆ max_vel_trans
double base_local_planner::LocalPlannerLimits::max_vel_trans |
◆ max_vel_x
double base_local_planner::LocalPlannerLimits::max_vel_x |
◆ max_vel_y
double base_local_planner::LocalPlannerLimits::max_vel_y |
◆ min_vel_theta
double base_local_planner::LocalPlannerLimits::min_vel_theta |
◆ min_vel_trans
double base_local_planner::LocalPlannerLimits::min_vel_trans |
◆ min_vel_x
double base_local_planner::LocalPlannerLimits::min_vel_x |
◆ min_vel_y
double base_local_planner::LocalPlannerLimits::min_vel_y |
◆ prune_plan
bool base_local_planner::LocalPlannerLimits::prune_plan |
◆ restore_defaults
bool base_local_planner::LocalPlannerLimits::restore_defaults |
◆ theta_stopped_vel
double base_local_planner::LocalPlannerLimits::theta_stopped_vel |
◆ trans_stopped_vel
double base_local_planner::LocalPlannerLimits::trans_stopped_vel |
◆ xy_goal_tolerance
double base_local_planner::LocalPlannerLimits::xy_goal_tolerance |
◆ yaw_goal_tolerance
double base_local_planner::LocalPlannerLimits::yaw_goal_tolerance |
The documentation for this class was generated from the following file: