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

radial nodes: should all sub to raw topics #906

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

mikeferguson
Copy link
Member

Per findings in #388 (comment) - instead of renaming xyz_radial and xyzi_radial to image_rect, I should have made the xyzrgb_radial use image_raw (since these nodes use matrices K & D):

  • Revert the change in xyzi_radial - topic is depth/image_raw as it has always been
  • Revert the change in xyz_radial, although it is still changed slightly from the old "image_raw" -> "depth/image_raw" for consistency with the other nodes.
  • Update xyzrgb_radial:
    • depth_registered/image_rect -> depth/image_raw
    • rgb/image_rect_color -> rgb/image_raw
  • update launch files accordingly (and remove camera_info since it no longer needs to be renamed, happens automagically). Note: these launch files are probably epically bad since realsense doesn't output radial images... but we'll leave them as documentation for these nodes.

@mikeferguson mikeferguson merged commit 98c20c6 into ros-perception:rolling Jan 22, 2024
3 checks passed
@mikeferguson
Copy link
Member Author

This does not need a back port - we're only changing these topics in Jazzy and later (to avoid breaking people)

@mikeferguson mikeferguson deleted the radial_topics branch January 22, 2024 15:40
Kotochleb pushed a commit to Kotochleb/image_pipeline that referenced this pull request May 27, 2024
Per findings in
ros-perception#388 (comment)
- instead of renaming xyz_radial and xyzi_radial to image_rect, I should
have made the xyzrgb_radial use image_raw (since these nodes use
matrices K & D):

* Revert the change in xyzi_radial - topic is depth/image_raw as it has
always been
* Revert the change in xyz_radial, although it is still changed slightly
from the old "image_raw" -> "depth/image_raw" for consistency with the
other nodes.
 * Update xyzrgb_radial:
   * depth_registered/image_rect -> depth/image_raw
   * rgb/image_rect_color -> rgb/image_raw
* update launch files accordingly (and remove camera_info since it no
longer needs to be renamed, happens automagically). Note: these launch
files are probably epically bad since realsense doesn't output radial
images... but we'll leave them as documentation for these nodes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants