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.
BSD 3-Clause "New" or "Revised" License
59 stars 119 forks source link

[ROS 2] compressed_image_transport compilation error while building from source #92

Open justintan2002 opened 2 years ago

justintan2002 commented 2 years ago

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

jacobperron commented 2 years ago

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

Mechaick commented 2 years ago

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".