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

fix image publisher remapping #941

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

mikeferguson
Copy link
Member

Addresses #940 - fixes the compressed/etc topic remapping for publishers

@@ -56,10 +56,14 @@ DebayerNode::DebayerNode(const rclcpp::NodeOptions & options)
// TransportHints does not actually declare the parameter
this->declare_parameter<std::string>("image_transport", "raw");

debayer_ = this->declare_parameter("debayer", 3);
Copy link
Member Author

Choose a reason for hiding this comment

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

slightly unrelated fix - but I noticed this parameter gets declared after we create publisher (and publisher callback) - so I moved this up with other parameters

@mikeferguson mikeferguson merged commit 14f604a into ros-perception:rolling Feb 12, 2024
3 checks passed
@mikeferguson mikeferguson deleted the fix_940 branch February 12, 2024 18:13
Kotochleb pushed a commit to Kotochleb/image_pipeline that referenced this pull request May 27, 2024
Addresses ros-perception#940 - fixes the compressed/etc topic remapping for publishers
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.

2 participants