mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
3ca84deafa
commit
9f3055192c
@ -163,10 +163,10 @@ controller_server:
|
|||||||
min_speed_theta: 0.0
|
min_speed_theta: 0.0
|
||||||
# Add high threshold velocity for turtlebot 3 issue.
|
# Add high threshold velocity for turtlebot 3 issue.
|
||||||
# https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/75
|
# https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/75
|
||||||
acc_lim_x: 0.1 # was 2.5
|
acc_lim_x: 0.05 # was 2.5
|
||||||
acc_lim_y: 0.0
|
acc_lim_y: 0.1
|
||||||
acc_lim_theta: 0.1 # was 3.2
|
acc_lim_theta: 1.0 # was 3.2
|
||||||
decel_lim_x: -0.1 # was -2.5
|
decel_lim_x: -0.05 # was -2.5
|
||||||
decel_lim_y: 0.0
|
decel_lim_y: 0.0
|
||||||
decel_lim_theta: -0.1 # was -3.2
|
decel_lim_theta: -0.1 # was -3.2
|
||||||
vx_samples: 20
|
vx_samples: 20
|
||||||
|
Loading…
Reference in New Issue
Block a user