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

Constructor & Destructor Documentation

◆ LocalPlannerLimits() [1/2]

base_local_planner::LocalPlannerLimits::LocalPlannerLimits ( )
inline

Definition at line 130 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 132 of file local_planner_limits.h.

◆ ~LocalPlannerLimits()

base_local_planner::LocalPlannerLimits::~LocalPlannerLimits ( )
inline

Definition at line 168 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 174 of file local_planner_limits.h.

Member Data Documentation

◆ acc_lim_theta

double base_local_planner::LocalPlannerLimits::acc_lim_theta

Definition at line 121 of file local_planner_limits.h.

◆ acc_lim_trans

double base_local_planner::LocalPlannerLimits::acc_lim_trans

Definition at line 122 of file local_planner_limits.h.

◆ acc_lim_x

double base_local_planner::LocalPlannerLimits::acc_lim_x

Definition at line 119 of file local_planner_limits.h.

◆ acc_lim_y

double base_local_planner::LocalPlannerLimits::acc_lim_y

Definition at line 120 of file local_planner_limits.h.

◆ max_vel_theta

double base_local_planner::LocalPlannerLimits::max_vel_theta

Definition at line 117 of file local_planner_limits.h.

◆ max_vel_trans

double base_local_planner::LocalPlannerLimits::max_vel_trans

Definition at line 111 of file local_planner_limits.h.

◆ max_vel_x

double base_local_planner::LocalPlannerLimits::max_vel_x

Definition at line 113 of file local_planner_limits.h.

◆ max_vel_y

double base_local_planner::LocalPlannerLimits::max_vel_y

Definition at line 115 of file local_planner_limits.h.

◆ min_vel_theta

double base_local_planner::LocalPlannerLimits::min_vel_theta

Definition at line 118 of file local_planner_limits.h.

◆ min_vel_trans

double base_local_planner::LocalPlannerLimits::min_vel_trans

Definition at line 112 of file local_planner_limits.h.

◆ min_vel_x

double base_local_planner::LocalPlannerLimits::min_vel_x

Definition at line 114 of file local_planner_limits.h.

◆ min_vel_y

double base_local_planner::LocalPlannerLimits::min_vel_y

Definition at line 116 of file local_planner_limits.h.

◆ prune_plan

bool base_local_planner::LocalPlannerLimits::prune_plan

Definition at line 123 of file local_planner_limits.h.

◆ restore_defaults

bool base_local_planner::LocalPlannerLimits::restore_defaults

Definition at line 128 of file local_planner_limits.h.

◆ theta_stopped_vel

double base_local_planner::LocalPlannerLimits::theta_stopped_vel

Definition at line 127 of file local_planner_limits.h.

◆ trans_stopped_vel

double base_local_planner::LocalPlannerLimits::trans_stopped_vel

Definition at line 126 of file local_planner_limits.h.

◆ xy_goal_tolerance

double base_local_planner::LocalPlannerLimits::xy_goal_tolerance

Definition at line 124 of file local_planner_limits.h.

◆ yaw_goal_tolerance

double base_local_planner::LocalPlannerLimits::yaw_goal_tolerance

Definition at line 125 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 Mon Mar 6 2023 03:50:24