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

rename depth/image_raw to depth_raw/image #140

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Conversation

mikeferguson
Copy link
Member

Without this change, both depth/image and depth/image_raw publish the same camera_info topic (depth/camera_info) - this has several issues:

  • subscribing to either image causes both to be published along with their respective camera_info
  • remapping either camera_info, remaps both
  • In Jazzy, it appears that the double camera_info also causes minor issues with message_filters in downstream packages

Without this change, both depth/image and depth/image_raw publish
the same camera_info topic (depth/camera_info) - this has several
issues:
 * subscribing to either image causes both to be published along
   with their respective camera_info
 * remapping either camera_info, remaps both
 * In Jazzy, it appears that the double camera_info also causes
   minor issues with message_filters in downstream packages
@@ -398,7 +398,6 @@ void OpenNI2Driver::colorConnectCb()
}
std::lock_guard<std::mutex> lock(connect_mutex_);

// This does not appear to work
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these comments were left over and should have been removed when lazy subscribers were implemented

@mikeferguson mikeferguson merged commit 3927ec0 into ros2 Aug 10, 2024
2 checks passed
@mikeferguson mikeferguson deleted the depth_raw_rename branch August 10, 2024 19:44
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.

1 participant