Public Member Functions | Public Attributes | List of all members
base_local_planner::LocalPlannerLimits Class Reference

#include <local_planner_limits.h>

Public Member Functions

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 ()
 

Public Attributes

double acc_lim_theta
 
double acc_lim_trans
 
double acc_lim_x
 
double acc_lim_y
 
double max_vel_theta
 
double max_vel_trans
 
double max_vel_x
 
double max_vel_y
 
double min_vel_theta
 
double min_vel_trans
 
double min_vel_x
 
double min_vel_y
 
bool prune_plan
 
bool restore_defaults
 
double theta_stopped_vel
 
double trans_stopped_vel
 
double xy_goal_tolerance
 
double yaw_goal_tolerance
 

Detailed Description

Definition at line 43 of file local_planner_limits.h.

Constructor & Destructor Documentation

◆ LocalPlannerLimits() [1/2]

base_local_planner::LocalPlannerLimits::LocalPlannerLimits ( )
inline

Definition at line 66 of file local_planner_limits.h.

◆ 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

Definition at line 68 of file local_planner_limits.h.

◆ ~LocalPlannerLimits()

base_local_planner::LocalPlannerLimits::~LocalPlannerLimits ( )
inline

Definition at line 104 of file local_planner_limits.h.

Member Function Documentation

◆ 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 110 of file local_planner_limits.h.

Member Data Documentation

◆ acc_lim_theta

double base_local_planner::LocalPlannerLimits::acc_lim_theta

Definition at line 57 of file local_planner_limits.h.

◆ acc_lim_trans

double base_local_planner::LocalPlannerLimits::acc_lim_trans

Definition at line 58 of file local_planner_limits.h.

◆ acc_lim_x

double base_local_planner::LocalPlannerLimits::acc_lim_x

Definition at line 55 of file local_planner_limits.h.

◆ acc_lim_y

double base_local_planner::LocalPlannerLimits::acc_lim_y

Definition at line 56 of file local_planner_limits.h.

◆ max_vel_theta

double base_local_planner::LocalPlannerLimits::max_vel_theta

Definition at line 53 of file local_planner_limits.h.

◆ max_vel_trans

double base_local_planner::LocalPlannerLimits::max_vel_trans

Definition at line 47 of file local_planner_limits.h.

◆ max_vel_x

double base_local_planner::LocalPlannerLimits::max_vel_x

Definition at line 49 of file local_planner_limits.h.

◆ max_vel_y

double base_local_planner::LocalPlannerLimits::max_vel_y

Definition at line 51 of file local_planner_limits.h.

◆ min_vel_theta

double base_local_planner::LocalPlannerLimits::min_vel_theta

Definition at line 54 of file local_planner_limits.h.

◆ min_vel_trans

double base_local_planner::LocalPlannerLimits::min_vel_trans

Definition at line 48 of file local_planner_limits.h.

◆ min_vel_x

double base_local_planner::LocalPlannerLimits::min_vel_x

Definition at line 50 of file local_planner_limits.h.

◆ min_vel_y

double base_local_planner::LocalPlannerLimits::min_vel_y

Definition at line 52 of file local_planner_limits.h.

◆ prune_plan

bool base_local_planner::LocalPlannerLimits::prune_plan

Definition at line 59 of file local_planner_limits.h.

◆ restore_defaults

bool base_local_planner::LocalPlannerLimits::restore_defaults

Definition at line 64 of file local_planner_limits.h.

◆ theta_stopped_vel

double base_local_planner::LocalPlannerLimits::theta_stopped_vel

Definition at line 63 of file local_planner_limits.h.

◆ trans_stopped_vel

double base_local_planner::LocalPlannerLimits::trans_stopped_vel

Definition at line 62 of file local_planner_limits.h.

◆ xy_goal_tolerance

double base_local_planner::LocalPlannerLimits::xy_goal_tolerance

Definition at line 60 of file local_planner_limits.h.

◆ yaw_goal_tolerance

double base_local_planner::LocalPlannerLimits::yaw_goal_tolerance

Definition at line 61 of file local_planner_limits.h.


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


base_local_planner
Author(s): Eitan Marder-Eppstein, Eric Perko, contradict@gmail.com
autogenerated on Wed Jun 22 2022 02:07:08