boilerrobotics/rover-code

Revisit video streaming code

Opened this issue · 1 comments

Last semester we did streaming video. It has been a while, so it is time to brush up the code.

I created a package for base station -> https://github.com/boilerrobotics/base-station/tree/main/src/remote_operation. This is for the receiving side. See package.xml about dependencies. The code is not ready, so we will need to work on it.
You will need to create a new package for the sending side in rover-code repo. You can see example for package.xml.
I also found more example for using cv_bridge
http://wiki.ros.org/cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython
https://temugeb.github.io/ros2/cv_bridge/cpp/python/2022/06/23/ros2-cv-bridge-minimal-pubisher.html