image_transport_tutorials
image_transport_tutorials copied to clipboard
ROS 2 tutorials for image_transport.
From [here](https://github.com/ros2/examples/tree/foxy/rclcpp/topics/minimal_publisher), the readme specifies that the recommended style for ros 2 coding is to subclass a rclcpp::Node. Could you write a minimal example in cpp that shows how this...
The tutorial content is found here: http://wiki.ros.org/image_transport/Tutorials/WritingNewTransport The code for this has already been ported in #1.
image_transport_py does not seem to be available on Iron, and so when following the tutorial and rosdep from iron it fails to download all dependencies. ``` ERROR: the following packages/stacks...