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

[ROS2 Foxy] image_transport_plugins broken #184

Open
Myzhar opened this issue Mar 24, 2021 · 3 comments
Open

[ROS2 Foxy] image_transport_plugins broken #184

Myzhar opened this issue Mar 24, 2021 · 3 comments

Comments

@Myzhar
Copy link

Myzhar commented Mar 24, 2021

There are two problems with image_transport_plugins that were not present in ROS2 Eloquent and they are both related to compressed image publisher.

The first time create_camera_publisher is called this error is thrown:
[ERROR] Failed to load plugin image_transport/compressed_pub, error string: parameter 'format' could not be set: Not supported

When you call create_camera_publisher to instantiate other publishers:
[ERROR] Failed to load plugin image_transport/compressed_pub, error string: parameter 'format' has already been declared

It seems that there is something wrong with the node namespace and the parameters namespace...

You can read more here:
stereolabs/zed-ros2-wrapper#31

As test code you can look here:
https://github.com/stereolabs/zed-ros2-wrapper/blob/dev_foxy/zed_components/src/zed_camera/src/zed_camera_component.cpp#L1656-L1695

@laszloturanyi
Copy link

This has been merged.
ros-perception/image_transport_plugins#58
I tried to compile image_transport_plugins from source and it worked fine.

@Void12987
Copy link

Void12987 commented Feb 10, 2022

I can confirm ZED2 starts on Foxy Docker (specifically sudo docker run --gpus all -it --privileged dustynv/ros:foxy-slam-l4t-r32.6.1) but image_transport won't load so the image/depth data can't be echoed.

I can also confirm that Bmoradi93's comment fixes getting ZED data but at the same time the ERROR message that image_transport failed to load persists.

@ruffsl
Copy link

ruffsl commented Feb 16, 2022

dustynv/ros:foxy-slam-l4t-r32.6.1

LAST PUSHED 6 months ago by dustynv

Has this image been updated with respect to the latest foxy sync?

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

No branches or pull requests

4 participants