Skip to content

Conversation

@mini-1235
Copy link
Contributor

Hi, when running list_transports I noticed that:

❯ ros2 run image_transport list_transports
Declared transports:
image_transport/compressed
image_transport/compressedDepth (*): Not available. Try 'catkin_make --pkg compressed_depth_image_transport'.
image_transport/foxglove
image_transport/raw
image_transport/theora
image_transport/zstd

Details:
----------
"image_transport/compressed"
 - Provided by package: compressed_image_transport
 - Publisher: 
      This plugin publishes a CompressedImage using either JPEG or PNG compression.
    
 - Subscriber: 
      This plugin decompresses a CompressedImage topic.
    
----------
"image_transport/compressedDepth"
*** Plugins are built, but could not be loaded. The package may need to be rebuilt or may not be compatible with this release of image_common. ***
 - Provided by package: compressed_depth_image_transport
 - Publisher: 
      This plugin publishes a compressed depth images using PNG compression.
    
 - Subscriber: 
      This plugin decodes a compressed depth images.

This is because the missing manifest.cpp in CMakeLists

After this pr:

❯ ros2 run image_transport list_transports
Declared transports:
image_transport/compressed
image_transport/compressedDepth
image_transport/foxglove
image_transport/raw
image_transport/theora
image_transport/zstd

@mini-1235 mini-1235 changed the title Fix issue to load compressedDepth plugin Fix issue when loading compressedDepth plugin Oct 5, 2025
@mini-1235
Copy link
Contributor Author

@ahcorde can you take a look? Thanks

@ahcorde ahcorde merged commit 3b9f367 into ros-perception:rolling Oct 6, 2025
5 checks passed
@mini-1235 mini-1235 deleted the fix/cmake branch October 6, 2025 10:13
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