Skip to content

Using "sensor data" QoS profile with BEST_EFFORT#67

Merged
jacobperron merged 3 commits into
ros-visualization:rolling-develfrom
karl-schulz:rolling-devel
Mar 21, 2022
Merged

Using "sensor data" QoS profile with BEST_EFFORT#67
jacobperron merged 3 commits into
ros-visualization:rolling-develfrom
karl-schulz:rolling-devel

Conversation

@karl-schulz
Copy link
Copy Markdown
Contributor

Fixing #41

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

@karl-schulz
Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
Contributor

@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.

Comment thread src/rqt_image_view/image_view.cpp Outdated
@jacobperron
Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

wep21 commented Mar 21, 2022

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

@karl-schulz
Copy link
Copy Markdown
Contributor 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
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Contributor

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.

3 participants