Skip to content

[ROS2 Foxy] image_transport_plugins broken #184

@Myzhar

Description

@Myzhar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions