This commit is contained in:
Björn Ellensohn 2023-09-04 09:50:54 +02:00
parent 3f05304ff3
commit ef59228459

View File

@ -162,12 +162,12 @@ controller_server:
min_speed_theta: 0.0
# Add high threshold velocity for turtlebot 3 issue.
# https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/75
acc_lim_x: 0.5 # was 2.5
acc_lim_x: 0.1 # was 2.5
acc_lim_y: 0.0
acc_lim_theta: 1.2 # was 3.2
decel_lim_x: -0.5 # was -2.5
acc_lim_theta: 0.1 # was 3.2
decel_lim_x: -0.1 # was -2.5
decel_lim_y: 0.0
decel_lim_theta: -1.2 # was -3.2
decel_lim_theta: -0.1 # was -3.2
vx_samples: 20
vy_samples: 5
vtheta_samples: 20