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

Using "sensor data" QoS profile with BEST_EFFORT #67

Merged

Conversation

karl-schulz
Copy link

Fixing #41

  • Using sensor data QoS profile with BEST_EFFORT
  • Tested locally with a BEST_EFFORT image publisher

@karl-schulz
Copy link
Author

I don't think the build failure is related to this fix...

Copy link

@jacobperron jacobperron left a 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.

src/rqt_image_view/image_view.cpp Outdated Show resolved Hide resolved
@jacobperron
Copy link

I also don't think CI failing is a result of this PR. I suspect it is related to our transition to Ubuntu Jammy.

@wep21
Copy link

wep21 commented Mar 21, 2022

@jacobperron #66 and wodtko#1 (#68) fixes the ci failing.

@karl-schulz
Copy link
Author

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.

Cool, I did not know about these options.

@jacobperron
Copy link

I've rebased to get the latest fixes on rolling-devel.

Copy link

@jacobperron jacobperron left a 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:

https://github.com/ros-visualization/rqt/blob/5af2ce3877f8b6a95e0b60e479a310812bef7296/rqt_gui_cpp/src/rqt_gui_cpp/roscpp_plugin_provider.cpp#L90-L96

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>
@jacobperron
Copy link

jacobperron commented Mar 21, 2022

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.

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

Successfully merging this pull request may close these issues.

None yet

3 participants