Robot related parameters. More...
#include <teb_config.h>
Public Attributes | |
double | acc_lim_theta |
Maximum angular acceleration of the robot. | |
double | acc_lim_x |
Maximum translational acceleration of the robot. | |
bool | cmd_angle_instead_rotvel |
Substitute the rotational velocity in the commanded velocity message by the corresponding steering angle (check 'axles_distance') | |
double | max_vel_theta |
Maximum angular velocity of the robot. | |
double | max_vel_x |
Maximum translational velocity of the robot. | |
double | max_vel_x_backwards |
Maximum translational velocity of the robot for driving backwards. | |
double | min_turning_radius |
Minimum turning radius of a carlike robot (diff-drive robot: zero);. | |
double | wheelbase |
The distance between the drive shaft and steering axle (only required for a carlike robot with 'cmd_angle_instead_rotvel' enabled); The value might be negative for back-wheeled robots! |
Robot related parameters.
Definition at line 86 of file teb_config.h.
Maximum angular acceleration of the robot.
Definition at line 92 of file teb_config.h.
Maximum translational acceleration of the robot.
Definition at line 91 of file teb_config.h.
Substitute the rotational velocity in the commanded velocity message by the corresponding steering angle (check 'axles_distance')
Definition at line 95 of file teb_config.h.
Maximum angular velocity of the robot.
Definition at line 90 of file teb_config.h.
Maximum translational velocity of the robot.
Definition at line 88 of file teb_config.h.
Maximum translational velocity of the robot for driving backwards.
Definition at line 89 of file teb_config.h.
Minimum turning radius of a carlike robot (diff-drive robot: zero);.
Definition at line 93 of file teb_config.h.
The distance between the drive shaft and steering axle (only required for a carlike robot with 'cmd_angle_instead_rotvel' enabled); The value might be negative for back-wheeled robots!
Definition at line 94 of file teb_config.h.