Michael Ferguson
                                            Michael Ferguson
                                        
                                    Presumed to be fixed by last noted commit, since no further feedback
CI is passing on all supported distros - so this is likely an issue with your machine. If the issue persists, I suggest posting to https://robotics.stackexchange.com
This is pretty much a duplicate of https://github.com/ros-perception/image_pipeline/issues/274 - the sec_per_frame basically only allows you to sample 1/2, 1/4, etc of the images coming in
It appears this is not currently supported - PRs welcome for adding ROS parameters to set the mode
Closing due to inactivity after presumed fix was merged
Appears fixed in https://github.com/ros-perception/image_pipeline/commit/99ebb74b4f3036ffbee0fe550220206fa5a23ba2
You should actually still be able to make image_view work for you by directly remapping the compressed topic name: ``` ros2 run image_view image_view --ros-args -r image/compressed:=your/other/topic/name -p image_transport:=compressed ```
This PR also targets melodic, which is EOL.
Rolling currently has 13 boost instances - one foreach loop in a test, and 4 viewers that use boost/format ``` ./image_proc/test/rostest.cpp:#include ./image_view/src/image_view_node.cpp:#include ./image_view/src/stereo_view_node.cpp:#include ./image_view/src/extract_images_node.cpp:#include ./image_view/src/image_saver_node.cpp:#include ./image_view/include/image_view/image_saver_node.hpp:#include ./image_view/include/image_view/image_saver_node.hpp: boost::format g_format; ./image_view/include/image_view/image_view_node.hpp:#include...
Closing due to lack of response