-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.yaml
More file actions
26 lines (26 loc) · 782 Bytes
/
sample.yaml
File metadata and controls
26 lines (26 loc) · 782 Bytes
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
sync_parameter_server:
ros__parameters:
sync_parameters:
- frequency
- sim_time
frequency:
params:
- /robot/diff_drive_controller/publish_rate
- /robot/velocity_smoother/smoothing_frequency
- /robot/robot_state_publisher/publish_frequency
/robot/diff_drive_controller/publish_rate:
scale: 1.0
offset: 5.0
/robot/velocity_smoother/smoothing_frequency:
offset: -1.0
/robot/robot_state_publisher/publish_frequency:
scale: 10.0
type: double
default: 50.0
sim_time:
params:
- /robot/diff_drive_controller/use_sim_time
- /robot/velocity_smoother/use_sim_time
- /robot/robot_state_publisher/use_sim_time
default: true
type: bool