Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make joint_states subscription QoS configurable; default to SensorDat…
…aQoS. (#179) This changes the subscription default from `reliable` to `best_effort`. This is helpful when visualizing a robot that's running on a wifi-connected device, and eliminates a warning when starting up drivers on a robot that publishes with `best_effort`. The subscription defaults to `best_effort`, but can be overridden with the following config: ```yaml robot_state_publisher: ros__parameters: qos_overrides: /joint_states: subscription: reliability: reliable ```
- Loading branch information