-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
I am trying to limit the data usage of my system by reducing the maximum rate of joy message transmission. To accomplish this in the past (in ros1) I would lower the auto repeat rate and the coalescence_interval. However, in the ros2 version the coalescence_interval_ms seems to have no effect. Here are the parameters from my node:
/odysseus_common/control/console_joystick:
ros__parameters:
autorepeat_rate: 2.0
coalesce_interval_ms: 100
deadzone: 0.05
device_id: 0
device_name: ''
qos_overrides:
/parameter_events:
publisher:
depth: 1000
durability: volatile
history: keep_last
reliability: reliable
sticky_buttons: false
use_sim_time: false
when I move the sticks rapidly I am still seeing data rates well over 200hz
Jannled
Metadata
Metadata
Assignees
Labels
No labels