Using "sensor data" QoS profile with BEST_EFFORT#67
Conversation
|
I don't think the build failure is related to this fix... |
jacobperron
left a comment
There was a problem hiding this comment.
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 <jacob@openrobotics.org>
a968e32 to
7aecf68
Compare
|
I've rebased to get the latest fixes on |
jacobperron
left a comment
There was a problem hiding this comment.
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 <jacob@openrobotics.org>
|
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