-
Notifications
You must be signed in to change notification settings - Fork 164
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
Change default QoSProfile for pub #653
Conversation
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
This PR uses ACTION_STATUS_DEFAULT which sets "Reliable" reliability and "Transient-local" durability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems a bit awkward to choose the "action status" preset. How about we don't set a default QoS profile for the --qos-profile
CLI arg? We can instead use some custom QoS profile, unless the user explicitly passes the --qos-profile
option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a quick question, is there any requirement or actual problems to reset the default?
While addressing #594 for As an aside, "system default" was chosen arbitrarily: #245 @fujitatomoya Does that answer your question? |
it does. thanks for the explanation. |
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I have a few minor comments
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI.
I would recommend using --packages-up-to ros2topic
for building and --packages-select ros2topic
for testing.
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Gonzalo de Pedro gonzalo@depedro.com.ar