Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding QoS profiles for publishers and subscribers #29

Open
hortovanyi opened this issue Oct 22, 2024 · 0 comments
Open

Overriding QoS profiles for publishers and subscribers #29

hortovanyi opened this issue Oct 22, 2024 · 0 comments

Comments

@hortovanyi
Copy link
Contributor

Have updated the UBLOX_NODE to now use pub_options and sub_options for publishers and subscribers per https://github.com/mikeferguson/ros2_cookbook/blob/main/pages/qos.md

Not created and tested in launch files or from the command line overriding the default SensorQoS profile being used.

Can see the QoS profiles with using the following

ros2 topic info -v /ubx_rxm_cor
Type: ublox_ubx_msgs/msg/UBXRxmCor

Publisher count: 1

Node name: ublox_dgnss
Node namespace: /
Topic type: ublox_ubx_msgs/msg/UBXRxmCor
Topic type hash: RIHS01_c95c3c8a18ae055d4e3d558caf65a16866810cf04adab54df5240ddd5da7f235
Endpoint type: PUBLISHER
GID: 01.0f.db.da.c6.9c.0e.2d.00.00.00.00.00.00.3c.03
QoS profile:
  Reliability: BEST_EFFORT
  History (Depth): UNKNOWN
  Durability: VOLATILE
  Lifespan: Infinite
  Deadline: Infinite
  Liveliness: AUTOMATIC
  Liveliness lease duration: Infinite

Subscription count: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant