image_transport_plugins icon indicating copy to clipboard operation
image_transport_plugins copied to clipboard

[ROS 2] compressed_image_transport compilation error while building from source

Open justintan2002 opened this issue 3 years ago • 2 comments

I'm currently using ROS 2 foxy on a raspberry pi and the gcc version used is 9.4.0. When building the compressed_image_transport from source, it encounters an error about the function subscribeImpl marked as 'override' but does not override, stopping the compilation. I attached the error log here: error.txt

justintan2002 avatar Mar 18 '22 21:03 justintan2002

Are you using the foxy-devel branch? https://github.com/ros-perception/image_transport_plugins/tree/foxy-devel

jacobperron avatar Mar 31 '22 21:03 jacobperron

Hi, I'm currently using the foxy devel branch and I have an issue when compiling, I get the following error : CMake Error at CMakeLists.txt:50 (pluginlib_export_plugin_description_file): Unknown CMake command "pluginlib_export_plugin_description_file".

Mechaick avatar Jun 10 '22 07:06 Mechaick