We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f48ef0 commit eee6e15Copy full SHA for eee6e15
teb_local_planner/include/teb_local_planner/teb_config.h
@@ -275,9 +275,9 @@ class TebConfig
275
robot.max_vel_y = 0.0;
276
robot.max_vel_theta = 0.3;
277
robot.base_max_vel_x = robot.max_vel_x;
278
- robot.base_max_vel_x_backwards = robot.base_max_vel_x_backwards;
279
- robot.base_max_vel_y = robot.base_max_vel_y;
280
- robot.base_max_vel_theta = robot.base_max_vel_theta;
+ robot.base_max_vel_x_backwards = robot.max_vel_x_backwards;
+ robot.base_max_vel_y = robot.max_vel_y;
+ robot.base_max_vel_theta = robot.max_vel_theta;
281
robot.acc_lim_x = 0.5;
282
robot.acc_lim_y = 0.5;
283
robot.acc_lim_theta = 0.5;
0 commit comments