Goal tolerance related parameters. More...
#include <teb_config.h>
Public Attributes | |
bool | free_goal_vel |
Allow the robot's velocity to be nonzero (usally max_vel) for planning purposes. | |
double | xy_goal_tolerance |
Allowed final euclidean distance to the goal position. | |
double | yaw_goal_tolerance |
Allowed final orientation error. |
Goal tolerance related parameters.
Definition at line 99 of file teb_config.h.
Allow the robot's velocity to be nonzero (usally max_vel) for planning purposes.
Definition at line 103 of file teb_config.h.
Allowed final euclidean distance to the goal position.
Definition at line 102 of file teb_config.h.
Allowed final orientation error.
Definition at line 101 of file teb_config.h.