36 #ifndef __base_local_planner__LOCALPLANNERLIMITS_H__
37 #define __base_local_planner__LOCALPLANNERLIMITS_H__
43 class LocalPlannerLimits
71 double nmax_vel_trans,
72 double nmin_vel_trans,
77 double nmax_vel_theta,
78 double nmin_vel_theta,
81 double nacc_lim_theta,
82 double nacc_lim_trans,
83 double ndeacc_lim_trans,
84 double nxy_goal_tolerance,
85 double nyaw_goal_tolerance,
86 bool nprune_plan =
true,
87 double ntrans_stopped_vel = 0.1,
88 double ntheta_stopped_vel = 0.1,
89 double nmin_lookahead_distance = 1):
117 Eigen::Vector3f acc_limits;
127 #endif // __LOCALPLANNERLIMITS_H__