ros-perception / image_transport_plugins

A set of plugins for publishing and subscribing to sensor_msgs/Image topics in representations other than raw pixel data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation of rosidl_target_interfaces

ijnek opened this issue · comments

Due to deprecation of rosidl_target_interfaces, build is failing for rbin_uj64__theora_image_transport__ubuntu_jammy_amd64__binary.

Call is made at

rosidl_target_interfaces(ogg_saver

and should be replaced by rosidl_get_typesupport_target() and then target_link_libraries() to make their targets depend on the returned typesupport target. ros2/demos#529 for example.

Raising an issue so myself or someone else can fix this when available.

Closing, as was resolved by #96