-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiff_drive.yaml
31 lines (26 loc) · 936 Bytes
/
diff_drive.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
type: "diff_drive_controller_rbs/DiffDriveController"
publish_rate: 50
left_wheel: 'left_wheel_joint'
right_wheel: 'right_wheel_joint'
# Odometry covariances for the encoder output of the robot. These values should
# be tuned to your robot's sample odometry data, but these values are a good place
# to start
pose_covariance_diagonal: [0.001, 0.001, 0.001, 0.001, 0.001, 0.03]
twist_covariance_diagonal: [0.001, 0.001, 0.001, 0.001, 0.001, 0.03]
# Top level frame (link) of the robot description
base_frame_id: base_link
# Velocity and acceleration limits for the robot
linear:
x:
has_velocity_limits : true
max_velocity : 1.00 # m/s
has_acceleration_limits: true
max_acceleration : 0.10 # m/s^2
angular:
z:
has_velocity_limits : true
max_velocity : 3.14 # rad/s
has_acceleration_limits: true
max_acceleration : 0.31 # rad/s^2
# Debug
publish_cmd: true