-
Notifications
You must be signed in to change notification settings - Fork 60
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
Using "sensor data" QoS profile with BEST_EFFORT #67
Using "sensor data" QoS profile with BEST_EFFORT #67
Conversation
I don't think the build failure is related to this fix... |
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.
Looks good to me, thanks for the PR!
I've suggested one small change that, I think, would make rqt_image_view even more flexible.
I also don't think CI failing is a result of this PR. I suspect it is related to our transition to Ubuntu Jammy. |
@jacobperron #66 and wodtko#1 (#68) fixes the ci failing. |
Cool, I did not know about these options. |
Co-authored-by: Jacob Perron <[email protected]>
a968e32
to
7aecf68
Compare
I've rebased to get the latest fixes on |
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.
The changes LGTM, but unfortunately ROS command-line arguments do not work because we're not parsing them:
Until we start properly parsing CLI args in rqt_gui_cpp
, we can't set ROS parameters at startup, like the QoS overrides...
We need to wait until ROS command-line arguments are properly parsed upstream. Signed-off-by: Jacob Perron <[email protected]>
I've filed a ticket upstream (ros-visualization/rqt#262) and disabled the feature (f61e7a7) to avoid misleading users that the exposed ROS parameters can actually be set. |
Fixing #41