You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are ROS 1 tutorials hosted on the ROS wiki at http://wiki.ros.org/image_transport/Tutorials, but I don't see any ros2 tutorials hosted anywhere. Also, the tutorial code exists on the ros2 branch, but it still includes ros.h, so it needs to be ported to ros2 as well.
The text was updated successfully, but these errors were encountered:
I think it would be better if the tutorial code was actually built as part of this repository. I suggest making it a sibling of the image_transport package so that tools like colcon will pick it up and build it.
Fixes#193
This PR ports the existing image_transport tutorials from ROS 1 to ROS 2.
The tutorial code now lives in a dedicated image_transport_tutorial package. The content from http://wiki.ros.org/image_transport/Tutorials is presented in the README and has been updated to work for ROS 2.
Signed-off-by: Rebecca Butler <[email protected]>
There are ROS 1 tutorials hosted on the ROS wiki at http://wiki.ros.org/image_transport/Tutorials, but I don't see any ros2 tutorials hosted anywhere. Also, the tutorial code exists on the
ros2
branch, but it still includesros.h
, so it needs to be ported to ros2 as well.The text was updated successfully, but these errors were encountered: