boilerrobotics / rover-code

Source code repo for Purdue Boiler Robotics Club
GNU General Public License v3.0
6 stars 3 forks source link

Revisit video streaming code #92

Open tame0001 opened 11 months ago

tame0001 commented 11 months ago

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

tame0001 commented 11 months ago

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